add music seerr

This commit is contained in:
Michel Roegl-Brunner
2026-05-22 20:35:52 +02:00
parent 82c3e98b96
commit 6116c3f871
3 changed files with 191 additions and 0 deletions

47
json/musicseerr.json Normal file
View File

@@ -0,0 +1,47 @@
{
"name": "MusicSeerr",
"slug": "musicseerr",
"categories": [14],
"date_created": "2026-05-22",
"type": "ct",
"updateable": true,
"privileged": false,
"has_arm": false,
"interface_port": 8688,
"documentation": "https://musicseerr.com/",
"website": "https://github.com/HabiRabbu/Musicseerr",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/musicseerr.webp",
"description": "MusicSeerr is a self-hosted music request and discovery app for Lidarr. Search MusicBrainz, request albums, stream from Jellyfin, Navidrome, Plex, or local files, and scrobble to ListenBrainz and Last.fm.",
"install_methods": [
{
"type": "default",
"script": "ct/musicseerr.sh",
"config_path": "/opt/musicseerr/backend/config/config.json",
"resources": {
"cpu": 2,
"ram": 4096,
"hdd": 8,
"os": "Debian",
"version": "13"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Requires a running Lidarr instance. Configure Lidarr and other integrations in the web UI after installation.",
"type": "info"
},
{
"text": "Initial install includes a frontend build and may take several minutes.",
"type": "warning"
},
{
"text": "For local file playback, mount your music library into the container and set the path in Settings > Local Files.",
"type": "info"
}
]
}