Skip to content

feat: Jellyfin source external url #486

@MarS0K

Description

@MarS0K

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.

Image Image

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?

  • I am willing to contribute code towards completing this feature
  • I am willing to help test preview builds for this feature

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions