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

Enhancement - Recursive Folders for each Anime #46

Closed
leptoid opened this issue Mar 22, 2018 · 1 comment
Closed

Enhancement - Recursive Folders for each Anime #46

leptoid opened this issue Mar 22, 2018 · 1 comment

Comments

@leptoid
Copy link
Contributor

leptoid commented Mar 22, 2018

Anime-DL currently downloads shows in the main folder and then moves objects to a subfolder named "Output". How much effort would it take to send episodes to Output[Anime Title]?

The function which moves objects to Output would need modified to check/verify folder [Anime Title] existed, and then send objects to the respective recursed folder.

As an example:
http://www.crunchyroll.com/naruto/episode-220-departure-535236 would be sent to "\Output\naruto[episode]"
while
http://www.crunchyroll.com/darling-in-the-franxx/episode-10-the-city-of-eternity-759593 would be sent to "\Output\darling-in-the-franxx[episode]"

To improve efficiency, Anime-DL could also check the respective show's folder for the episode(s) so that it does not download a show that already exists. I believe it does this with the Output folder now, except it downloads before the verification and leaves the downloaded file in folder "\Anime-DL" if "\Output" already contains the file.

If I ever had time, I would consider looking into doing this modification as most of it only requires optimizing/modifying existing code. Unfortunately, real life gets in the way.

@Xonshiz
Copy link
Owner

Xonshiz commented Mar 23, 2018

It is easy to do, but like you mentioned, real life gets in the way. I'm currently a little too busy to give my attention to this. But, I'll try to get something done soon.

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

No branches or pull requests

2 participants