

Using it through Lidarr just uses the search feature in slskd, so it might not make it much better.
Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]


Using it through Lidarr just uses the search feature in slskd, so it might not make it much better.


It’s even open-source! Nice site.
it had the ARTIST tag copied to the ALBUMARTIST tag
This isn’t wrong though - it’s a proper use of both tags. I think most of my music has both tags populated.
That site is pulling from Tidal, which is why the tags are good. All the legit streaming sites have well-tagged files.


Yes. The search results and music files are coming directly from Tidal, using someone else’s account. If you look in the network tab in the browser’s dev tools, you’ll see requests to Tidal.
Interesting design, since it’s trivial for Tidal to block something like this - they can see that the requests are coming from that site. I’m surprised they haven’t blocked it.


yt-dlp has a strict policy against cracking DRM
This is how it stays legal in the USA. Bypassing DRM is a DMCA violation (section 1201), but just downloading content is totally legal.
Its predecessor, youtube-dl, was subject to DMCA takedowns from the RIAA, and they had to get the EFF to help. yt-dlp doesn’t want to experience the same issues.


It’s also supported by Prowlarr if you want to automate downloads using Lidarr.
Having said that, note that many uploads on rutracker are raw CD dumps (ISO file, plus a CUE file specifying when the tracks start and end) which Lidarr doesn’t support directly, so you’ll have to manually convert to FLAC and split it yourself. Once you do that, you can manually import the files into Lidarr and it’ll tag and arrange the files for you.


Make sure you’re on the “develop” branch of Lidarr, as the stable one doesn’t have the plugins feature. If you’re using Docker, use the “develop” tag instead of “latest” (lscr.io/linuxserver/lidarr:develop).


Usenet. Plenty of music in lossless (FLAC) format. Use NZBGeek and DrunkenSlug as indexers. Sabnzbd to download. Lidarr and Prowlarr to automate everything. Add an artist, click to download an album, and it’ll search for the album, download the NZB file, send it to Sabnzbd to download, then tag and organize the files once it’s done downloading.
For music I’d just get a block account: https://www.reddit.com/r/usenet/wiki/providerdeals/. Essentially, you pay for some amount of data (can usually get 1TB for US$5-15), and they usually don’t have an expiry date, so it could last you for years. Some providers have monthly plans with unlimited data, but a block account will end up way cheaper if you just want music.
For rarer music, Soulseek is very good. It’s a peer-to-peer service from the KaZaA and Napster era, but somehow it’s survived until now. Since it’s peer to peer, downloads are quite a bit slower (you’re relying on the upload speed of individual users - each download comes from only one user) but it’s a great community.


If you have a home server, slskd is very good. Modern web UI and there’s plugins to integrate it into Lidarr (Tubifarry)
I have the opposite problem. It tells me to return the item to the bagging area even though I didn’t remove anything. I end up throwing my keys or shopping bag or something into the bagging area to make it happy
Oops. Fixed!
Ah I see. I understand now! I thought you may have been one of the people that is still saying X11 is superior, even though Wayland is very usable now.
Ive been hitting weird issues in Chrome too, and had to disable GPU compositing to fix them. Unfortunately I have to use Chrome at work - we’re not allowed to use other browsers, as only Chrome has the endpoint security functionality they require (provided by Chrome Enterprise Premium). No other browsers have or can provide the same features.


The US has freedom of speech, so having the government vet every poster is kind of a problem
That’s true, but it could be the platforms doing the vetting rather than the government.
Is it any different to requiring an ID in order to use a service, like what Discord is doing (as required for legal compliance)?
I guess I’m just annoyed at how much bad health advice is on social media.
I want more of these thanks.


Just like with electric cars, the US takes forever to do anything, while China just gets things done with a better approach:
Late last year, the Cyberspace Administration of China issued a sweeping regulation: any content creator discussing medicine, health, law, finance, or education must prove verified professional credentials before posting or going live. In essence: no degree, no license, no post.
[…]
In all, China’s approach is preemptive: One has to prove their credentials before they post. The FTC’s approach is reactive, allowing American creators to post health tips or investment opinions without a diploma. The FTC only steps in after the harm is documented—but for both, if the creator lies, they pay up


Does the VPN use Cisco AnyConnect? We use it at work and it works fine via NetworkManager in both KDE and GNOME, including two factor auth (pops up a web page to authenticate). I’m not sure of the exact config, since it’s automatically configured using Chef.


It’s not embarrassing to still be using any Meta product?
I mean, they’re some of the most used tech products in the world, so they clearly do have people that like using them. The only sites/apps that are used more are Google and YouTube.
I guess it’s like Nestlé. There’s some people that avoid their products and might be embarrassed to use them, but that doesn’t change the fact that they’re still the largest food company in the world, and the vast majority of customers like their products and aren’t embarrassed to consume them.
Wayland isn’t the problem. Chrome just doesn’t behave well with it. I haven’t had any Wayland-related issues with Firefox.
It’s worth noting that Proxmox uses Debian. It’s essentially a collection of Debian packages, and you can install Proxmox on top of an existing Debian system: https://pve.proxmox.com/wiki/Install_Proxmox_VE_on_Debian_13_Trixie
Proxmox lacks a Docker UI though, which is annoying. One of the reasons I’m using Unraid at home is because it supports KVM, LXC, and Docker, all in the same UI. (LXC is a plugin rather than being available out-of-the-box, but it works very well)
(and no, Proxmox’s new OCI container support isn’t it - that just converts the container to LXC and doesn’t handle upgrades)


Can books be transfered via USB even on the 2013-era Paperwhite? I’ve always used the email feature in Calibre-web to send books to my Kindle (even for books I’ve paid for) - I didn’t realise it was doable over USB!
Tidal would be seeing their site URL in the referer for the network requests.