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

[Feature Request] Automatically Rename/Organize Manga Names/Issues After Download #16

Closed
dykn opened this issue Mar 18, 2020 · 4 comments
Labels
enhancement New feature or request

Comments

@dykn
Copy link

dykn commented Mar 18, 2020

Hi,

I was just wondering if it would be possible for you to add a feature where the names of the manga(s) and volumes/chapters/issues would be automatically renamed, perhaps shortly after downloaded or maybe ran on the entire library at a certain interval or schedule.

Maybe something similar to what Sonarr (https://github.com/Sonarr/Sonarr) or FileBot do for anime, using AniDB or MyAnimeList (if/when their public API opens).

Thanks.

@dykn dykn added the enhancement New feature or request label Mar 18, 2020
@hkalexling
Copy link
Member

Hi, thanks for the feature request!

How do you want Mango to rename the files? Personally, I don’t use Sonarr, so it would be great if you could briefly describe the renaming behavior you are looking for.

@dykn
Copy link
Author

dykn commented Mar 20, 2020

Sorry for the delayed reply.

In Sonarr, it basically allows you to customize the pattern, creation of folders, etc. Thought I don't think the customization is totally necessary, something like:

Name Of Manga / File Name Of Manga - Issue Number.cbz

Would be appropriate.

In Sonarr, the customization settings look like this:

rename

Filebot has similar settings/options, forked source here:

https://github.com/barry-allen07/FB-Mod

Thanks.

@hkalexling
Copy link
Member

Thanks for the clarification. I agree that it would be a useful feature to have.

I don't like the idea of having a long list of options on the web page to customize the naming behavior (as shown in your screenshot above). I think it makes more sense for the users to specify the naming format in the config file. For example, you can write something like

- chapter_rename: {title} Vol.{volume} Ch.{chapter}.cbz

in the config file, and Mango would rename the downloaded files accordingly.

I will try to include this in the next release, but in the meantime, feel free to let me know what you think!

@hkalexling
Copy link
Member

This feature is now available in v0.4.0. Please check the Wiki for details.

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

No branches or pull requests

2 participants