Add _showMediaType configuration variable to hide media format in folder names
#1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, the script always displays the media type and file format in album folder names (e.g.,
[CD - MP3],[Vinyl - FLAC]) when the%media%tag is present. There's no configuration option to disable this. Current behavior:Desired behavior with
_showMediaTypeset to0:Implementation: Add a new configuration variable in Section 2.2:
Then modify line 1134 from:
To:
Until implemented, we can disable this by wrapping line 1134 in
$noop():