<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/tests, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=master</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2026-06-21T07:43:31Z</updated>
<entry>
<title>Fix audio sample rate forced to 48 kHz for non-Opus codecs</title>
<updated>2026-06-21T07:43:31Z</updated>
<author>
<name>danne</name>
<email>danne.e85@gmail.com</email>
</author>
<published>2026-06-13T20:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e4383493a96da86c99516bfdf69ecd609c2dfec2'/>
<id>urn:sha1:e4383493a96da86c99516bfdf69ecd609c2dfec2</id>
<content type='text'>
GetProgressiveAudioFullCommandLine applied the libopus-only sample rate
quantization to every codec except Opus, inverting the intended guard.
A requested rate such as 44100 Hz was therefore snapped to 48000 Hz for
AAC/MP3/FLAC, while Opus (which actually requires the quantization) was
skipped entirely.

Apply the quantization only when the output codec is Opus, and pass the
requested sample rate through unchanged for all other codecs.

Fixes #17026

Co-Authored-By: Claude Opus 4.8 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>Merge pull request #14935 from JadedRain/master</title>
<updated>2026-06-18T15:46:33Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-06-18T15:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=308981cc0d33e679b13eced4b3a86ee04af6b194'/>
<id>urn:sha1:308981cc0d33e679b13eced4b3a86ee04af6b194</id>
<content type='text'>
Fixed "Deleting media that is still being watched in SyncPlay results in errors"</content>
</entry>
<entry>
<title>Merge pull request #17099 from Bond-009/libraryimport</title>
<updated>2026-06-18T15:45:55Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-06-18T15:45:55Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=751b763838d8744f7a52682d3c87e62af1a12bd3'/>
<id>urn:sha1:751b763838d8744f7a52682d3c87e62af1a12bd3</id>
<content type='text'>
Follow native interoperability best practices</content>
</entry>
<entry>
<title>Merge pull request #17087 from dkanada/book-resolver</title>
<updated>2026-06-17T18:54:49Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-06-17T18:54:49Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=49f8a96360058419acb14217699f71a2c970e055'/>
<id>urn:sha1:49f8a96360058419acb14217699f71a2c970e055</id>
<content type='text'>
improve book resolution from filename</content>
</entry>
<entry>
<title>Make sure we don't include the null terminator</title>
<updated>2026-06-16T15:45:22Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-06-16T15:45:22Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=4c228eaf63c0b60e40a5a4b82aa66af336750f08'/>
<id>urn:sha1:4c228eaf63c0b60e40a5a4b82aa66af336750f08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regression test</title>
<updated>2026-06-15T19:20:06Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-06-15T19:20:06Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=0022508889adb8b60bde8bc5e69640d3ff8dd346'/>
<id>urn:sha1:0022508889adb8b60bde8bc5e69640d3ff8dd346</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Follow native interoperability best practices</title>
<updated>2026-06-15T19:01:28Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2026-06-14T12:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=d50205cc9f2a983e029e0b5c626f7510c1b4e7ec'/>
<id>urn:sha1:d50205cc9f2a983e029e0b5c626f7510c1b4e7ec</id>
<content type='text'>
https://learn.microsoft.com/en-us/dotnet/standard/native-interop/best-practices
</content>
</entry>
<entry>
<title>Fix tests</title>
<updated>2026-06-15T09:42:48Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-06-15T09:42:48Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f9644f24d26e6bec2b7d632553ff7f3a412d76ab'/>
<id>urn:sha1:f9644f24d26e6bec2b7d632553ff7f3a412d76ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve book resolution from filename</title>
<updated>2026-06-15T02:31:49Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2026-06-15T02:31:49Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=f4bab458a2d5b5cbc8c70c305e31949436bfefaf'/>
<id>urn:sha1:f4bab458a2d5b5cbc8c70c305e31949436bfefaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Keep the queried item's media source as the playback default</title>
<updated>2026-06-07T21:06:48Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-06-05T17:41:08Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=6c931dcdda845f5a415190b859bb3f7e0cb781b8'/>
<id>urn:sha1:6c931dcdda845f5a415190b859bb3f7e0cb781b8</id>
<content type='text'>
</content>
</entry>
</feed>
