Szpadel 3 minutes ago

I creates something similar in concept but with different goal. I wanted to be able to watch videos with sponsor block on iPad ideally using Plex.

I found self hosted solution like this but I was very dissatisfied with how that worked

on other hand I wanted to check out loco.rs framework, so I decided to implement my own solution.

basically you are able to add channels/playlists on many many platforms that yt-dlp supports, you can select what should be cut out using sponsor block and you choice how many days you want it (videos older that that are automatically deleted)

if you are interested, you can check it out: https://github.com/Szpadel/LocalTube

socalgal2 an hour ago

Cool but ... this also sounds like hording behavior. The number of things I've saved over the years only to throw them away years later and realize that saving them in the first place was a waste of time.

In the 90s my friend's mom would video tape AMC movies. She had 300+ tapes. Maybe she had a few rare ones but now all those movies are available on demand either legally or illegally and in much better quality. Another friend kept all of his 1980s computer magazines (Byte, etc...) and moved these extremely heavy boxes through 30+ years of moves. I doubt he ever opened a single magazine since the moment he saved them. Then they all appeared on The Archive and he finally got rid of them.

To be clear, I have a few youtube videos saved on my local storage. I'm just thinking that saving every video I watch reminds me of the things I've personally over-saved.

Actually that reminds me. I met up with the magazine saving friend recently which is when I verified that he finally got rid of his stash. It made me think about things I'm still saving that if I reflect on I know I will never actually look at. For example I have box of about eight 3.5 inch floppy disks from my Amiga days. The odds that I'm going to get an Amiga or download an Amiga emu and get a drive to read those are close enough to zero that I should throw them away. Similarly I have a book of CD-ROMs of backed up data from the 90s. There's a close to 0% chance that I'm never going to bother look at their contents.

  • mananaysiempre an hour ago

    > Another friend kept all of his 1980s computer magazines (Byte, etc...) and moved these extremely heavy boxes through 30+ years of moves.

    I don’t think IA has all early issues of the Microsoft Systems Journal (later MSDN Magazine), among others. So this can be useful. (Also, what kind of person do you think put the magazines up on IA in the first place?..)

    • asdefghyk 25 minutes ago

      Lots magazines never made it to the archives and have been lost.

  • jh00ker 13 minutes ago

    > I have a book of CD-ROMs of backed up data

    >There's a close to 0% chance that I'm never going to bother look at their contents.

    More likely scenario, your children, grandchildren or other family members go through your shit after you pass away and discover stuff about you that perhaps you never wanted to share.

    This is something I think about a lot because I don't have a "digital legacy plan."

  • nemomarx an hour ago

    Getting them on a public shared archive is probably a good outcome though. There was that lady who taped hundreds of hours of daytime TV and archiving that has some interesting historical uses?

    But a personal copy I'm not sure has much point yeah.

  • bombcar 37 minutes ago

    Digital hoarding takes nearly no practical space.

    And there’s a number of YouTube videos o wish I could still access.

  • hkon 7 minutes ago

    With enough space available hoarding is just thinking ahead.

  • fcpguru an hour ago

    oh that's not why I want them local. I want to open them in final cut pro and edit them and use parts in other videos. I delete the data folder at the end of each day.

  • ThrowawayTestr 16 minutes ago

    Hard drives are cheap and compact. The real issue is archiving with no organization or indexing.

erinnh 2 hours ago

Ive been using Tubearchivist with the extension for this.

https://github.com/tubearchivist/browser-extension

I really like the WebUI of Tubearchivist itself.

  • fcpguru 2 hours ago

    the main feature I want is to just browse youtube like normal in firefox like I always do. And completely forget starchive is running. Then later in the day I'm pleasntly suprised that any video I want to clip is already downloaded and ready. I never know which one I'll want to download and I don't want to have to click any button.

ivanjermakov 29 minutes ago

I'm achieving this with a single yt-dlp script reading url from a clipboard.

mikae1 2 hours ago

> Videos are saved to the ./data/ directory and converted to MOV format using ffmpeg with hardware acceleration

Transcoded (ouch) or just remuxed to a mov container? Have to investigate.

  • fcpguru 2 hours ago

    the video has to be re-encoded because apple quicktime doesn't like the youtube video format. But the audio can just be copied. My mac's fan never spins with the hardware acceleration so it runs in the background and I just forget about it.

    • ahoef 4 minutes ago

      I detest QuickTime more than any other piece of software

fcpguru 3 hours ago

~/os/starchive (main)[56daf7] $ ls -lh data

total 3207312

-rw-r--r-- 1 aa staff 525M Aug 2 09:11 2PMzaym-StM.mov

-rw-r--r-- 1 aa staff 362M Aug 2 09:10 CHbawkGc_os.mov

-rw-r--r-- 1 aa staff 658M Aug 2 09:11 lqR7VV8ftys.mov

~/os/starchive (main)[56daf7] $ ./starachive

Server starting on port 3009...

JSON received: map[videoId:CHbawkGc_os]

Added video CHbawkGc_os to queue. Queue length: 1

Processing video CHbawkGc_os. Remaining in queue: 0

WithinReason 2 hours ago

Now add DHT so clients can download videos from each other as a torrent and you solved global video distribution.

  • rwmj 25 minutes ago

    That's basically PeerTube?

    • WithinReason 15 minutes ago

      PeerTube doesn't have all of youtube on it