this post was submitted on 31 Jan 2024
203 points (96.8% liked)
Free Software
1036 readers
29 users here now
What is free software?
Free software is software that respects the 4 software freedoms. The 4 freedoms are
- The freedom to run the run the program
- The freedom to study the source code
- The freedom to modify the source code
- The freedom to distribute modified versions of the source code
Please note: Free software does not relate to monetary price. Free software can be sold or gratis (no cost)
Rules:
- Please keep on topic
- Follow the Lemmy.zip rules
- No memes
- No "circle jerking" or inflammatory posts
- No discussion of illegal content
Please report anything you believe to violate the rules and be sure to include rhetoric on why you think it should be removed.
If you would like to contest mod actions please DM me with your rational as to why you feel that the relivant mod action should be reversed. Remember to use rhetoric and to site any relevant sources. You will only get one chance to argue your point and continued harassment will result in a ban.
Overall this community is pretty laid back and none if the things list above normally are an issue.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is it possible to make something like a tv channel that randomly selects a video from one of a few folders?
If you use Kodi as your Jellyfish front end, yes you can do this with the PseudoLiveTV add-on.
Thanks for the suggestion ill check it out
I've found the best solution for that is spinning up an ErsatzTV docker instance and add the Live TV channel to Jellyfin. You can customize what gets played to the Live TV channel and I had used it to run a "kids TV" channel at home. The only drawback is I had to shut it down because the transcoding for it was brutal (on a server with no video card). It will convert everything to a standard stream format, and none of my video files would just get served as is.
Thanks for the reply dude, I'll google your suggestions and take a look. Cheers
kodi's pseudotv does this well and you can use jellyfin as a backend
but I'm also curious if there's a more direct way to do this with jellyfin
Yea I was hoping Jellyfin could handle it but maybe these are separate concerns. Thanks for the reply