fe80Grau / ytdlp2STRM

A little script to serve Youtube / Twitch / Crunchyroll videos without storage it. Uses yt-dlp HTTP data throught Flask and dynamic URLs. We can use this dynamic URLs to set STRM files.
https://github.com/fe80Grau/ytdlp2STRM
MIT License
228 stars 21 forks source link

[Question] Will this work with many users? #11

Closed lyz-code closed 1 year ago

lyz-code commented 1 year ago

Hi, thanks for the plugin, I was wondering if each jellyfin user would be able to set their own channels to follow, or if all channels would be available for all users

Thanks

fe80Grau commented 1 year ago

Hi, is not possible at the moment because each cahnnel has a unique folder (library) to save strm files. Then all channels would be available for all users.

I'm working with c# to deploy this as real Jellyfin plugin with config interface. I put your request in my to do list.