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

Can't set where Exportarr saves to #5

Closed
santiagosayshey opened this issue Jan 26, 2024 · 0 comments · Fixed by #6
Closed

Can't set where Exportarr saves to #5

santiagosayshey opened this issue Jan 26, 2024 · 0 comments · Fixed by #6

Comments

@santiagosayshey
Copy link
Collaborator

santiagosayshey commented Jan 26, 2024

Description:
The current behavior in the Radarr import/export process, as discussed in issue #4, leads to an unintentional overwriting of the existing Custom Formats file. This results in users having to redownload the file to import their desired quality profiles correctly.

The problem arises when exportarr is executed before importarr, leading to the overwriting of the original custom_format (Radarr).json file. This scenario was not initially considered during the development of the import/export functionality.

Proposed Fix:
Set a path in the config file to choose where files are exported to. This keeps dev functionality, while also being user friendly, Path can be set to the 'master' instance (The folder in which people import from), or anywhere else.

Fixes #4

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
@santiagosayshey santiagosayshey mentioned this issue Jan 27, 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.

1 participant