Habgdnv
4 hours ago
I remember with nostalgia the mp3blaster. I spent years listening to it in my terminal. At one point I used only cli without graphical desktop on slackware and one of my TTYs was dedicated to it.
Turns out these times are forever gone - never to come back. The huge disappointment when I tried this on the first run to play a mp3 file from my local disk and it initiated outbound connection. Why a local CLI player needs outbound TCP connection to play a local file from my local disk?!?! The answer was in the source. It is called telemetry. Back then when I used mp3blaster we used to call this spyware, but the times had changed since then.
liendolucas
16 minutes ago
You can still set up an mpd server: https://www.musicpd.org/ that runs on your local files.
samplatt
4 hours ago
The times haven't changed. It's still spyware, it's just been normalised.
tosti
4 hours ago
OIC: https://github.com/bjarneo/cliamp/blob/main/telemetry/teleme...
Should be easy to nerf, but the build instructions are kinda vague. Clone, and then what? Something like "go build" or something I guess.
Looks cool though
userbinator
20 minutes ago
No personal data is collected
IP address (which can be geolocated) along with a unique identifier is not considered "personal data"? This is basically a tracking cookie. It also seems to use HTTP, which is itself widely fingerprintable based on what request headers it sends.
gesis
4 hours ago
There's a config variable and a cli flag to disable.
That seems reasonable to me.
userbinator
20 minutes ago
to disable
All such surveillance behaviour should strictly be OPT IN.
Habgdnv
4 hours ago
I saw it, it is NOT spyware. It just sends a random UUID. It is just a personal disappointment for the fact that it is something so simple as a console player and yet connects somewhere. But that's just me. I grew up in other times.
Also I just compiled mp3blaster and I am listening to it again. So cool!