-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathspotizerr.xml
More file actions
45 lines (45 loc) · 3.67 KB
/
Copy pathspotizerr.xml
File metadata and controls
45 lines (45 loc) · 3.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0"?>
<Container version="2">
<Name>spotizerr-phoenix</Name>
<Repository>spotizerrphoenix/spotizerr</Repository>
<Registry>https://hub.docker.com/r/spotizerrphoenix/spotizerr</Registry>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/122788-support-jpdvm2014-templates/</Support>
<Project>https://lavaforge.org/spotizerrphoenix/spotizerr-phoenix</Project>
<Overview>NOTE: Must have premium Spotify account!
A self-hosted music download manager with a lossless twist. Download everything from Spotify, and if it happens to also be on Deezer, download from there so you get those tasty FLACs.
Setup Instructions (READ THE FULL DOCS BEFORE USING): https://spotizerr-phoenix.readthedocs.io/</Overview>
<Category>Downloaders: MediaApp:Music</Category>
<WebUI>http://[IP]:[PORT:7171]/</WebUI>
<TemplateURL>https://raw.githubusercontent.com/JPDVM2014/unraid-templates/main/spotizerr.xml</TemplateURL>
<Icon>https://lavaforge.org/avatars/54ed1adfaf177b28f725ef89a3c556eb87c90bee587362b2f1374f9444dd5d7c?size=512</Icon>
<ExtraParams>--user 1000:1000</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1765119759</DateInstalled>
<DonateText>If you find this template useful, I’d love a coffee!</DonateText>
<DonateLink>https://bmc.link/JPDVM2014</DonateLink>
<Requires>Requires separate Redis container.
Must create .cache file before first run. Run this command in unraid terminal. Adjust to fit your appdata location.
"mkdir -p /mnt/user/appdata/spotizerr-phoenix &amp;&amp; touch /mnt/user/appdata/spotizerr-phoenix/.cache &amp;&amp; chown -R 99:100 /mnt/user/appdata/spotizerr-phoenix"
Run this in unraid terminal after spotizerr is running to authorize Spotify account: "docker run --network=host --rm -it cooldockerizer93/spotizerr-auth
"</Requires>
<Config Name="Config" Target="/app/data" Default="/mnt/user/appdata/spotizerr/config" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/spotizerr-phoenix</Config>
<Config Name="Download Directory" Target="/app/downloads" Default="" Mode="rw" Description="Set to Mucic Library or other directory" Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Logs" Target="/app/logs" Default="/mnt/user/appdata/spotizerr/logs" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/spotizerr-phoenix/logs</Config>
<Config Name="Cache File" Target="/app/.cache" Default="/mnt/user/appdata/spotizerr-phoenix/cache" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/spotizerr-phoenix/.cache</Config>
<Config Name="WebUI" Target="7171" Default="7171" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">7171</Config>
<Config Name="REDIS_HOST" Target="REDIS_HOST" Default="redis" Mode="" Description="Change to match your redis container name or IP address." Type="Variable" Display="always" Required="true" Mask="false">redis</Config>
<Config Name="REDIS_PORT" Target="REDIS_PORT" Default="6379" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">6379</Config>
<Config Name="REDIS_DB" Target="REDIS_DB" Default="0" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">0</Config>
<Config Name="EXPLICIT_FILTER" Target="EXPLICIT_FILTER" Default="false" Mode="" Description="Set to true to filter out explicit content" Type="Variable" Display="always" Required="true" Mask="false">false</Config>
<TailscaleStateDir/>
</Container>