Here’s some of the “inside scoop” stuff which is about to show up in the documentation
A. The new augmented naming syntax for movies, where the new additions are optional
`Name (Year) {attribute: value} [Optional invisible info]
( )
- Parenthesis for the year – per existing
[ ]
- Brackets for all optional (and invisible) data – per existing
{ }
- Braces to delineate the new optional attributes: imdb, tmdb, thetvdb, etc
B. - Granularity of movie settings be set on the individual items instead of being global only.
- Subtitles
- Language
- Agent
- (pretty sure there are a few more but I’ve been too busy to learn them all)
C. Will there be a new TV scanner – YES!
The theme of the new movie scanner & agent extends into the TV scanner & agent.
D. .plexignore
works and no longer descends the tree .
1, It chops off the ignored path immediately when the regex matches
2. It won’t waste time / bandwith to rclone libraries
====================================
Some other things we’ve tested / played with (mostly played with to learn - which work and are official)
- Radarr and other tools (FileBot) seem ok with adding
{tmdb: {TmdbId}}
.
We went with the new delimiters to make renaming and removal of the new naming easier. Removing then is afind -exec script
where ‘script’ does aecho | sed
with a regex to remove\{.*\}
- Collections min threshold works pretty well (1 - 4 thresholds for now. more can be added as needed).
- Collection info currently only with TMDB but that’s not where it it will stop.