-
Notifications
You must be signed in to change notification settings - Fork 14
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
Comments
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. |
- 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
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.
The text was updated successfully, but these errors were encountered: