Genre Suggestion and Question About a User Manual #2
Replies: 1 comment 10 replies
-
I think setting a genre for an artist (in addition to setting genre on tracks) is not yet implemented in the MusicBrainz database. Until it is, that information isn't available to Picard directly, so anything we do will be a work-around. This is a bit of a hack, but you could have a number of tagging scripts (not enabled) that set a new variable such as
and in your file naming script wherever you want the genre to appear in the path include As for a manual, there is the Picard Users Guide that I put together (with input from the community) and try to keep up-to-date. There is a lot of information there, including a tutorial on developing your own file naming script. If you haven't seen it, I encourage you to check it out. And if you have questions or suggestions, please raise them. |
Beta Was this translation helpful? Give feedback.
-
Your quick responses have me in appreciation.
I'm wondering if there is a way to set Genre for artist ... example Travis Tritt ... his songs can generate a lot of "genre tags" reality is they are mostly sub categories. Country is his artist genre but every plugin that I've seen insists on using tags for individual tracks. Option 2 would be a preferred genre ... where a limited number of options.
"if ______ is a tag option in a group, set ______." probably too complicated but I personally get annoyed to find an artist that I know fits a simple genre (rock/country/blues) has a few tracks that get sub categories so the song doesn't show in their main.
Travis Tritt - default would be country: so if tags are country rock, alt country, indie country would all get flagged and tag would set to country instead. Have to be an opt in setting of course, if it's even possible to do.
Have I missed a user guide that tells us how to do things already available instead of bothering you with how do I comments on the forum? If there isn't want I would be willing to collaborate with you to help create one.
By the way almost two years ago I started working on my collection but pressing health issues put it all on hold. I asked back then about sorting to Genre based directory. My understanding it wasn't quite doable based on what Picard had function wise. I did figure out a work around - still slow but can be done over time. Get everything sorted so all from an artist is together tag all so only one genre then on line 461 insert %genre% as shown here
$rreplace(%genre%/%nFilePath%/%nFileName%,[?*:\]+,)
it of course returns the result of Destination Directory<genre>\renamed string
"R:\Music Check\Country~Alpha~<Artist>[YEAR] <File Type><Trac #>
A little extra work but since I split my music over several drives and prefer to do so by genre this helps for the sort. Then I just grab the appropriate directory and move to the storage drive.
Beta Was this translation helpful? Give feedback.
All reactions