<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller, branch v10.8.0-alpha3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.8.0-alpha3</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.8.0-alpha3'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2021-12-08T09:17:25Z</updated>
<entry>
<title>Fix wrong ffmpeg map argument due to wrong calculation</title>
<updated>2021-12-08T09:17:25Z</updated>
<author>
<name>Jonas Resch</name>
<email>jonas.resch@live.de</email>
</author>
<published>2021-12-08T09:17:25Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d47811bdaf8bbfc74c8185ef0bff7490726828d9'/>
<id>urn:sha1:d47811bdaf8bbfc74c8185ef0bff7490726828d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'support-external-audio-files' of github.com:jonas-resch/jellyfin into support-external-audio-files</title>
<updated>2021-12-03T18:19:53Z</updated>
<author>
<name>Jonas Resch</name>
<email>jonas.resch@live.de</email>
</author>
<published>2021-12-03T18:19:53Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=ca2d94ee97b53a69f4508f4ef5ac72a72d2a3aa5'/>
<id>urn:sha1:ca2d94ee97b53a69f4508f4ef5ac72a72d2a3aa5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize calculation of external audio stream index in MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs</title>
<updated>2021-12-03T18:19:22Z</updated>
<author>
<name>Jonas Resch</name>
<email>32968142+jonas-resch@users.noreply.github.com</email>
</author>
<published>2021-12-03T18:19:22Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=99a48554a618302b4fe70ef1fd3d7fd06096c70e'/>
<id>urn:sha1:99a48554a618302b4fe70ef1fd3d7fd06096c70e</id>
<content type='text'>
Co-authored-by: Cody Robibero &lt;cody@robibe.ro&gt;</content>
</entry>
<entry>
<title>Replace escaped quote string with quote character in MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs</title>
<updated>2021-12-03T18:18:43Z</updated>
<author>
<name>Jonas Resch</name>
<email>32968142+jonas-resch@users.noreply.github.com</email>
</author>
<published>2021-12-03T18:18:43Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=120828d8d03da08a55edfbce5bfe1463bf06eae3'/>
<id>urn:sha1:120828d8d03da08a55edfbce5bfe1463bf06eae3</id>
<content type='text'>
Co-authored-by: Cody Robibero &lt;cody@robibe.ro&gt;</content>
</entry>
<entry>
<title>Prevent crashes in specific scenarios</title>
<updated>2021-12-01T20:05:43Z</updated>
<author>
<name>Jonas Resch</name>
<email>jonas.resch@live.de</email>
</author>
<published>2021-12-01T20:05:43Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=180e2dc329434a68a5fe3a8ac05591d0a7c898f8'/>
<id>urn:sha1:180e2dc329434a68a5fe3a8ac05591d0a7c898f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement coding standards from 2nd code feedback</title>
<updated>2021-11-30T18:31:46Z</updated>
<author>
<name>Jonas Resch</name>
<email>jonas.resch@live.de</email>
</author>
<published>2021-11-28T13:03:52Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=0894a6193f025a9cec5c735226a8487caa2bc66b'/>
<id>urn:sha1:0894a6193f025a9cec5c735226a8487caa2bc66b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement code feedback</title>
<updated>2021-11-30T18:31:46Z</updated>
<author>
<name>Jonas Resch</name>
<email>jonas.resch@live.de</email>
</author>
<published>2021-11-27T11:10:57Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a68e58556c49ee9bc1c27fac696ffc9170c95e84'/>
<id>urn:sha1:a68e58556c49ee9bc1c27fac696ffc9170c95e84</id>
<content type='text'>
- Rewrite AudioResolver
- Use async &amp; await instead of .Result
- Add support for audio containers with multiple audio streams (e.g.
  mka)
- Fix bug when using external subtitle and external audio streams at the
  same time
</content>
</entry>
<entry>
<title>Add support for external audio files</title>
<updated>2021-11-30T18:31:46Z</updated>
<author>
<name>Jonas Resch</name>
<email>jonas.resch@live.de</email>
</author>
<published>2021-11-22T20:47:52Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=997816443862a8db68f314a6d23ef076c9661c01'/>
<id>urn:sha1:997816443862a8db68f314a6d23ef076c9661c01</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #6879 from crobibero/client-log-cleanup</title>
<updated>2021-11-21T22:57:13Z</updated>
<author>
<name>Claus Vium</name>
<email>cvium@users.noreply.github.com</email>
</author>
<published>2021-11-21T22:57:13Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=39e6658d01e10609c460fb92a7af583e4d04caab'/>
<id>urn:sha1:39e6658d01e10609c460fb92a7af583e4d04caab</id>
<content type='text'>
Remove ClientLog endpoints</content>
</entry>
<entry>
<title>Merge pull request #6862 from 1337joe/query-instead-of-filtering</title>
<updated>2021-11-20T15:50:39Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-11-20T15:50:39Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b2b4bd82d73be08fa0e1b15b3313b1a0e03d9839'/>
<id>urn:sha1:b2b4bd82d73be08fa0e1b15b3313b1a0e03d9839</id>
<content type='text'>
</content>
</entry>
</feed>
