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

Radarr Transparent Profile Incorrect #4

Closed
lostbow opened this issue Jan 26, 2024 · 2 comments · Fixed by #6
Closed

Radarr Transparent Profile Incorrect #4

lostbow opened this issue Jan 26, 2024 · 2 comments · Fixed by #6

Comments

@lostbow
Copy link

lostbow commented Jan 26, 2024

Unless I am missing something it appears the Transparent Profile for Radarr is setup incorrectly.

When looking at the file under profiles/1080p Transparent (Radarr).json it shows many FormatItems and an associated score, when importing that into Radarr only Hulu and IMAX get an actual score, then there are a bunch of 0 score items and 3D and LQ get -9999. Looking at the FormatItems the Names it is targeting don't exist after running the Radarr custom_formats import.

I am going to try and fix it on my own but wanted this document to make sure I am not missing anything and for other people who may run into this.

@lostbow
Copy link
Author

lostbow commented Jan 26, 2024

I figured it out, I've been looking for a bit and figures I figure it out right as I make this request. I ran the exportarr before the importarr and had trashguides custom formats setup. Apparently that will overwrite the original custom_format (Radarr).json.

@santiagosayshey
Copy link
Collaborator

santiagosayshey commented Jan 26, 2024

I figured it out, I've been looking for a bit and figures I figure it out right as I make this request. I ran the exportarr before the importarr and had trashguides custom formats setup. Apparently that will overwrite the original custom_format (Radarr).json.

Thanks for adding your experience here. This wasn't a scenario I had really considered when writing the code. Usually because I'm needing to always update the custom format file with new updates, it was easier to overwrite the exisiting one.

For now, I'll add a warning to the README about this and look into seperating the folders Profilarr imports from / exports too.

Maybe there can be a dev mode where it overwrites the 'master' copy if true, and if not it gets saved into some export folder that the user wants.

santiagosayshey added a commit that referenced this issue Jan 26, 2024
temp fix for issue #4
This was referenced Jan 26, 2024
santiagosayshey added a commit that referenced this issue Jan 27, 2024
- changed from json to yaml for config
- added export_path setting to set where exported files go : fixes #5
- exports now save to {export_path}/{app_type}/{app_name}
- can choose which instance to manually import to
- sync automatically chooses correct custom formats / quality profiles for the app type
- updated readme with usage examples
- added install requirements

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

Successfully merging a pull request may close this issue.

2 participants