-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sonarr: fixes for services and package modernisation #5515
Conversation
Hey @hgy59, continuing the conversation here:
All done!
I've implemented the concept in this new PR and the upgrade did in fact retain the existing One thing I noted however when searching for 'config.xml' files following a complete uninstall of Sonarr is that there were still some present here:
The backup folder does seem to be in the wrong place for a DSM7 deployment, what do you think may be causing this? Here's the detailed uninstall log in case it will help: https://pastebin.com/XrPiU8X7
I've included this in the PR, do let me know if the implementation is okay. |
This might be fixed with So we have to validate, whether sonarr is using the |
0d0a7dc
to
da38c9f
Compare
@mreid-tt TODO update |
I believe the code is already there: Line 39 in da38c9f
I've checked all the files in
Thanks, saw the build error and fixed this too. |
da38c9f
to
f2a57cc
Compare
It is missing (should be defined in installed script/service-setup) |
@mreid-tt Sonarr Status of v3.0.9.1549 shows an error: If the mono certificate issues are solved, we should update the SPK_DEPENDS at least to mono>=5.20. |
@mreid-tt I can confirm, that on DSM 6 with ALTERNATE_TMPDIR fixed, sonarr creates the backup in the folder
EDIT: |
This comment was marked as off-topic.
This comment was marked as off-topic.
686a270
to
4ac718d
Compare
Will do. |
@hgy59, any further changes before this is merged and published? |
added two minor proposals (none of them touches the functionality of this package) |
7ee70d1
to
a8bc0df
Compare
1. Update package name to 'Sonarr v3' 2. Upgrade to Sonarr 3.0.9.1549 3. Avoid Sonarr downgrade on package update 4. Fix usage of TMPDIR and remove obsolete folders 5. Remove support for legacy (v2) versions Co-Authored-By: hgy59 <12009964+hgy59@users.noreply.github.com>
a8bc0df
to
4138dc4
Compare
Nice! I've squashed all the Sonarr changes together as one and I've left the explicit framework change separate for visibility. Let me know if you need anything else. |
) * framework: add STATUS to log_step for package installer logs * Sonarr: fixes for services and package modernisation 1. Update package name to 'Sonarr v3' 2. Upgrade to Sonarr 3.0.9.1549 3. Avoid Sonarr downgrade on package update 4. Fix usage of TMPDIR and remove obsolete folders 5. Remove support for legacy (v2) versions Co-Authored-By: hgy59 <12009964+hgy59@users.noreply.github.com>
Description
This replaces #5511 which built on the work from #5485 to address a number of issues in Sonarr as discussed in #5471 (comment) and summarised below:
Fixes #5450, Closes #5471
Checklist
all-supported
completed successfullyType of change