clear tags & standard comments tag
As been mentioned perhaps before an ability to clear certain tags would be good. Especially when starting with a jumbled messy collection.
Not least as an addition to the settings page have a setting that allows a comment to be set as standard for the comment tag. Allow a radio button/sub control to state append or overwrite or clear current comment tag. So when found Bliss will append or overwrite or clears any current comment that is within the comment tag. Gets rid of or tidies the comment tag.
-
Not sure if it's easy to leverage GitHub for this and have people post Gists.... I think it might get unmanageable quickly!
-
andy commented
I've used this regex rule to remove comments. Seems to work ok...
A regex lilbrary sounds good - maybe just a anchored blog post where people can comment under with any regex rules they've done? E.g. the various artists blog post?
Andy
rule remove_comments with label "Remove Comments" has alternatives
REMOVE_COMMENTS {
find /^(.*)$/ replace with ""
}
applies to comment -
Yeah, that would be cool and something I've long thought of, but it's about resources!
-
Ian M commented
Ok thanks for reply, something I was hoping to make overall more user friendly.
Regex rules something I don't believe most people would even begin to delve into.
Is there library of rules that people can share to add to Bliss?If not an idea to have one maybe. The actual regex file and brief description with an example of what it does.
Rgds Ian
-
You could do that standard comment one with a custom rule like:
https://www.blisshq.com/music-library-management-blog/2017/07/04/reordering-the-artist-name/
For the clearing tags... if you used a custom rule I'm not sure if the field would be left empty. I'd have to check that...