-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to creating deeper subfolders in Vod folder name field #472
Comments
this is indeed untested behaviour, as slashes probably break the path calculation |
you can use lossless-cut with the provided file next to the video to extract segments, |
Looks good, will investigate but on first glance it doesnt look like there's a native way to use something like a watch/import folder to trigger an action/automation. |
Also, looks like I need season folders after all, Plex can only have episodes up to 4 digits - gameplay may cross a calendar month change but I need both day&hour to cater for multiple streams per day. Alternatively, I see there's |
season and episodes automatically get filled in when capturing streams, probably not for downloaded ones. it would most likely solve this issue as it rolls over for every month. could use some fixing up. and for the splitting, could also be implemented in some kind of automation i suppose |
Let me know if you need help with testing either the subdirectory creation with |
yeah both of them will be available when the latest commit is built |
very neat. next commit has new template options for the new split by chapters button in advanced vod controls, with customisable names |
so i've been thinking, maybe it would be best to remove the use of channel folders and instead just make the vod folder template include it by default and that it can be changed if the user wishes |
So you mean remove the standalone checkbox option, and only have that option in the vod folder bit? It's a more logical place for it, and keep things together for better UX so 👍 from me |
When using
\
in the vod folder field, it shows the desired behaviour in the preview but removes the character and combines the two strings either side in reality.For my usecase, I can probably get away with not having the "season" sub-folders if this functionality is a pain but it would make sense for the preview to reflect the outcome.
The text was updated successfully, but these errors were encountered: