Small patch release to fix issues creating new libraries due to faulty logic in the media folder configuration service.
Note: The missing TMDB support I promised will still arrive in a feature update.
Highlights
Here are some of the key features and improvements since the last stable release (5.0.1):
Bug Fixes
-
Check all ≥101 (up from ≥100) locations for a match before deciding on a mapping between the media folder and import folder, instead of picking the first found match. This will help in cases where some files have multiple locations with the same file name but different relative paths. Fixes #68 (4a2eb04)
-
Add back proper per-library media folder config removal. (8510401)
-
Split the library exists check and library id is valid check into two, because the library id may be null if the virtual folder is in a bad state in core Jellyfin, but the library may still exist in the UI. (52ee4c4)
For the full list of changes, please check out the complete changelog here on GitHub.