You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this working in my fork. Let me know if you're interested in a pull request.
Some of my library is already grouped into folders that are equivalent to a collection, so the ability to put all movies in a folder into a collection makes for less work that defining each movie one by one.
My implementation of this adds an extra level to the YAML file. Under Title:, you have the list of titles as before. Under Path:, each item is a folder to search for movies in. It uses a literal substring search without regex tokens against the full path (including filename) of a movie so you don't have to escape any slashes, periods, brackets, or parentheses.
The existing YAML files of titles without nested lists are still supported.
I run Plex on Windows, so I haven't tested it against Linux pathnames.
Below is a sample YAML. It will match the movies Anchorman and Spaceballs by title. And it will match movies in L:\Movies\Comedy.
I have this working in my fork. Let me know if you're interested in a pull request.
Some of my library is already grouped into folders that are equivalent to a collection, so the ability to put all movies in a folder into a collection makes for less work that defining each movie one by one.
My implementation of this adds an extra level to the YAML file. Under
Title:
, you have the list of titles as before. UnderPath:
, each item is a folder to search for movies in. It uses a literal substring search without regex tokens against the full path (including filename) of a movie so you don't have to escape any slashes, periods, brackets, or parentheses.The existing YAML files of titles without nested lists are still supported.
I run Plex on Windows, so I haven't tested it against Linux pathnames.
Below is a sample YAML. It will match the movies Anchorman and Spaceballs by title. And it will match movies in L:\Movies\Comedy.
The text was updated successfully, but these errors were encountered: