-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use TV Show Folder #2
Comments
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. |
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 ?
The text was updated successfully, but these errors were encountered: