Results 11 to 20 of 28
Thread: 500 Song Limit in 7.5?
-
2010-04-07, 16:36 #11iPhone
Media Room:
ModWright Platinum Signature Transporter, VTL TL-6.5 Signature Pre-Amp, Ayre MX-R Mono's, VeraStarr 6.4SE 6-channel Amp, Vandersteen Speakers: Quatro Wood Mains, VCC-5 Reference Center, four VSM-1 Signatures, Video: Runco RS 900 CineWide AutoScope 2.35:1, Vandersteen V2W Subwoofer
Living Room:
Transporter, ADCOM GTP-870HD, Cinepro 3K6SE III Gold, Vandersteen Model 3A Signature, Two 2Wq subs, VCC-2, Two VSM-1
Office: Touch with Vandersteen VSM-1s
Kitchen: Touch in-wall mount w/ Thiel Powerpoint 1.2s
Bedroom: Squeezebox BOOM
Bathroom: Squeezebox Radio
Around the House: SliMP3, SB1, SB2, SB3
Ford Thunderbird: Duet, Mac Mini
Ford Expedition: SB Touch, USB drive
-
2010-04-07, 23:20 #12Senior Member
- Join Date
- Sep 2006
- Location
- Zurich, Switzerland
- Posts
- 794
I really cannot see how ' ' (space) or '0' would make a difference as the preference value. All the code that uses this just tests it as a boolean (first) and ' ', '0', 0 and undef are all false in perl.
In my own tests, and those of a colleague, 0 always works as expected.
It may be that a (playlist) rescan is needed after changing the preference value.
-
2010-04-07, 23:40 #13Senior Member
- Join Date
- Apr 2005
- Location
- Buckinghamshire, England
- Posts
- 9,983
I've just retested this on 7.6 XP using the default skin and the preference setting works perfectly and exactly as it should.
You want to see the signal path BEFORE it gets onto a CD/vinyl...it ain't what you'd call minimal...
Touch(wired/W7)+Teddy Pardo PSU - Audiolense 3.3/2.0+INGUZ DRC - MF M1 DAC - Linn 5103 - full Aktiv 5.1 system (6x LK140's, ESPEK/TRIKAN/KATAN/SEIZMIK 10.5), Pekin Tuner, Townsend Supertweeters,VdH Toslink,Kimber 8TC Speaker & Chord Signature Plus Interconnect cables
Stax4070+SRM7/II phones
Kitchen Boom, Outdoors: SB Radio, Harmony One remote for everything.
-
2010-04-08, 06:08 #14Senior Member
- Join Date
- May 2005
- Location
- In a house
- Posts
- 1,629
As a minor correction, the non-empty string *' '* is considered TRUE:
Code:$ cat booltest.pl printf "Boolean truth? *$_* : %s\n", ($_ ? 'TRUE' : 'FALSE') foreach (0, '0', '', undef, ' '); $ perl booltest.pl Boolean truth? *0* : FALSE Boolean truth? *0* : FALSE Boolean truth? ** : FALSE Boolean truth? ** : FALSE Boolean truth? * * : TRUE
-
2010-04-08, 06:24 #15Senior Member
- Join Date
- Sep 2006
- Location
- Zurich, Switzerland
- Posts
- 794
Yes, of course. Thanks. Hangs head in shame.
-
2010-04-08, 16:33 #16Member
- Join Date
- Dec 2005
- Posts
- 48
This seems like an unnecessary way to drive less-than-expert users crazy. How many users go to the Advanced/Performance menu?
If someone has a 1000 song playlist, why assume they don't want it? If the performance hit is really big, then at least warn the user somehow the first time they try to scan a larger playlist. But I have a hard time believing the restriction is necessary.
-
2010-04-08, 17:34 #17
I had an unpleasant experience the other day when the server decided to add every single non-album track in my library to the current playlist (is it really expected behavior that "Play Other Songs In Album" applies to "No Album", too?) and was quite happy when it stopped at 500.
-
2010-04-15, 12:46 #18Member
- Join Date
- Apr 2010
- Location
- Berne, Switzerland
- Posts
- 43
Similar problems - just can't believe it!
I have this problem with my SB Radio with SBS 7.5.0 running on a Synology NAS.
Setting the limit on SBS to more than approx. 750 (or 0 or empty) causes a non-playable playlist on the radio (can list the song, but play does not work).
Unfortunately, I don't think that the above is true.
I tried with a limit of 10. Each time I select the playlist, it contains the same 10 songs. If at least the radio would select each time 10 songs randomly, it would not be so bad.
This limitation is really TERRIBLE!!! The cheapest iPods work better.
I'm so disappointed about the bugs, the limitations, the bad ergonomy and the inexistent documentation of SB Radio and SBS!!!
-
2010-04-15, 13:01 #19Senior Member
- Join Date
- Apr 2005
- Location
- Colorado
- Posts
- 10,101
Isn't that exactly what you would expect? A playlist is an ordered list, so if limiting it to X songs then you'd expect it to play the first X songs every time.
What I'm saying is easy to test. Change the limit to 20 and then _without_ rescanning, do you get 20 songs or 10? If the limit was imposed when the playlist is scanned, then you'd get 10. I think you should see 20, which means that the entire playlist was probably scanned into the database, but it's being limited only when you attempt to play it.
-
2010-04-15, 13:09 #20Member
- Join Date
- Apr 2010
- Location
- Berne, Switzerland
- Posts
- 43
...so what's the purpose of scanning the entire playlist into the database if the playing device takes every time the SAME first 500 songs?
The system could at least give the option that each time another 500 songs are chosen when extracting the playlist from the database!


Reply With Quote
