FireHead90544 / SenPY

SenPY - A highly efficient CLI based anime downloader written in python and integrated with aria2.
GNU General Public License v3.0
19 stars 4 forks source link

why the video name doesn't match? #3

Closed candrapersada closed 1 year ago

candrapersada commented 1 year ago

why doesn't the name of the video match for example Majin Bone Episode 3 but what appears is only EP.3

FireHead90544 commented 1 year ago

Because with animes with long name it will be pretty annoying and hard to read the name. Just for the sake of user-friendlyness It creates a folder named as the name of actual anime and just keep the episode number in the actual name of episode.

Example EP.1.mp4, EP.2.mp4, ... will be present inside the Majin Bone. You can change this behaviour from the code.

FireHead90544 commented 1 year ago

Pretty self explanatory, don't feel the need to change this behaviour. Re-open this issue if you have any other query.