Web-scrobbler: Connect http://jellyfin.org

Created on 25 Feb 2020  路  5Comments  路  Source: web-scrobbler/web-scrobbler

Provide information about website

Jellyfin - basically the FOSS [E]mby fork

Simplest demo is to spin up a [D]ocker container

Yours hopefully

PS thanks for wonderful software!

d: http://hub.docker.com/r/linuxserver/jellyfin
e: http://emby.media
j: http://jellyfin.org

connector request

Most helpful comment

I made a small change to allow emby connector to work for both Jellyfin and Emby.

I also made other improvements and fixes for Emby/Jellyfin, e.g. displaying a large cover arts. :) These changes will be available in the next version.

All 5 comments

It's worth noting that the current Emby connector seems to work fine with Jellyfin on my local instance. Perhaps we should simply rename the Emby connector to "Emby/Jellyfin" for now, until the codebases become further distinct?

Hi!

We have default URL patterns for Emby (see matches section):

{
    label: 'Emby',
    matches: [
        '*://*8096/web/*',
        '*://*8920/web/*',
        '*://app.emby.media/*'
    ],
    js: 'connectors/emby.js',
    id: 'emby',
}

What are default URLs for Jellyfin?

I made a small change to allow emby connector to work for both Jellyfin and Emby.

I also made other improvements and fixes for Emby/Jellyfin, e.g. displaying a large cover arts. :) These changes will be available in the next version.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

david-sabata picture david-sabata  路  7Comments

eignatenkov picture eignatenkov  路  5Comments

Ernsthemingway picture Ernsthemingway  路  6Comments

maegentae picture maegentae  路  4Comments

pedrojvaz picture pedrojvaz  路  6Comments