Allow rsgain easy
to take multiple directories
#130
LunarLambda
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I sort my library as
Artist/Album
, however for singles I just place them inArtist/Song.flac
. This makes usingrsgain easy
a little more involved: I currently run it in a loop over individual album directories, like so:I could shorten it to just
rsgain easy */*(/)
if easy mode allowed passing multiple directories.For singles I then run
rsgain custom -S -s i -l -18 -c p -m 0 */*.flac
.Beta Was this translation helpful? Give feedback.
All reactions