Bugzilla – Bug 3013
Natural sounds issues
Last modified: 2008-12-15 12:15:16 UTC
When you play a natural sound you see the http:// URL briefly then it also appears on the playlist. Probably needs to be added to the DB. Also, when they loop, we see a warning message that it's reloading. These sounds are special and should be loaded into memory and looped automatically (i.e. only loaded once) and the loop should not trigger any display.
I fixed the title display. Still looking into the "Connecting" message. How does the player know they are "special"?
Subject: Re: Natural sounds issues look in the old SN code: <https://private-svn.slimdevices.com/private- branches/slimservice/base/Slim/Player/Squeezebox2.pm? rev=5783&view=markup>, grep for 'loop'. There was a loop bit set when these items were set to play over and over depending on the repeat mode and the song size.
Disabled the connecting message for these files.
Ah I see, wondered what that code was for. :) OK that is currently disabled, although the streams do loop. I will see about enabling it.
Now it should really be fixed. :)
Subject: Re: Natural sounds issues Right, the idea is that the natural sounds fit into the memory on the player so we loop without having to constantly be restreaming constantly.
This bug has been fixed in the latest release of SqueezeNetwork! If you are still experiencing this problem, feel free to reopen the bug with your new comments and we'll have another look.