v1.8.0
New Features
Added more catching of Timeout Errors to keep the script running
Changed how to sync labels from using label: labels
and label_sync_mode: sync
to just label.sync: labels
Declaring library type is no longer needed
Added tmdb_movie
and tmdb_show
as ways to update metadata of an item.
Closes #5 - Now Supports Multiple Occurrences of Movies/Shows
Closes #168 - You can set the new setting attribute to false asset_folders: false
to have the asset directory look for the title as filename vs folder name i.e. assets/Star Wars.png
vs assets/Star Wars/poster.png
Closes #171 and Closes #172 - Added arm-server to convert anime ids and cached it for faster conversions
Closes #175 - You can set the new setting attribute to true assets_for_all: true
to have the script check your assets folder for every item in your library. The filename/folder name in your assets directory must match the folder name the media is stored in. i.e. if you have Movies/Star Wars (1977)/Star Wars (1977) [1080p].mp4
then your asset directory would look at assets/Star Wars (1977)/poster.png
for the poster
Closes #187 - Added user_rating to plex_search and filters
Closes #193 - Can add Labels and edit advance metadata of items in collections using item_label
, item_label.sync
, item_episode_sorting
, item_keep_episodes
, item_delete_episodes
, item_season_display
, item_episode_ordering
, item_metadata_language
, item_use_original_title
Closes #209 - added url_poster
, file_poster
, url_background
, and file_background
under the metadata map, season map, and episode map to edit the poster and background
Bug Fixes
Fixes #184 and Fixes #199 - Bug Fixes for editing metadata of episodes and seasons
Fixes #206 - Added check to prevent error
Fixes #208 - Fix for searching by audio language
Various other small fixes