tubesync icon indicating copy to clipboard operation
tubesync copied to clipboard

emby/jellyfin as Media Servers

Open binarygeek119 opened this issue 3 years ago • 5 comments

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

binarygeek119 avatar Jun 21 '21 05:06 binarygeek119

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.

meeb avatar Jun 21 '21 06:06 meeb

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...).

SmartPhoneLover avatar Sep 16 '21 19:09 SmartPhoneLover

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

turboc1208 avatar Aug 21 '23 21:08 turboc1208

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.

meeb avatar Aug 22 '23 05:08 meeb