Home of the Squeezebox™ & Transporter® network music players.
Results 1 to 3 of 3
  1. #1
    Junior Member
    Join Date
    Oct 2008
    Posts
    13

    Multi-Library/Custom Browse slow?

    I have recently installed the Multi-Library and Custom Browse plugins in order to seperate out my children's music from the rest of my music. What I want to do is be able to look at "New albums", "Artist", etc only in one library.

    What I have set up are two Libraries, one with Genre "Baby" and one without Genre "Baby"

    What I've found is that the load time of the menus on my Squeezebox Duet Controller are very slow. For example, when I click on Main->Artists, it takes about 3-5 seconds to get the list of artists. When I do this using my old Music Libary->Artists menu it takes under 1 second.

    When I run the SQL through MySql Query Browser, it only takes 1 second or so.

    Has anyone else seen this slowness? Could it be something in the plugin code?

  2. #2
    Senior Member erland's Avatar
    Join Date
    Dec 2005
    Location
    Sweden
    Posts
    10,317
    Custom Browse is known to run a bit slower than standard browse menus, one reason for this is that it runs more complex SQL statements towards the database than what the the standard browse menu does.

    I think it will run several SQL statements when you enter the "Artists" menu, so even though one of them takes 1 second the others might cause it to be a few seconds on the Controller.

    Patches are always welcome if someone finds a way to optimize the code.
    Erland Isaksson (My homepage)
    (Developer of many plugins/applets (both free and commercial).
    If you like to encourage future presence on this forum and/or third party plugin/applet development, consider purchasing some plugins)
    You may also want to try my Android apps Squeeze Display and RSS Photo Show
    Interested in the future of music streaming ? ickStream - A world of music at your fingertips.

  3. #3
    Junior Member
    Join Date
    Oct 2008
    Posts
    13
    Well, I solved the long wait time for New Albums by adding "limit 0, 15" to the SQL statement to only return the top 15 newest albums. This cut down my wait from about 12 seconds to 1.

    I will take a look at the SQL and Perl for the Artists menu and see if I can find anything to optimize it.

    Thanks by the way for making these plugins, they are really useful!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •