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
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?
Presume it's the same
With regards
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.
Most helpful comment
I made a small change to allow
embyconnector 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.