Most played albums of 2022
Borderline: Asylum Party
Night Drive: Skeler
Sequencer Beta: Covenant
Le besoin perpétuel: Lebensessenz
Gala: Euroshima
the killer was in the government blankets: yaphet kotto
Black Eyes: Black Eyes
Compter Les Corps: Vulgaires Machins
https://wiki.xxiivv.com/site/listening.html
#theStudio
Borderline: Asylum Party
Night Drive: Skeler
Sequencer Beta: Covenant
Le besoin perpétuel: Lebensessenz
Gala: Euroshima
the killer was in the government blankets: yaphet kotto
Black Eyes: Black Eyes
Compter Les Corps: Vulgaires Machins
https://wiki.xxiivv.com/site/listening.html
#theStudio
efelbar
in reply to Devine Lu Linvega • • •Devine Lu Linvega
in reply to efelbar • • •a cron job that writes the output of cmus-remote as "artist - track" into a text file, every 5 minutes. That's all
And I have this uxntal file that counts the number of instances a certain "artist - track" is present and sort by numbers
efelbar
in reply to Devine Lu Linvega • • •also i love that you're now using uxntal to do the parsing!
Devine Lu Linvega
in reply to efelbar • • •efelbar
in reply to Devine Lu Linvega • • •if you've got a collection (or even just a couple examples) of your use of uxntal for quick text parsing and I/O scripting i'd love to see it :>
Devine Lu Linvega
in reply to efelbar • • •If you want to add a new device to Varvara, use 0xd0
https://wiki.xxiivv.com/site/varvara.html
~rabbits/uxntal-examples: / - sourcehut git
git.sr.htDevine Lu Linvega
in reply to Devine Lu Linvega • • •Have fun!
compudanzas — uxn tutorial: day 1, the basics
compudanzas.netefelbar
in reply to Devine Lu Linvega • • •Devine Lu Linvega
in reply to efelbar • • •cmus-remote -Q (your parsing) >> ~/.scrobble
Devine Lu Linvega
in reply to Devine Lu Linvega • • •cmus-notify: simple bash script for cmus to print current song info w/ libnotify
ColorathisDevine Lu Linvega
in reply to Devine Lu Linvega • • •0dafc93 — paste.sr.ht
paste.sr.htDevine Lu Linvega
in reply to Devine Lu Linvega • • •efelbar
in reply to Devine Lu Linvega • • •the script is
```
cmus-remote -C "format_print %{artist} %{album} %{title}" | awk 'NR❤ {printf "%s\t",$i} NR==3 {print}' >> /home/benh/.listening; awk -i inplace '!p[$0]++' /home/benh/.listening
```
and it works great... but not through cron?
Devine Lu Linvega
in reply to efelbar • • •efelbar
in reply to Devine Lu Linvega • • •Devine Lu Linvega
in reply to efelbar • • •efelbar
in reply to Devine Lu Linvega • • •Devine Lu Linvega
in reply to efelbar • • •efelbar
in reply to Devine Lu Linvega • • •Devine Lu Linvega
in reply to efelbar • • •efelbar
in reply to Devine Lu Linvega • • •Marco Witte
in reply to Devine Lu Linvega • • •