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] Sonarr/Radarr - naming.json - Allow file to be modified and saved upon restart. #42

Closed
Repooc opened this issue Jul 29, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Repooc
Copy link

Repooc commented Jul 29, 2023

Is your feature request related to a problem? Please describe.
I was trying to make the auto config for naming.json to use the plex format when altering naming.json or AutoConfig so i could use plex entry, the files get redownload upon restarting the docker container.

Describe the solution you'd like
A couple solutions could include:

  1. Alter setup.bash to check if naming.json is there and if not, download it, if so, skip it
  2. Alter AutoConfig.service file where it checks if /config/extended/naming.json is there or not to first check if /config/extended/custom-naming.json is there and then fall back to the original so a user can have custom-naming.json with their settings.

Describe alternatives you've considered
I considered forking and making needed changes for myself

@Repooc Repooc added the enhancement New feature or request label Jul 29, 2023
@RandomNinjaAtk
Copy link
Owner

RandomNinjaAtk commented Jul 29, 2023

FYI: the default naming is completely compatible with Plex and other media services.

I can look at making it configurable. But like I said, the current included naming works with all of the media server based apps.

So you shouldn’t need to change it.

RandomNinjaAtk added a commit that referenced this issue Jul 29, 2023
RandomNinjaAtk added a commit that referenced this issue Jul 29, 2023
@RandomNinjaAtk
Copy link
Owner

Went with option 1, again the built in naming should already be optimized for plex/emby/jellyfin without any changes, its what I use....

This should now be resolved

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