Skip to content
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

Open
branigan opened this issue Apr 6, 2015 · 4 comments
Open

Use TV Show Folder #2

branigan opened this issue Apr 6, 2015 · 4 comments

Comments

@branigan
Copy link

branigan commented Apr 6, 2015

It is posible to implement --tvshow-use-folder-name like movie-use-folder-name ?
it is posible to delete sorted download folder ?

@SpaceOgre
Copy link
Owner

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?

@branigan
Copy link
Author

branigan commented Apr 6, 2015

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)

@SpaceOgre
Copy link
Owner

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 :(

@jappish84
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants