![]() |
|
SortTV: Sort TV episodes, movies, and music into directories for xbmc (Linux/Win/Mac) - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for XBMC (/forumdisplay.php?fid=116) +--- Thread: SortTV: Sort TV episodes, movies, and music into directories for xbmc (Linux/Win/Mac) (/showthread.php?tid=75949) |
- vikjon0 - 2011-03-22 15:36 Not sure if this should or could be solved in sorttv, but here it is: It seems like "specials" have to be named s00e99 for it to be picked up xbmc (or I guess it is tvdb that have this requirement). Meaning that Game.of.Thrones.S01E00 should be Game.of.Thrones.S00E01. It would make sense that xbmc handle both formats but I think xbmc depends on tvdb for this? - foe83 - 2011-03-22 18:02 vikjon0 Wrote:Not sure if this should or could be solved in sorttv, but here it is: That's a good point, but if it's a special you don't want it to be picked up as part of the season... or is it like battlestar galactica's introductory mini serie? - vikjon0 - 2011-03-22 18:09 [quote]That's a good point, but if it's a special you don't want it to be picked up as part of the season... or is it like battlestar galactica's introductory mini serie? [/QUOTE In this case I am not sure, but both scenarios exists. I think in Lost they often started the season with a 00 episode? To be honest I am not 100% sure how it does work but the xbmc wiki only gives the s00 solution which at least in this case match the tvdb info. EDIT: Looking at lost it seems like special have to be 00 and this information is supplemented with air date and "aired before". The same applies to battlestar it seems. - mjreddy - 2011-03-23 05:47 quck question: from what I understand, SortTV cannot/will not monitor a directory for new files to Sort? rather, it must be called or scheduled to run at predefined intervals? thus, updates to XBMC are not live/realtime? - cliffe - 2011-03-23 05:48 mjreddy Wrote:quck question: from what I understand, SortTV cannot/will not monitor a directory for new files to Sort? rather, it must be called or scheduled to run at predefined intervals? thus, updates to XBMC are not live/realtime? Yes, but it can be configured to check as often as you like. The new poll feature allows you to configure SortTV to continuously recheck the directory at predefined intervals. Alternatively, you can schedule SortTV to run at certain times of the day. Either way achieves the desired outcome, monitoring a directory for new files to sort. Side note: if the files are being moved into the monitored directory from the same disk it should always be safe to sort as frequently as you like. Depending on the system you are using, if you are copying files from a separate disk it may be safer to move to the same disk first, then into the monitored directory. That way there is no chance that SortTV will see the file before it has finished copying. - Hjord - 2011-03-24 13:37 My folder structure is TV Shows - A - Show 1 Show 2 B - Show 1 Show 2 How can i make SortTV work with this? - freaktm - 2011-03-29 20:59 Hi, I've just started using this script for sorting my TV shows, and also for sorting my movies (just moving them from one folder to another) - I'm experiencing some errors, though: I use the MOVE-AND-LEAVE-SYMLINK-BEHIND option. Often, when moving TV show episodes, no symlink is left behind, but a folder with "corrupted" files is. I suspect this can be because the TV show isnt on TVDB..? Also, when moving a movie, the same thing happens - all the time, though. This far, it's been a managable task to manually fix the symlinks when my torrent program reports corrupted files, but I think that in the long run, it gets a bit annoying.. Are these errors known, or am i just unlucky/using the script wrong..? - cliffe - 2011-04-06 12:21 Hjord Wrote:My folder structure is Sorry for the slow reply. Is "Show 1" different each time? Or do you mean that all shows starting with "A" are under the "A" directory? If that is what you want: please see this post, which is related. Basically you could manually create the show directory in the high level directory you want it to be in, and tell SortTV to only sort files if the corresponding show directory already exists. - cliffe - 2011-04-06 12:23 freaktm Wrote:Hi, I've just started using this script for sorting my TV shows, and also for sorting my movies (just moving them from one folder to another) - I'm experiencing some errors, though: Thanks for reporting it. This is the first I have heard of any problems with that feature. Could you please check if you still have the problem if you close any programs using the files (eg your bittorrent program) and then run SortTV. Let me know how that goes. If the problem still exists I'll have a deeper look into it. Thanks. - Hjord - 2011-04-06 17:27 cliffe Wrote:Sorry for the slow reply. Thanks for the reply. That was what i meant. I'm not sure if i understood the post you linked too. But i'm gonna try. |