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

nametmpl in config.json is reset to default #94

Closed
1 of 3 tasks
MorrisTheHorris opened this issue Aug 21, 2018 · 1 comment
Closed
1 of 3 tasks

nametmpl in config.json is reset to default #94

MorrisTheHorris opened this issue Aug 21, 2018 · 1 comment
Assignees
Labels
Milestone

Comments

@MorrisTheHorris
Copy link

Describe the bug
If my config.json contains a custom nametmpl:

{
    ...
    "nametmpl": "{SERIES_TITLE} - {EPISODE_NUMBER} - {EPISODE_TITLE}",
    ...
}

And I choose to download an episode, the nametmpl is my config.json is not used. Instead, the default template "{SERIES_TITLE} - s{SEASON_NUMBER}e{EPISODE_NUMBER} - {EPISODE_TITLE} - [{TAG}]" is used, and my key in the config.json is overwritten.

Expected behavior

  1. Add/edit nametmpl key in config.json to "{SERIES_TITLE} - {EPISODE_NUMBER} - {EPISODE_TITLE}".
  2. Download an episode e.g. crunchy @http://www.crunchyroll.com/island/episode-8-love-me-when-we-meet-again-774625
  3. The episode is downloaded using the previously set name template, and the entry in config.json remains intact.

Please fill theses informations:
(Add a X between brackets to make them ticked if relevant)

  • OS: Windows 10
  • I'm using the latest version of Crunchy
  • I have a premium account on CR (on trial right now)
  • I am using a VPN
  • The command line you are running Crunchy with: any command without the --nametmpl flag
@Godzil
Copy link
Owner

Godzil commented Aug 27, 2018

That's a stupid* bug, will fix it in next release, thanks for the report :)

  • Stupid from how I let it through

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

No branches or pull requests

2 participants