complexlogic / rsgain

A simple, but powerful ReplayGain 2.0 tagging utility
Other
289 stars 21 forks source link

TagMode n still scans skipped files #71

Closed 239 closed 1 year ago

239 commented 1 year ago

According to Tag Mode n easy mode should skip all files except .opus but it still scans and doesn't update other files. rsgain easy -S -p opus .../ opus.ini

[Global]
TagMode=n

[Opus]
OpusMode=r
TagMode=i
TargetLoudness=-23

The other way around it scans and even updates .opus with all the other files. ...

complexlogic commented 1 year ago

I can reproduce this in the current master build. There was most likely a regression in one of the recent versions. I'll have time to investigate and provide a fix later.