<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs, branch v12.0-rc4</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v12.0-rc4</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v12.0-rc4'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2024-07-20T18:37:44Z</updated>
<entry>
<title>Fix switch expression</title>
<updated>2024-07-20T18:37:44Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-07-20T18:37:44Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=99bba2971535e6c21f568e25cf5f8e3ba36be7d1'/>
<id>urn:sha1:99bba2971535e6c21f568e25cf5f8e3ba36be7d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix DTS codec name</title>
<updated>2024-07-20T18:22:51Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-07-20T18:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f308a01e5930625692932585a35703f8a9e5fa4c'/>
<id>urn:sha1:f308a01e5930625692932585a35703f8a9e5fa4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix more codec names</title>
<updated>2024-07-20T17:57:40Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-07-20T17:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=406320cb9807f401764ef786058b33fb1484a9ee'/>
<id>urn:sha1:406320cb9807f401764ef786058b33fb1484a9ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix BDMV stream indexes</title>
<updated>2024-07-20T15:32:09Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-07-20T15:32:09Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=1e7aca8a3dae9c9b4a37d99a7575ce8cd966da85'/>
<id>urn:sha1:1e7aca8a3dae9c9b4a37d99a7575ce8cd966da85</id>
<content type='text'>
Also fixes the subtitle codec for PGS subtitles from PGS to PGSSUB
</content>
</entry>
<entry>
<title>Use complete paths in BD info</title>
<updated>2024-06-30T22:21:06Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-06-30T22:21:06Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=60c45d6273c4c3d55d0170ca75f2d8ec57f0c0b4'/>
<id>urn:sha1:60c45d6273c4c3d55d0170ca75f2d8ec57f0c0b4</id>
<content type='text'>
This way we don't need to find the complete path later
</content>
</entry>
<entry>
<title>Apply review suggestions</title>
<updated>2023-03-10T14:27:17Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2023-02-18T13:42:35Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=0da5255f1291ba510f829d36a3ca1a9eb65590dc'/>
<id>urn:sha1:0da5255f1291ba510f829d36a3ca1a9eb65590dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Remove DvdLib (#9068)"</title>
<updated>2023-02-04T17:36:47Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2023-02-03T17:49:23Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=519709bf10e30a3666af100df4fcca206dcef498'/>
<id>urn:sha1:519709bf10e30a3666af100df4fcca206dcef498</id>
<content type='text'>
This reverts commit db1913b08fac0749133634efebd1ee7a7876147a.
</content>
</entry>
<entry>
<title>Remove DvdLib (#9068)</title>
<updated>2023-01-20T12:29:45Z</updated>
<author>
<name>Patrick Barron</name>
<email>barronpm@gmail.com</email>
</author>
<published>2023-01-20T12:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=db1913b08fac0749133634efebd1ee7a7876147a'/>
<id>urn:sha1:db1913b08fac0749133634efebd1ee7a7876147a</id>
<content type='text'>
* Remove DvdLib

* Update error message for blu-ray folders

Co-authored-by: Shadowghost &lt;Shadowghost@users.noreply.github.com&gt;

* Remove BDInfo

* Remove MediaEncoder.GetPrimaryPlaylistVobFiles

* Remove BlurayDiscInfo

Co-authored-by: Shadowghost &lt;Shadowghost@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Replace != null with is not null</title>
<updated>2022-12-05T14:01:13Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-12-05T14:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=52194f56b5f07e3ae01e2fb6d121452e37d1e93f'/>
<id>urn:sha1:52194f56b5f07e3ae01e2fb6d121452e37d1e93f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace == null with is null</title>
<updated>2022-12-05T14:00:20Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-12-05T14:00:20Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c7d50d640e614a3c13699e3041fbfcb258861c5a'/>
<id>urn:sha1:c7d50d640e614a3c13699e3041fbfcb258861c5a</id>
<content type='text'>
</content>
</entry>
</feed>
