Please check existing knowledge before opening an issue
Describe the new functionality
I'd like to use internal docker network for multi-scrobbler -> jellyfin connection. But now it shows no image in dashboard.
I think it can be done with new configuration parameter externalUrl.
Configuration Example
{
"type": "jellyfin",
"name": "MarS0K-Jellyfin",
"clients": [
"MarS0K-Lastfm"
],
"data": {
"url": "http://jellyfin:8096",
"externalUrl": "https://jellyfin.domain",
"user": "user",
"apiKey": "apikey"
},
"options": {
"logPayload": false,
"logFilterFailure": "debug"
}
}
Will you help implement it?
Please check existing knowledge before opening an issue
Describe the new functionality
I'd like to use internal docker network for
multi-scrobbler->jellyfinconnection. But now it shows no image in dashboard.I think it can be done with new configuration parameter
externalUrl.Configuration Example
Will you help implement it?