• winterayars
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    3 hours ago

    RSS feed -> yt-dlp script -> auto queue the folder into the player of your choice. Hmm…

    (Edit: Though that may not actually work considering this is apparently fully server side. Gonna have to get clever…)

    • MangoPenguin@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      4
      ·
      2 hours ago

      (Edit: Though that may not actually work considering this is apparently fully server side. Gonna have to get clever…)

      Next step is machine learning to recognize ads and cut them out automatically hah.

      • winterayars
        link
        fedilink
        English
        arrow-up
        1
        ·
        55 minutes ago

        Don’t need to go that far, i think. If you had your extension hash some piece of each keyframe (basically: tokenize some IDs for each keyframe) and submit them to a database you could then see which parts were shown to everyone vs only to some people and only display those. Basically similar to how sponsorblock crowd sources its sponsor segment detection but automated. Some people would see the ads but then you’d know what the og video was unless it gets edited.

        This is assuming they’re not reencoding the video for each advertisement, which they probably aren’t. If they are it probably gets easier, actually. Sponsorblock could do that.