I download two of almost everything I watch, and would like to be able to sort the different qualities under different folders (top level). So I have the "TV" folder that stays on my server, and the "TV-SD" that gets dumped weekly to my tablet.
Right now, my closest solution is to use the built in "TV" sorting (that works awesome), and then use an unsorted category for "TV-SD" that goes to my "TV-SD" folder. The only annoyance here is that the kickass TV-Sorting doesn't work here, so all my files are just dumped into gibberish folder names.
What I'd love to have, and if anyone has an idea, is the have multiple TV-sort categories so they go where+how I want. Maybe a sorting tool that is just totally generic where you can add a custom Pattern Key to specific category types. But like an open list for all available categories and then just a pattern key next to it.
Possible table structure (pseudo-coded):
Code: Select all
+-----------------+----------+-------------------------------------------------------------------+
| Category | Type | Pattern |
+-----------------+----------+-------------------------------------------------------------------+
| Apps | Apps | {default for type} |
| Misc | Misc | {default for type} |
| MikesMovies | Movies | ./Movies-Mike/%Name (%Year).%ext |
| SarasMovies | Movies | ./Movies-Sara/%Name (%Year).%ext |
| TV | TV | ./TV/%ShowName/%SeasonNumber/%EpisodeNumber - %EpisodeName.%ext |
| TV-SD | TV | ./TV-SD/%ShowName/%SeasonNumber - %EpisodeNumber.%ext |
| ... | ... | ... |
+-----------------+----------+-------------------------------------------------------------------+
Any thoughts / suggestions are more than welcome. If possible, I'd be willing to program this but I don't want to start it and find out later that SABnzbd+ cannot support it for some reason.
thanks
Mike