This is somewhat a sequel to the [previous post], about how I’m trying to get myself off the social media and all that, but this one will be more about setting up and ranting.
I bought myself a Snowsky Echo Mini, it’s basically a music player, or a MP3 player if you insist, it can even work as a DAC, which is pretty nice, but my usecase here is mostly using it to play music.
For the nerds out there, the spec sheet said it can do:
…and more, I’m not gonna list it out verbatim, you can read it [here] yourself. Basically, it’s a good player, it can do decently with IEMs and even those big headphones if the need ever arises, for the low cost of 60$ (which is around RM230 in my currency), which is, somewhat cheap I guess.
Basically, you store music files in the storage (either the internal small 8GiB storage, or an external SD Card up to 256GiB) and it’ll do it’s magic things to get you back a nice interface with a somewhat organized library.
How it does this is basically by referring to the folder name and it’s metadata.
In the player, you can set it up so that it shows the currently playing music’s album art and lyrics, if the player can read it from the metadata.
And that’s where the problem is, a big part of my albums does not have album art, and lyrics. Even if they are, they’re not properly embedded, wrongly named, or some other variation of it.
>I guess this is somewhat of a dumb problem to be having, cuz, surely no one cares about that right?
I do, I don’t know why, but I do, it bothers me for some reason, maybe it’s some weird perfectionist behaviour I picked up from collecting everything I needed locally, gotta need them all organized properly and complete.
future junko here: apparently someone made a toolbox that basically handles all the problem that I had, check it out [here].
For the lyrics, it’s easy enough, just use lrclib with lrcget, it’ll get the job done quickly.
The album art is where I had the most problem on, because they’re usually:
Basically, there’s all kind of situations with it, and there’s no one size fits all thing that I can use to get it fixed, so I ended up writing my own program to do it for me.
Available [here], it’s a CLI program that will try to embed an album art to a music file by:
For the folders, I went with the Artist/Album [Year] format, for example, they looked like this:
├── MEGAREX
│ ├── HiTECH ALLiON [2024]
│ ├── SPD GAR 02 [2019]
│ └── TECHCORE EVANGELIX 01 [2019]
├── NOMELON NOLEMON
│ ├── どうにかなっちゃいそう!(2024)
│ └── ルール (2023)
I get my songs from SoulSeek, using the Nicotine+ client.
On SK, make sure to at least:
The thing looked cool and it was in my budget, and it carries a good chip, simple as that.