pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.89k stars 542 forks source link

feat: folder support #1289

Closed alenba2 closed 7 months ago

alenba2 commented 7 months ago

Pull Request Template

Type of change

Description

Instead of downloading at the base root, make it create a new folder and store the videos from that new folder. Needs to have the -f flag to activate it.

Checklist

Additional Testcases

port19x commented 7 months ago

Do I understand correctly that this will put each EP in a folder of it's own?

port19x commented 7 months ago

Are you aware of the environment variable ANI_CLI_DOWNLOAD_DIR?

Derisis13 commented 7 months ago

This looks to me like a solution in search of a problem. As Port said, ANI_CLI_DOWNLOAD_DIR covers the basics of media management, and if you want something more sophisticated, I'd recommend the *arr stack (sonarr in the case of anime) or a media server (jellyfin, plex, emby or maybe even kodi).

ani-cli's job is to get you the anime, not to organize it