I wish there was a good looping software that good take any song and cut the perfect infinite loop of it automatically.

  • @[email protected]
    link
    fedilink
    2912 days ago

    Media server software that lets me program my own television station.

    5:00 PM - Play the next file from folder X.
    6:00 PM - Play the next file from folder Y.
    7:00 PM - Play the next file from folder Z.
    8:00 PM - Play random movie.

      • @[email protected]
        link
        fedilink
        712 days ago

        Setting up something like a cron job is trivial, getting it to stream files from a particular folder, on a channel I can access on demand, is the trick.

        Ideally I want to be able to change the input on my television, any time I want, to my personal streaming channel which is constantly running the schedule I’ve defined.

        • @[email protected]
          link
          fedilink
          2
          edit-2
          12 days ago

          The one time I tried streaming I just piped ffmpeg output through icecast and that worked, but it took some reading of the ffmpeg wiki to find the right options. You might even be able to point icecast to the folder directly without ffmpeg. I needed ffmpeg because it was transcoding from a webcam. On the playback side you’d again use ffmpeg to stream the icecast channel to your computer’s hdmi output, and wire that to your TV. I’m still going with 10 line shell script, but maybe I’d use python to avoid too much shell cleverness.

          Added: maybe you don’t even need icecast. Its purpose is to fan out a single input to multiple clients. You can even cascade them across a bunch of cheap VPS into a do-it-yourself youtube with 1000s of simultaneous viewers.

        • @[email protected]
          link
          fedilink
          English
          212 days ago

          Seems like it would be pretty easy to set up some cron job that would change a symlink to a folder every hour and just run programs from that symlink.

          • @[email protected]
            link
            fedilink
            312 days ago

            That would likely work if the intent was to watch files locally, and that’s not the goal. The goal is to stream them out to something viewable on a television.

            A DLNA server can do the streaming, but not the scheduling and it won’t run continuously.

            • fmstrat
              link
              fedilink
              English
              212 days ago

              Seems like youre shooting these down without considering what the author meant by “program”.

              • Create a folder called “My Channel”
              • Make a bash script that does the symlinks
              • Add folder to Jellyfin
              • Profit
      • @[email protected]
        link
        fedilink
        111 days ago

        I look at different solutions from time to time, but it’s been a while, I’ll check that out!

    • @[email protected]
      link
      fedilink
      412 days ago

      Ersatz is this brilliant self hosted IPTV server that can do this. Any client (even a browser or your smart tv) can run it. Setting up the channels are a bit clunky but it’s well documented

      https://ersatztv.org/ Your Personal IPTV Server | ErsatzTV

    • @[email protected]
      link
      fedilink
      English
      312 days ago

      VLC (Video LAN Client) probably has a plugin for this. It was designed to stream video across networks.