<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Model/Dlna/ContainerProfile.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-09-17T18:35:23Z</updated>
<entry>
<title>Rework PR 6203</title>
<updated>2024-09-17T18:35:23Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2024-09-17T18:29:43Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=2351eeba561905bafae48a948f3126797c284766'/>
<id>urn:sha1:2351eeba561905bafae48a948f3126797c284766</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable nullable for more files</title>
<updated>2023-03-07T20:51:48Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2023-03-07T20:51:48Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=dab75d35d2648ff8717aa6dc08eed1db640aea40'/>
<id>urn:sha1:dab75d35d2648ff8717aa6dc08eed1db640aea40</id>
<content type='text'>
</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>
<entry>
<title>Use our own Contains extension</title>
<updated>2021-12-20T12:31:07Z</updated>
<author>
<name>cvium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2021-12-20T12:31:07Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b880dc8a4a2d1820c6063f441edce42ab399d79e'/>
<id>urn:sha1:b880dc8a4a2d1820c6063f441edce42ab399d79e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #5984 from Bond-009/container</title>
<updated>2021-05-05T11:51:34Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-05-05T11:51:34Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b6df85136347df691ebc774b9d48dc622cb63a04'/>
<id>urn:sha1:b6df85136347df691ebc774b9d48dc622cb63a04</id>
<content type='text'>
Add regression test for ContainerProfile.ContainsContainer</content>
</entry>
<entry>
<title>Add regression test for ContainerProfile.ContainsContainer</title>
<updated>2021-05-05T11:33:34Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-05-05T11:33:34Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=39931fe3ade3ad10e758b3dbb5acf80c37bc05fa'/>
<id>urn:sha1:39931fe3ade3ad10e758b3dbb5acf80c37bc05fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix direct play for DirectPlayProfiles without any codecs set</title>
<updated>2021-05-05T10:25:54Z</updated>
<author>
<name>Maxr1998</name>
<email>max.rumpf1998@gmail.com</email>
</author>
<published>2021-05-05T10:25:54Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=65a9a4771afc5b6b7c956f7b799586400b23af8b'/>
<id>urn:sha1:65a9a4771afc5b6b7c956f7b799586400b23af8b</id>
<content type='text'>
70771fdcd60ec5d8a9f13713662778c7e57d0633 broke direct play by treating empty container/codec strings as unsupported in `ContainerProfile.ContainsContainer()`` (which is also used for video and audio codec checks). Instead, they should be treated as supported, for both the positive and negative list option.
</content>
</entry>
<entry>
<title>Remove Required attributes</title>
<updated>2021-05-05T01:11:01Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-05-05T01:11:01Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=1a178e84905c776766c49551f52dc163b93c81b0'/>
<id>urn:sha1:1a178e84905c776766c49551f52dc163b93c81b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Nullability handling for device profile classes</title>
<updated>2021-05-01T11:06:10Z</updated>
<author>
<name>Maxr1998</name>
<email>max.rumpf1998@gmail.com</email>
</author>
<published>2021-05-01T11:06:10Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=70771fdcd60ec5d8a9f13713662778c7e57d0633'/>
<id>urn:sha1:70771fdcd60ec5d8a9f13713662778c7e57d0633</id>
<content type='text'>
</content>
</entry>
</feed>
