this post was submitted on 14 Jun 2023
23 points (100.0% liked)

Free and Open Source Software

17783 readers
163 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
23
submitted 1 year ago* (last edited 1 year ago) by privsecfoss@feddit.dk to c/foss@beehaw.org
 

I use it for news aggregation with Nextcloud news. Also for podcasts and PeerTube channels. Anyone using RSS for other things?

you are viewing a single comment's thread
view the rest of the comments
[–] apoisel@discuss.tchncs.de 8 points 1 year ago (1 children)

I use RSS to watch YouTube videos. I collect the ULRs of the videos I want to watch in a text file using my feed reader (Newsboat). In the evening a script transfers the file to my TV computer and fetches the videos with yt-dlp.

To play the videos I use another script, which plays and then trashes the video files in a loop.

Pros: no ads, no buffering videos during playback, plays videos without interaction (like TV), can collect video URLs over day, don't have to bother with YouTube's user interface, cookies etc.

[–] BadlyHunt@discuss.tchncs.de 2 points 1 year ago (1 children)

I like that idea! Any chance you would be able to share the script or the general workflow?

[–] apoisel@discuss.tchncs.de 1 points 1 year ago

I just wrote down simplified versions of my scripts. Then I clicked the wrong button to exit the markdown preview and now it's all gone. I'll have to drink a beer now, sorry. If you have any specific questions, I'll answer them gladly.