Open branigan opened 9 years ago
I don't think there should be any problems with implementing a --tvshow-use-folder-name, the sorting/name checking for tv-shows is a bit diffrent than for movies but will look into it when I get time.
It is definetly possible to delete a folder once the sorting is done, what folder did you have in mind? the folder you set with --directory-to-sort?
Thanks for the rapid response. for the second question: I wan to delete movie / tv show original folder that's is empty. Also I've noticed that if are various results of tmdb the movie didn't sort (eg. boyhood)
Hi, really sorry about my silence here. Got swamped at work and my part time programing took a big hit. Can't promise when I will be able to look at this :(
@branigan This feature would be nice if integrated in sorttv, until then you could use a cronjob to do this for you if you are on linux that is.
I'm using this command to delete empty folders sorttv leaves behind.
30 * * * * find /path/to/dir/ -empty -type d -delete
30 * * * * find /path/to/dir/2/ -empty -type d -delete
hope that helps
It is posible to implement --tvshow-use-folder-name like movie-use-folder-name ? it is posible to delete sorted download folder ?