My music library. see library.tsv and any folder for playlists. synced from spotify via ugly autohotkey scripts
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 3 lines 150 B view raw
1#!/usr/bin/fish 2 3ls -1 --color=never | grep '.mp3' | string replace '*' '' | string replace '"' "" | string replace "'" "" | string replace '.mp3' ''