User Tools

Site Tools


synology:radarr-synology

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
synology:radarr-synology [2021/05/13 01:10] Wulf Rajeksynology:radarr-synology [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 25: Line 25:
 [v3.1.0.4893] System.UnauthorizedAccessException: Access to the path '/proc/19002/maps' is denied. [v3.1.0.4893] System.UnauthorizedAccessException: Access to the path '/proc/19002/maps' is denied.
 </code> </code>
-can be solved by stopping Sonarr first, applying the Radarr update and then re-starting Sonarr.+can be solved by stopping Sonarr first, applying the Radarr update (manual stop and restart may be required) and then re-starting Sonarr. 
 +<code> 
 +sudo synopkgctl stop nzbdrone 
 +#apply web update here 
 +/tmp/radarr_update/Radarr.Update `ps ax | grep "Radarr/bin/Radarr" | grep -v grep | cut -d " " -f 1` /tmp/radarr_update /volume1/@appstore/radarr/share/Radarr/bin/Radarr
  
 +sudo synopkgctl stop radarr
 +sudo synopkgctl start radarr
 +sudo synopkgctl start nzbdrone
 +</code>
  
 +Radarr update files:
 +<code>
 +wget --content-disposition 'http://radarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=x64'
 +wget --content-disposition 'http://radarr.servarr.com/v1/update/master/updatefile?os=linux&runtime=netcore&arch=arm'
 +wget --content-disposition 'http://radarr.servarr.com/v1/update/develop/updatefile?os=linux&runtime=netcore&arch=arm'
 +</code>
 +
 +
 +To change the favicon if multiple instances are running, the following files can be changed:
 +<code>
 +/var/packages/radarr/target/share/Radarr/bin/UI/Content/Images/Icons/favicon.ico
 +/var/packages/radarr/target/share/Radarr/bin/UI/Content/Images/Icons/favicon-32x32.png
 +</code>
synology/radarr-synology.1620864604.txt.gz · Last modified: 2023/05/29 11:54 (external edit)