Major Changes
- Add parsing for "preferred title" in data file reading
- If translated titles are preferred to standard ones, then the translation can be stored under
preferred_title
and it will be used by the Maker instead of standardtitle
- If translated titles are preferred to standard ones, then the translation can be stored under
Major Fixes
- Match episode text format key modifiers for
MultiEpisode
objects- Episode text format strings like
Episode {episode_number:02}
weren't being modified properly, as the modifier text (:02
) wasn't being identified - Now using following regex to identify any prefix/postfix/modifier text:
^(.*?)(\s*){(episode|abs)_number(.*?)}(.*)
- Episode text format strings like
- Correctly identify whether a TMDb request has been permanently blacklisted
- Correctly select source images if using only TMDb sourcing
Minor Changes
- Delete functionality to import old TMDb blacklist
Minor Fixes
N/A