www.youtube.com/watch?v=iCTd...
www.youtube.com/watch?v=iCTd...
everynoise.com/site-volume-...
Download, unzip, go to chrome://extensions/, turn on Developer Mode, hit Load Unpacked, pick the unzipped folder.
everynoise.com/site-volume-...
Download, unzip, go to chrome://extensions/, turn on Developer Mode, hit Load Unpacked, pick the unzipped folder.
furia.com/log/517
furia.com/log/517
tracks/artist....shuffle.1:@<=100
tracks/artist....shuffle.1:@<=100
This query randomizes all your tracks, but then groups the random list by artist and takes only the first track per artist, up to 100 total. This is effectively a weighted shuffle by artist.
This query randomizes all your tracks, but then groups the random list by artist and takes only the first track per artist, up to 100 total. This is effectively a weighted shuffle by artist.
tracks....shuffle/artist;.1:@<=100
Run that on the query page, and then save the results as a playlist.
tracks....shuffle/artist;.1:@<=100
Run that on the query page, and then save the results as a playlist.
playlists:~<[DW 2025-06-27].other playlists
.tracks.(.artists:@1).other artists
/label=(.artist catalogs.catalog.label)#count
playlists:~<[DW 2025-06-27].other playlists
.tracks.(.artists:@1).other artists
/label=(.artist catalogs.catalog.label)#count
filter negation was :! now :-
reverse index-number filtering was :@- now :@@
repeat was ?? now !
Filter negation is now done with -, instead of !.
tracks:-=Amaranth
This was the only use of ! as a suboperator, which frees it up to be the repeat operator, instead of ??.
messages._,replies!
filter negation was :! now :-
reverse index-number filtering was :@- now :@@
repeat was ?? now !
tracks/artist...count,_count
which was an unlovely quirk left over from Thread, where aggregators all started with underscores, and appeared as magic pseudo-properties instead of a separate (and thus more easily extensible) operation type.
tracks/artist...count,_count
which was an unlovely quirk left over from Thread, where aggregators all started with underscores, and appeared as magic pseudo-properties instead of a separate (and thus more easily extensible) operation type.
tracks/artist...count;count
tracks/artist...count;count
Happy to help figure out if queries could help you.
Happy to help figure out if queries could help you.