[split] Improved Classical Music Browsing
#86
Quote: I am interested to seeing this type of info only for classical music. I assume this would require "custom nodes" to fully split my library into two parts? One being "non-classical" and on "classical" music?

In the example custom nodes (downloaded from here https://www.dropbox.com/s/6jhkz3chn2vf25...s.zip?dl=0 ) ComposersClassical.xml does exactly what you want. Tag all your classical music with the genre "Classical" (along with any other genres) and this will split them out

Code:
<?xml version='1.0' encoding='UTF-8'?>
<node order="13" type="folder" visible="Library.HasContent(Role, Composer)">
<label>Classical Composers</label>
<icon>DefaultMusicGenres.png</icon>
<path>musicdb://artists/?role=Composer&genre=Classical</path>
</node>

Of course you many people will only have populated the composer tag for classical music, and not the pop/rock, so composer alone would be enough.
Reply


Messages In This Thread
Improved Classical Music Browsing - by zag - 2015-09-17, 13:40
RE: Improved Classical Music Browsing - by DaveBlake - 2016-01-09, 12:11
Logout Mark Read Team Forum Stats Members Help
[split] Improved Classical Music Browsing3