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 like to organize my movies by year/name, e.g. "Library/Movies/2019/Movie name (2019)/".
When i set Movie folder pattern to "%my/%mn (%my)", the slash gets replaced by a space, and the movie gets sorted into "Library/Movies/2019 Movie name (2019)/".
Not sure what the best way to solve this is, but i don't think slash should be considered an invalid char for this pattern.
The text was updated successfully, but these errors were encountered:
Hi, I'm pretty sure that option is intended to be filename only and is not intended to contain directory separators. Also I thought there was an option about putting movies into their own folders but i could be wrong.
It'd be nice if it could be extended to contain directory separators for more than one level of directories, so consider this a feature request please.
I like to organize my movies by year/name, e.g. "
Library/Movies/2019/Movie name (2019)/
".When i set Movie folder pattern to "
%my/%mn (%my)
", the slash gets replaced by a space, and the movie gets sorted into "Library/Movies/2019 Movie name (2019)/
".Not sure what the best way to solve this is, but i don't think slash should be considered an invalid char for this pattern.
The text was updated successfully, but these errors were encountered: