-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmusic-grabber.xml
More file actions
36 lines (36 loc) · 2.54 KB
/
Copy pathmusic-grabber.xml
File metadata and controls
36 lines (36 loc) · 2.54 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
<?xml version="1.0"?>
<Container version="2">
<Name>music-grabber</Name>
<Repository>g33kphr33k/musicgrabber:latest</Repository>
<Registry/>
<Network>bridge</Network>
<MyIP/>
<MyMAC/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/122788-support-jpdvm2014-templates</Support>
<Project>https://gitlab.com/g33kphr33k/musicgrabber</Project>
<ReadMe/>
<Overview>A self-hosted music acquisition service. Search YouTube, SoundCloud, MP3Phoenix, zvu4no, Monochrome/Qobuz, and optional Soulseek, tap a result and it downloads the best quality audio straight into your music library. You'll have a choice to convert to a common format, or store as is.
Lidarr's great for albums, but grabbing a single track you heard on the radio shouldn't require navigating menus or pulling an artist's entire discography. This is for the "I want one song, not a commitment" use case.</Overview>
<Category>MediaApp:Music</Category>
<WebUI>http://[IP]:[PORT:8080]/</WebUI>
<TemplateURL/>
<Icon>https://gitlab.com/g33kphr33k/musicgrabber/-/raw/main/static/MusicGrabberIcon.webp</Icon>
<ExtraParams>--shm-size="2gb"</ExtraParams>
<PostArgs/>
<CPUset/>
<DateInstalled>1779413952</DateInstalled>
<DonateText>If you find this template useful, I’d love a coffee!</DonateText>
<DonateLink>https://bmc.link/JPDVM2014</DonateLink>
<Requires/>
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="" Type="Port" Display="always" Required="true" Mask="false">8080</Config>
<Config Name="Music Library" Target="/music" Default="" Mode="rw" Description="Where music is downloaded." Type="Path" Display="always" Required="true" Mask="false"/>
<Config Name="Appdata" Target="/data" Default="" Mode="rw" Description="" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/music-grabber</Config>
<Config Name="MUSIC_DIR" Target="MUSIC_DIR" Default="/music" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">/music</Config>
<Config Name="DB_PATH" Target="DB_PATH" Default="/data/music_grabber.db" Mode="" Description="" Type="Variable" Display="always" Required="true" Mask="false">/data/music_grabber.db</Config>
<Config Name="PUID" Target="PUID" Default="99" Mode="" Description="" Type="Variable" Display="advanced-hide" Required="true" Mask="false">99</Config>
<Config Name="PGID" Target="PGID" Default="100" Mode="" Description="" Type="Variable" Display="advanced-hide" Required="true" Mask="false">100</Config>
<TailscaleStateDir/>
</Container>