Metadata file tags
Can we have tags on file properties metadata for windows explorer, just like JPEG files do? That way I can organize, find and sort all my musescore files any way I want using windows file explorer. For example, by type (jigs or reels etc), by name, by origin (Irish, bluegrass), etc. Many thanks.
Andrew
Comments
Yes, that'd be useful. Feel free to request this on GitHub, https://github.com/musescore/MuseScore/issues/new/choose
Actually such a request exists already, see https://github.com/musescore/MuseScore/issues/27351
JPEG and other image formats have special handling in File Explorer. Sadly, it's not possible to add File Explorer tags to other types of file in a way that would be preserved when the file is moved to a non-NTFS device (e.g. if you email it, put it on a USB stick or SD card, or upload it to MuseScore.com or other cloud storage).
Also, any tags you add yourself (e.g. with a third party tool like File Meta Association Manager) would be lost when MuseScore Studio next saves the file. This is because, when you save, MuseScore doesn't overwrite the original file directly. Instead, MuseScore saves the file to a temporary location (and checks this was successful) before renaming it to replace the original file. This means any tags on the original file would be lost (unless MuseScore went out of its way to preserve them, which isn't worth the effort because of the non-NTFS problem).
So I don't think we can add tags that File Explorer will use, but we could expose more columns for score properties in the Recent Files list within MuseScore Studio, which is what #27351 is about.