I played around with CustomBrowse and Multilibrary these last days and
encountered a problem. I created three libraries:

  
- 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>
--------------------


New: 
Code:
--------------------
    <parameter type="text" id="library"><value>4</value></parameter>
--------------------


Why did two of the three libraries get a new internal ID? How do I
restore the old one?


------------------------------------------------------------------------
dolodobendan's Profile: http://forums.slimdevices.com/member.php?userid=67663
View this thread: http://forums.slimdevices.com/showthread.php?t=108463

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to