48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|