I played around with CustomBrowse and Multilibrary these last days and encountered a problem. I created three libraries:
With CustomBrowse I created some basic menus. It worked fine. I did a rescan. Now, only the Classical menu works. The other two menus have their submenus, but these are empty (Rock / Artists or Rock / Albums for example) now.
So I create another CustomBrowse entry for Rock and this one works now. I compared the two respective xml files:
Old:
New:
Why did two of the three libraries get a new internal ID? How do I restore the old one?
- Classical, that includes the genre "Classical" only.
- Rock, that excludes the genres "Audiobooks" and "Classical".
- Audiobooks, that includes the genre "Audiobooks" only.
With CustomBrowse I created some basic menus. It worked fine. I did a rescan. Now, only the Classical menu works. The other two menus have their submenus, but these are empty (Rock / Artists or Rock / Albums for example) now.
So I create another CustomBrowse entry for Rock and this one works now. I compared the two respective xml files:
Old:
Code:
<parameter type="text" id="library"><value>2</value></parameter>
Code:
<parameter type="text" id="library"><value>4</value></parameter>