Tim Eisele

Results 40 issues of Tim Eisele

#8163 removed scanning of local playlists. Since they are now always excluded, only a manual refresh actually populates the playlist. **Changes** * Essentially revert the mentioned PR * Some other...

stable backport

Currently we resolved any valid paths denoted in the playlist, possibly also to files outside of libraries **Changes** * Restrict referenced items in playlists to be within any library

stable backport

### Please describe your bug NFO season names do not have precedence over the ones coming from metadata providers ### Reproduction Steps 1. Enable any season metadata provider 2. Add...

bug
regression

Removes all the hackery around season name parsing on series level and moves it to a dedicated NFO reader. This should prevent any conflicts with actual season metadata providers. Additionally,...

stable backport

Current implementation was very limited. Switched to more robust regexes to handle more cases **Changes** * Rework season name parsing with regexes and respecting series folder name **Issues**

We never passed the flag for metadata replacement to the remote provider logic, hence the remote result would never replace what's already there. Additionally, the logic did not repect if...

stable backport

On a normal scan `IsAutomated` is always false, therefore triggering trickplay generation. **Changes** * Remove the condition. If it is disabled for the library on scan it should always skip...

bug
stable backport

**Changes** * Generate concat file and pass it to the chapter extraction command

regression
stable backport

The provider checks for lyric changes rely on the content of `LyricFiles` within `Audio`. But `Audio` did not require serialization into the database, dropping any non-`BaseItem` data on save. Therefore...

regression
stable backport

Companion PR to https://github.com/jellyfin/jellyfin/pull/11883 **Changes** * Add new trickplay options to library config and refresh screens

feature
backend