stutteringsteve

twtxt.net

No description provided.

Recent twts from stutteringsteve

Haven’t posted on twtxt in a little bit; hope you’ve been good, people! Got a cool little music player project that I’ve been working on since March for my car. Hoping to reveal it publicly soon.

⤋ Read More

I’m using fzf to build myself a personal music player. This tool is too cool. #fzf

find * -type d | sort | fzf --tac -e -i -s -m --preview 'mpv --input-ipc-server=/tmp/mpv.socket {}' --bind "left:execute(printf '{ \"command\": [ \"seek\", -5 ] }\n' | socat - /tmp/mpv.socket)" --bind "right:execute(printf '{ \"command\": [ \"seek\", 5 ] }\n' | socat - /tmp/mpv.socket)" --bind 'enter:execute(echo "cycle pause" | socat - /tmp/mpv.socket)' --preview-window=up,1,:follow,:wrap

Download

⤋ Read More

Since switching to Linux almost a decade ago, I’ve found offline music management (tagging) to be my biggest struggle, coming from Foobar2000 on Windows. No solution on Linux comes close to Foobar2000 and my music library has stagnated as a result.

And so, I am instead storing all music information (artist, title, year, etc.) in file names and retiring the practice of tagging altogether. I refuse to host a separate Windows machine to do this.

⤋ Read More

Just discovered fzf and it’s quickly becoming my favorite program alongside rofi. I already created an online radio selector and bookmark browser/launcher out of it.

I might toy around with it to create a (albeit hacky) music tag editor without having to resort to ncurses, as the only viable solution to offline music management is closed-source foobar2000, a Windows program; WINE doesn’t cut the cake.

There’s a lot of potential here.

⤋ Read More