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

Option to place live stream in different season #24

Closed dcflachs closed 10 months ago

dcflachs commented 11 months ago

It would be nice to have an option to place the live stream .strm file in a subfolder separate from the other available streams. Particularly i would like a subfolder named some variant of s0, season-0, etc. That would make jellyfin place the live stream in a separate season than the others making it easier to find for some channels.

dcflachs commented 11 months ago

The goal of this request is to get the live stream to appear in a different season than the other on demand videos to make it more easily accessible. Perhaps there is a better way to do this than subfolders, like something with the nfo file.

fe80Grau commented 11 months ago

I'm in holidays far away of my home when i come back in few days i wiol check all pending issues.

fe80Grau commented 11 months ago

Try the last commit in main, now the twitch videos have been stored separately in live and videos folder.

dcflachs commented 10 months ago

This is great thank you! There is a small bug though, the live strm files are not being deleted when the stream ends. I think this will fix it https://github.com/fe80Grau/ytdlp2STRM/pull/25