Essentially the title. It can be a software you can self host, it can be a tool to help with it, or it can be otherwise a tool that can help you find new things etc. It doesn't matter.
Bonus: Which one of them helped NOT you, but someone you know like a family member? i.e. is there something that your family heavily prefers that you have just discovered?
I'll start: I learned about this really cool newspaper-like RSS reader frontend called Selfoss. and saves me from the shitshow that are /r/news and /r/worldnews. My Calibre-web instance though, that I have been hosting for months, has helped out tons of my friends who constantly ask me if I have x or y book.
Tubesync, because I'm tired of YouTube videos disappearing.
Next step is to figure out how to get Plex to display something other than the filenames.
Jellyfin has a YouTube Metadata plugin. I have a pipeline of tubesync to jellyfin that displays all my videos with the original YouTube Metadata
Plex does too will be back shortly with a link
Edit: YouTube Agent
RemindME! 5 days "I need to dedicate next weekend to this and possible message someone here how"
[deleted]
!RemindMe 7 hours
!RemindMe 7 hours
RemindME! 5 hours
[deleted]
I will be messaging you in 23 days on 2022-09-15 00:00:00 UTC to remind you of this link
CLICK THIS LINK to send a PM to also be reminded and to reduce spam.
^(Parent commenter can ) ^(delete this message to hide from others.)
|^(Info)|^(Custom)|^(Your Reminders)|^(Feedback)| |-|-|-|-|
RemindME! 5 days
I tried both TubeSync and this agent - but it doesn't get to fetch the Metadata. Since there seems to be this "weird" concept of YouTube Series and Movies - is this not meant ot fetch the metadata of any given YouTube video?
Make sure youāve read the instructions carefully. It requires the file to have certain elements, namely the video id, inside square brackets. Depending on your goals you may need to lower your expectations for what metadata is fetched. Itās really only thumbnail, title, release date, and description. Anything else, like tagging actors or directors, genres, etc is out of the scope of this project due to the difficulty in scraping that info quickly and effectively from YouTube itself.
Thanks! I expected TubeSync to already do that, but the brackets were missing around the id. What helped me overall most though was to turn on the XML NFO and the JSON info file on TubeSync. Plex picks it up how I was expecting it to be picked up now!
The word "pipeline" triggered something! I've been slowly acquiring a muti-year series with a downloader and manually importing into sonarr.
So I just did a search and found https://www.reddit.com/r/Softwarr/comments/try200/sonarr_youtubedl_a_companion_tool_for_sonarr_to/
Thank you so much for this. My family that are fans of Abridged series will thank you through me.
Man I want to do something like this but I need much, much more storage before I can start. I have like 7 TB but I have like 20% left...
...Maybe I should do some summer cleaning lol.
I just ordered a pair of 14tb drives for this reason.
How much it cost? I'm in India and I just want to know the price range because I think it's sold way too expensive here.
Edit: I'm paying around 40$ for 1TB. Damn I have no idea why they are so expensive.
Right now on Amazon the 14TB Western Digital external (shuccable) is $260 USD, not the cheapest but pretty typical for the drive not on sale.
I was incorrect, I went with 2 12TB drives. They were 215.64 a piece. https://smile.amazon.com/gp/aw/d/B07X4V2M3B?ref=ppx_pt2_mob_b_prod_image
$14 or $15/TB is the price where I pull the trigger.
So for a 14TB drive, once it's $210 USD or cheaper I buy
IKR. Prices of storage on India is obnoxious. I am looking for good solutions too for cheap so I would suggest looking into Amazon on the upcoming prime day sale. Maybe we'll be able to grab something for cheap that time.
They get it just for 18USD. I removed GST Ani it was still around 28USD for us. Wtf.
Maybe change some h264 videos to x265. Will save some space.
Tdarr can be used.
Yeah but that needs so much encoding time!
No need to encode all videos at once, I mean dedicate 4 hours a day, maybe in night or when the server isn't busy.
I'm looking in to doing this with my entire library.
Youtube Videos take ridiculously little space.
Like 1TB per 10000 videos.
This is partially correct. It depends on the quality and codec. 1080p you might be right, but not for 4K
[deleted]
Same, but as like 1/4 of my archive is 4K (or at least 1440p) it doesnāt work out. But for 1080p, the numbers add up.
4k content is just for movies and only for fantasy stuff, no one cares if Fight Club or The Grey Man is in 4k. 1080p works for 90% of the stuff, even for youtube's codec
I mean, rn I only have 1 4K video, but there will probably be more in the future. But that one video is already 9GB or something like that
Yeah, its ludicrous, you can try and downsize it using x265 codec
I donāt want to tho. I want that 4K on my 1080p screen lmao
Aww I need this! But my storage is almost full i just got 22TB left I need to make some decisions
Tried it, but had some performance problems. After feeding it 30-something playlist, I couldn't open the page, PHP was failing with timeout.
I've found YoutubeDL-Material to be nice alternative.
Oh, and about Plex ā you need to:
That seems like an unnecessary requirement. I'll have to see what happens with it.
Edit: I was referring to Elastic should be unnecessary, due to it being heavyweight for such a thing.
I couldnāt get the above Youtube Agent working but the one this guy is talking about worked for me
Well, the other option is to cram all metadata in filename, and that's not perfect, either. NFOs allow displaying description, channel name and link, etc.
[deleted]
Oh. Indeed, that was TubeArchivist, my bad.
Just an alternative to this: https://www.tubearchivist.com/
Been using this for years, just a heads up, I used to get all kinds of problems with tubsync (some kind of collisions with the tasks?) even with 1 or 0 set for the number of worker threads until I switched the backend to postgres. Since migrating, it's worked great though
What do you mean disappearing?
Being taken down either by YouTube or by the owner.
Ah, I just tried out yt-dlp and tubesync seems to just be a wrapper for it. Pretty cool.
Yeah, no reason to reinvent that wheel.
Tubesync on Linux?
I'm using it in Docker. I don't know what language it is in, or if it is compiled for Windows.
Does this let you download them as audio?
It does I believe, you choose audio when selecting resolution to download video in
I struggled with getting plex to display the names of YouTube videos properly. I switched to jellyfin and it read every video without issue.
This is something that I would do if I started about 15 years ago.
I needed same thing but all I wanted was to backup music videos that I save in my playlists into mp3 so in the end I ended up with a cron job that runs below command daily:
docker run --rm --user "$(id -u):$(id -g)" -d \ -v /Music/Backup/Youtube:/media \ --name youtube-archive tnk4on/yt-dlp \ -x --audio-format mp3 \ --embed-thumbnail --embed-metadata \ --download-archive youtube.txt \ -o '%(playlist)s/%(title)s.%(ext)s' \ --cookies cookies.txt \ --match-filter "playlist_title!='Favorites' & playlist_title!='Liked videos'" \https://www.youtube.com/user/MYUSERNAME/playlistsHad to exclude likes and favourites and also to generate cookies file so it backups my private playlists