| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Additional-Tagging-Tools-Plugin.zip | 2025-12-25 | 7.7 MB | |
| README.md | 2025-12-22 | 2.3 kB | |
| Version 10.0 Update 5 (10.0.9489) source code.tar.gz | 2025-12-22 | 3.1 MB | |
| Version 10.0 Update 5 (10.0.9489) source code.zip | 2025-12-22 | 3.1 MB | |
| Totals: 4 Items | 13.9 MB | 0 | |
- Help file typos and formatting fixes
- A text typo in the plugin message box fixed
- Calculate Average Album Ratings bug fix
- Minor ASR bug fixes
- The spelling of ASR presets has been changed to a clearer one
- Rare LR bug fixed
- MSR templates can be copied to/pasted from the clipboard to make their backup via spreadsheet editor
- Some ASR presets are fixed
- Now "Calculate totals" can be defined for every grouping
- LR bug fixes
- Plugin menu and title bar icons are replaced with icons created by T010. You can download plugin's icon set (and general icon set) for MusicBee toolbar buttons here: https://getmusicbee.com/forum/index.php?topic=37522.0
- Tag History bug fixes
- Better auto-generated skin colors for low contrast skins
- Now status bar text is shown in command title bar too. May be useful if you've maximized command window, and can't see status bar
- LR bug fixes
- ASR preset <Custom text #> can be semi-checked for using unescaped text in the search patterns
- ASR preset editor is not blocking other plugin/MB windows anymore
- New ASR function \@sortmultivalues[[...]]
- Docs update
- Various bug fixes
- ASR presets can be auto-executed once a month on the first MB start in the new month
- New ASR preset “Write play & skip counts monthly” (write play count [i]history [/i]to custom tag). You must manually tick the checkbox “Run monthly” if you want to use this preset
- New LR preset “Play & skip count statistics” which shows play count history/statistics. First turn mentioned ASR preset on to periodically write play count statistics to custom tag
- Change Case: The exception word list now supports regex matching (but only for entire words, not for phrases). Regex must be preceded by * and included in curly brackets, e.g., *{CD[0-9]+} for matching CD1, CD2, CD312, CD55, etc.
- Change Case: "*RN" for Roman Numerals is changed to "#RN" in the exception word list
- New VT function: $SortMultiValues(<multiValueTagName>,separator), e.g. $SortMultiValues(<Album Artist>,"; "). i'd recommend including required spaces around/after separator char to preserve them in result. (e.g. "; " or " / ")
- Now all tags are sorted alphabetically with a few exceptions, and real tags are sorted 1st with track properties (e.g. track duration) after them.
- UI color adjustments