Learning Go
Today with Go I made my Yt-Dlp wrapper and meta tagging software to parse user preset files and copy files downloaded and tagged onto the media server. The program now functions hourly from a system md service (as I haven't made it a Docker image yet), providing a Sonarr/Radarr service but for third party JP content on Nico Nico.
With Go, performing this was very easy. It now means a person can wake up, open Jellyfin, and the fresh waifu content that got uploaded while they were asleep is already on their media server ready for viewing.
This is because Go is a batteries included language, and all languages are essentially the same outside of the library and syntax, and whether it is compiled or not. Yes Go allows manual memory management. Go is always adding new features and improving, because the developers care about it unlike propaganda shitty langs like Rust.
Tomorrow I will begin making more presets and create auto-preset logic so that the program automatically detects the site and guesses the best settings, lest you have explicitly told it to use a particular preset.
When should I release this software? Once it is a Docker image and has Nico Nico support? Might have to link bilibili as well.