<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/ScheduledTasks/Tasks/AudioNormalizationTask.cs, branch v12.0-rc6</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v12.0-rc6</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v12.0-rc6'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2026-08-20T22:10:50Z</updated>
<entry>
<title>Normalize fix, apply in more places</title>
<updated>2026-08-20T22:10:50Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2026-08-20T22:10:50Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=9ba91d4583f3671eaacae8e073fb53288f9b8715'/>
<id>urn:sha1:9ba91d4583f3671eaacae8e073fb53288f9b8715</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix potential garbled text in FFmpeg logs on Windows</title>
<updated>2026-07-10T06:46:27Z</updated>
<author>
<name>nyanmisaka</name>
<email>nst799610810@gmail.com</email>
</author>
<published>2026-07-10T06:46:27Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=631a314d24bd2c7e1b3e0b81aa65437586794ccd'/>
<id>urn:sha1:631a314d24bd2c7e1b3e0b81aa65437586794ccd</id>
<content type='text'>
Explicitly set StandardErrorEncoding and StandardOutputEncoding to
Encoding.UTF8 when invoking the FFmpeg subprocess.

This prevents log encoding issues and character corruption on Windows
environments that default to non-UTF8 ANSI code pages.

This fixes garbled metadata and font names in the FFmpeg logs.

Signed-off-by: nyanmisaka &lt;nst799610810@gmail.com&gt;
</content>
</entry>
<entry>
<title>Split BaseItemRepository and IItemRepository</title>
<updated>2026-03-07T19:12:42Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2026-03-07T19:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=077fa89717957f871b172ca4b2dc4a178efd3bc5'/>
<id>urn:sha1:077fa89717957f871b172ca4b2dc4a178efd3bc5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup</title>
<updated>2025-10-07T17:20:08Z</updated>
<author>
<name>karm235</name>
<email>phoenixai235@gmail.com</email>
</author>
<published>2025-10-07T17:20:08Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=6097045d71b4518cc118a98917125927c676e128'/>
<id>urn:sha1:6097045d71b4518cc118a98917125927c676e128</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix LUFS detection deadlock on albums with verbose output</title>
<updated>2025-10-07T17:11:02Z</updated>
<author>
<name>karm235</name>
<email>phoenixai235@gmail.com</email>
</author>
<published>2025-10-07T17:11:02Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=51e20a14c29b67bf9e8c0bbf9e92f1fe406062c3'/>
<id>urn:sha1:51e20a14c29b67bf9e8c0bbf9e92f1fe406062c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more robust error handling for AudioNormalizationTask (#14728)</title>
<updated>2025-09-04T03:12:24Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2025-09-04T03:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c7320dc1898f3fb5c4b1b1f62026865b0926b0b5'/>
<id>urn:sha1:c7320dc1898f3fb5c4b1b1f62026865b0926b0b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>AudioNormalizationTask db progress saving (#14550)</title>
<updated>2025-09-04T03:11:58Z</updated>
<author>
<name>Shane Powell</name>
<email>killerbee@club88.co.nz</email>
</author>
<published>2025-09-04T03:11:58Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=71048917dd421e4a18684d6b7878083a596ed821'/>
<id>urn:sha1:71048917dd421e4a18684d6b7878083a596ed821</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run background ffmpeg tasks as ProcessPriorityClass.BelowNormal</title>
<updated>2025-08-14T23:18:44Z</updated>
<author>
<name>Evan</name>
<email>evan@MacBook-Pro.local</email>
</author>
<published>2025-08-14T23:16:41Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=29e17b6bc0c002d0de5469d1f795ccacf4a41b56'/>
<id>urn:sha1:29e17b6bc0c002d0de5469d1f795ccacf4a41b56</id>
<content type='text'>
Follow TrickPlay example of running other background ffmpeg tasks as ProcessPriorityClass.BelowNormal:

- Keyframe extraction
- Media info probing during library scans
- Audio normalization
- Image extraction
</content>
</entry>
<entry>
<title>Add progress reporting to AudioNormalizationTask. (#14306)</title>
<updated>2025-07-28T01:27:24Z</updated>
<author>
<name>Shane Powell</name>
<email>killerbee@club88.co.nz</email>
</author>
<published>2025-07-28T01:27:24Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=ba54cda77414f0daca4e55072cc013269d95af6a'/>
<id>urn:sha1:ba54cda77414f0daca4e55072cc013269d95af6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Cleanup Tasks and Validators</title>
<updated>2025-04-30T07:29:13Z</updated>
<author>
<name>Shadowghost</name>
<email>Ghost_of_Stone@web.de</email>
</author>
<published>2025-04-30T07:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=5c9f70c3752bd7297cb85bdc7ce748363a16ad8b'/>
<id>urn:sha1:5c9f70c3752bd7297cb85bdc7ce748363a16ad8b</id>
<content type='text'>
</content>
</entry>
</feed>
