Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emby/jellyfin as Media Servers #130

Closed
binarygeek119 opened this issue Jun 21, 2021 · 12 comments · Fixed by #756
Closed

emby/jellyfin as Media Servers #130

binarygeek119 opened this issue Jun 21, 2021 · 12 comments · Fixed by #756

Comments

@binarygeek119
Copy link

i like to have emby to use as a media server for this app
emby/jellyfin are built for the same source when emby went closed source jellyfin was born.
if you add support for one the other be easy to adept to.
jellyfin is free 100%
emby is like plex

emby api
https://github.com/MediaBrowser/Emby/wiki

jellyfin api
https://jellyfin.org/docs/plugin-api/index.html
https://api.jellyfin.org/
http://your-jellyfin-server:8096/api-docs/swagger/index.html

@meeb
Copy link
Owner

meeb commented Jun 21, 2021

Jellyfin is on the list of media servers to support eventually, and additional media server types was structured into the codebase already. I was waiting for Jellyfin to have a couple more native clients before I switched from Plex myself, in the interim I've not spun up a Jellyfin server to test with yet. However, yes, this is on the roadmap. Thanks for the issue.

@SmartPhoneLover
Copy link

If it helps to someone meanwhile, this is what I have done to allow Jellyfin to show the Tubesync content.

I mapped the download directory of Tubesync to one created specially for Jellyfin YouTube videos, as a share (NAS). So, all the downloaded videos from Tubesync will be saved directly into that directory, which will allow Jellyfin to scan them, as usual (like movies, series...).

@turboc1208
Copy link

from what SmartPhoneLover said, it sounds like all that is needed is to copy the files over to JellyFin.

@meeb
Copy link
Owner

meeb commented Aug 22, 2023

I plan on personally moving to Jellyfin at some point which is when I'd add an interface to add it as a media server. Happy to accept PRs to add it before that though.

@jeffersoncgo
Copy link

Also requesting this, would be perfect to use this toghether with emby.

@rricordeau
Copy link

+1

@meeb
Copy link
Owner

meeb commented Feb 17, 2025

There is a fork with this implemented:

78cce70

Does someone want to test that? If it works for you I'll commit it with a reference to the source.

@tcely
Copy link
Contributor

tcely commented Feb 17, 2025

Does someone want to test that? If it works for you I'll commit it with a reference to the source.

I've built a test image with that commit included:

docker pull ghcr.io/tcely/tubesync:jellyfin

@binarygeek119
Copy link
Author

i cant seem to add my jellyfin server. i dont see a place to add jellyfin and if i add it to the plex fields i get 'Plex Media Server library ID "Youtube" at position 1 must be an integer'

using docker 'ghcr.io/tcely/tubesync:jellyfin'

Image

@tcely
Copy link
Contributor

tcely commented Feb 21, 2025

Ok. So it needs more work.

If anyone wants to open a pull request against my branch, I'll be happy to review and merge into a new build.

https://github.com/tcely/tubesync/tree/jellyfin-mediaserver

@tcely
Copy link
Contributor

tcely commented Feb 22, 2025

I've hooked up the Jellyfin user interface and built a new image if anyone wants to test that their library is refreshing properly.

docker pull ghcr.io/tcely/tubesync:jellyfin

@binarygeek119
Copy link
Author

it seems to be working now. i will report back if i find something.

@meeb meeb closed this as completed in #756 Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants