Thank you for listening and having a willingness to change things up. SOME links are fine here and there. The firehose is too much.
Thank you for listening and having a willingness to change things up. SOME links are fine here and there. The firehose is too much.
Which is all great. And I agree people will post at different times, but it’s quite excessive lately and at least for me, doesn’t make me want to be a part of this community. If I wanted every story from Elektrek or Cleantechnica, I could just visit those sites.
Oh it will as soon as the investors demand more ReTurN oN iNvEsTmEnT.
Right. Posts != content.
You got it. Good luck!
So there’s 2 files that go along with the main script: a config file and a download list.
The download list file is literally a list of YT channel URLs and any time I want it to get new channels, I add to the list. Conversely if I get tired of watching a channel, I comment it out or just delete it. YT-DLP just traverses the list.
The config is where the magic happens. That dictates how the file is named, quality you download at, location it’s saved to, format, etc. You can incorporate SponsorBlock which is awesome and even DeArrow has an integration. I enjoy the logging feature so it doesn’t re-download vids it’s already snagged. Generally I’ll tell it to get every video from a channel that’s been posted in the last 15 days.
My destination for the files is a YouTube library folder I set up in Plex. Plex sees it just as another TV-like library and it pulls the metadata from the files, which are embedded by YT-DLP.
Hope this helps!
I use YT-DLP to scrip the download of vids I want to watch and it drops them into Plex for me. I set it to run every 4 hours.
Until a plethora of quality used EVs hit the secondary market, it absolutely won’t dominate. Most people can never afford a new car or won’t buy one new because of the instant depreciation. Currently if you’re car shopping, the EV market is sparse. I should know because I was looking for a used one last year and the options sucked.
Is there a way to hook the custom Listenbrainz playlists into Lidarr so I could have a new mix / recommended playlist each week?
Yes this is possible. I have a few hosted items with subdomains and I have it set up as follows:
All subdomains point to the same IP. Router port forwards all 80/8080 traffic to server. I use Caddy in Docker to forward the requests based on the subdomain to the appropriate docker container hosting the actual service.
This makes spinning up something new simple. You get a docker container of New Thing going, edit the CaddyFile to point to it too, set up new subdomain in cloudflare. No new open ports needed.
Hope this helps!
Appreciate it. Thanks!