>>109607060
it's just a simple
#!/bin/bash
find . \
-type f \( -name "*.wav" -or -name "*.flac" -or -name "*.mp3" -or -name "*.ogg" -or -name "*.m4a" \) \
! -path "./#SFX/*" \
! -path "./#Uncategorized/*" \
| mpv --af="lavfi=[loudnorm=I=-16:TP=-3:LRA=4]" --shuffle --no-audio-display --playlist=-
i just exclude folders that way, the actual list is longer but you get the idea