by Mizery_Made » Mon Dec 29, 2008 6:55 am
My Custom Nodes &
Magic Nodes can accomplish this for you. Read the information in the thread and you should be able to figure out how to go about doing it with either script, if not, make a post in either of those topics asking for help doing it with the respective script.
EDIT: If you go with My Custom Nodes, I went in and grabbed a snippet from my INI for the script.
Code: Select all
;------------------------------------------------------------------------
[Genre (Album Artist)]
;------------------------------------------------------------------------
icon=Genre
sortLike=Genre
level=Genre
level=AlbumArtist
level=Album
trackCriteria="Genre <> ''"
parent="Library"
With the information in that thread, and that there, you should have it working in no time.
[url=http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=24846]My Custom Nodes[/url] & [url=http://www.mediamonkey.com/forum/viewtopic.php?f=2&t=19168]Magic Nodes[/url] can accomplish this for you. Read the information in the thread and you should be able to figure out how to go about doing it with either script, if not, make a post in either of those topics asking for help doing it with the respective script.
EDIT: If you go with My Custom Nodes, I went in and grabbed a snippet from my INI for the script.
[code];------------------------------------------------------------------------
[Genre (Album Artist)]
;------------------------------------------------------------------------
icon=Genre
sortLike=Genre
level=Genre
level=AlbumArtist
level=Album
trackCriteria="Genre <> ''"
parent="Library"[/code]
With the information in that thread, and that there, you should have it working in no time.