Difference between revisions of "Appdata Directory Misc"

From Servarr
(→‎Arguments: add args)
Line 3: Line 3:
 
=== Radarr ===
 
=== Radarr ===
 
<section begin=radarr_appdata_directory_arguments />
 
<section begin=radarr_appdata_directory_arguments />
Radarr Arguments Text
+
The <code>-data</code> argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.
 +
 
 +
The <code>-nobrowser</code>argument refrains from launching/opening the browser on startup.
 
<section end=radarr_appdata_directory_arguments />
 
<section end=radarr_appdata_directory_arguments />
  
Line 9: Line 11:
 
<section begin=sonarr_appdata_directory_arguments />
 
<section begin=sonarr_appdata_directory_arguments />
 
The <code>-data</code> argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.
 
The <code>-data</code> argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.
<div style="margin-left: 2em;"><pre>
 
user@host ~ $ ps aux | grep -i sonarr
 
sonarr    15522 28.3  1.5 3596376 1037600 ?    Ssl  Nov11 291:03 /usr/bin/mono --debug /usr/lib/sonarr/sonarr.exe -nobrowser -data=/var/lib/sonarr</pre>
 
</div>
 
  
<div style="margin-left: 2em;"><pre>
+
The <code>-nobrowser</code>argument refrains from launching/opening the browser on startup.
user@host ~ $ sudo systemctl cat sonarr
 
...
 
ExecStart=/usr/bin/mono --debug /usr/lib/sonarr/sonarr.exe -nobrowser -data=/var/lib/sonarr
 
...</pre></div>
 
 
<section end=sonarr_appdata_directory_arguments />
 
<section end=sonarr_appdata_directory_arguments />
  
 
=== Lidarr ===
 
=== Lidarr ===
 
<section begin=lidarr_appdata_directory_arguments />
 
<section begin=lidarr_appdata_directory_arguments />
Lidarr Arguments Text
+
The <code>-data</code> argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.
 +
 
 +
The <code>-nobrowser</code>argument refrains from launching/opening the browser on startup.
 
<section end=lidarr_appdata_directory_arguments />
 
<section end=lidarr_appdata_directory_arguments />
 
=== Readarr ===
 
=== Readarr ===
 
<section begin=readarr_appdata_directory_arguments />
 
<section begin=readarr_appdata_directory_arguments />
Readarr Arguments Text
+
The <code>-data</code> argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.
 +
 
 +
The <code>-nobrowser</code>argument refrains from launching/opening the browser on startup.
 
<section end=readarr_appdata_directory_arguments />
 
<section end=readarr_appdata_directory_arguments />

Revision as of 17:34, 21 February 2021

Misc page for Appdata Directory

Arguments

Radarr

The -data argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.

The -nobrowserargument refrains from launching/opening the browser on startup.


Sonarr

The -data argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.

The -nobrowserargument refrains from launching/opening the browser on startup.


Lidarr

The -data argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.

The -nobrowserargument refrains from launching/opening the browser on startup.

Readarr

The -data argument forces the location of the AppData folder, so your startup command may be forcing a specific location. This is especially useful when trying to run multiple instances.

The -nobrowserargument refrains from launching/opening the browser on startup.