mbsync: Configuration option to sort tags alphabetically, instead of by votes
Open
feature
mbsync
- Dominant language
- Python
- Stars
- 15.7k
- Forks
- 2.1k
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 31
Description
mbsync currently updates the genre tag for changes such as:
`genre: electro; electronic; synth-pop -> electronic; synth-pop; electro`
In this case, the only change is the ordering of the tags.
To reduce unnecessary file writes, we can check whether the genre exists in the tag before making a change.
Contributor guide
Assessment
This issue has not been assessed yet.