<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Library/Resolvers/Audio, branch v10.11.0-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc3</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc3'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2024-06-01T22:41:12Z</updated>
<entry>
<title>Backport pull request #11886 from jellyfin/release-10.9.z</title>
<updated>2024-06-01T22:41:12Z</updated>
<author>
<name>gnattu</name>
<email>gnattu@users.noreply.github.com</email>
</author>
<published>2024-06-01T22:41:12Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0d0a2b4d580038fe979993c6ad3513b694f3c655'/>
<id>urn:sha1:0d0a2b4d580038fe979993c6ad3513b694f3c655</id>
<content type='text'>
Fix multi-part album folder being detected as artist folder

Original-merge: d602b6dbc5762d649a6d0532456e8289e6ff55cd

Merged-by: crobibero &lt;cody@robibe.ro&gt;

Backported-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Improve audio normalization</title>
<updated>2024-04-28T13:18:53Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-04-28T13:18:53Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=88a38a61b59c20b64b5d993364dea2e1d7160d9f'/>
<id>urn:sha1:88a38a61b59c20b64b5d993364dea2e1d7160d9f</id>
<content type='text'>
* Move calculation of LUFS to a scheduled task as it's pretty slow
* Correctly calculate album LUFS
* Don't try to convert replaygain tags to LUFS values
</content>
</entry>
<entry>
<title>Convert CollectionType to use lowercase enum names</title>
<updated>2023-12-08T22:45:36Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2023-12-08T22:45:36Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=033cfa59c499e5adbb949b708f06e56bf8932401'/>
<id>urn:sha1:033cfa59c499e5adbb949b708f06e56bf8932401</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert CollectionType, SpecialFolderType to enum (#9764)</title>
<updated>2023-11-09T21:00:29Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2023-11-09T21:00:29Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=906f701fa81c7cde1a9a01b066f3f29ff98552a5'/>
<id>urn:sha1:906f701fa81c7cde1a9a01b066f3f29ff98552a5</id>
<content type='text'>
* Convert CollectionType, SpecialFolderType to enum

* Hide internal enum CollectionType values

* Apply suggestions from code review

Co-authored-by: Shadowghost &lt;Shadowghost@users.noreply.github.com&gt;

* Fix recent change

* Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs

Co-authored-by: Patrick Barron &lt;barronpm@gmail.com&gt;

---------

Co-authored-by: Shadowghost &lt;Shadowghost@users.noreply.github.com&gt;
Co-authored-by: Patrick Barron &lt;barronpm@gmail.com&gt;</content>
</entry>
<entry>
<title>Reduce string allocations</title>
<updated>2023-10-05T23:04:25Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2023-10-05T22:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b176beb88e22a36cc056439ac2a4df4fbe68f2c1'/>
<id>urn:sha1:b176beb88e22a36cc056439ac2a4df4fbe68f2c1</id>
<content type='text'>
Some simple changes to reduce the number of allocated strings
</content>
</entry>
<entry>
<title>Fix cases where multiple files are resolved as a single book</title>
<updated>2023-03-07T04:27:21Z</updated>
<author>
<name>Joe Rogers</name>
<email>1337joe@gmail.com</email>
</author>
<published>2023-03-07T04:27:21Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=361fff3a0c1b2e5c14e991d53f5736e909b889b6'/>
<id>urn:sha1:361fff3a0c1b2e5c14e991d53f5736e909b889b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Inject IDirectoryService where needed instead of passing it through ItemResolveArgs</title>
<updated>2023-03-07T04:00:55Z</updated>
<author>
<name>Joe Rogers</name>
<email>1337joe@gmail.com</email>
</author>
<published>2023-03-07T04:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1c3a97bf6adadf4e3b22177e1e965691637d0426'/>
<id>urn:sha1:1c3a97bf6adadf4e3b22177e1e965691637d0426</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allocate less Lists</title>
<updated>2023-02-28T23:44:57Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2023-02-28T23:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4b01aaa0f7c52557d1500daaae2bc457a56dbffe'/>
<id>urn:sha1:4b01aaa0f7c52557d1500daaae2bc457a56dbffe</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.b0n.dev/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.b0n.dev/jellyfin/commit/?id=c7d50d640e614a3c13699e3041fbfcb258861c5a'/>
<id>urn:sha1:c7d50d640e614a3c13699e3041fbfcb258861c5a</id>
<content type='text'>
</content>
</entry>
</feed>
