You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could e.g. be useful to eliminate duplicates (merging the best quality version?), merge folders, regroup tracks by a predefined path scheme e.g. ${artist}/${album} etc.
Perhaps we could do this by writing mixync [source] [source], i.e. allowing the source as destination, and perhaps sugaring that to mixync [source] or mixync --inplace [source] (though we'd want to be careful to not perform any destructive operations, so perhaps making a backup would be a good idea?)
The text was updated successfully, but these errors were encountered:
fwcd
changed the title
Add support for reorganizing/retragging tracks etc. in-place
Add support for reorganizing/retagging tracks etc. in-place
Jun 7, 2022
This could e.g. be useful to eliminate duplicates (merging the best quality version?), merge folders, regroup tracks by a predefined path scheme e.g.
${artist}/${album}
etc.Perhaps we could do this by writing
mixync [source] [source]
, i.e. allowing the source as destination, and perhaps sugaring that tomixync [source]
ormixync --inplace [source]
(though we'd want to be careful to not perform any destructive operations, so perhaps making a backup would be a good idea?)The text was updated successfully, but these errors were encountered: