Re: [SlimDevices: Beta] 7.6 memory usage

2010-08-22 Thread Wirrunna
Couldn't resist trying this out. Ran a clear rescan on my workstation, then set cache size to 10 (andyg is always conservative with his settings) and ran the clear and rescan again for a 16 minute reduction in elapsed time. Cut paste attached. Win XP. A google for SQLite optimization

Re: [SlimDevices: Beta] 7.6 scanning

2010-08-22 Thread slate
As I recall the idea was that artwork should always use SQLite. Could it be the new functionality to fetch missing artwork? -- slate Main: Duet - Beresford Caiman - Carver A-500x - BW 704 Office: Duet - Technics SU-V50 - Stax SR84 Pro Server: Zotac IONITX-A, 4 GB, 1 TB WD EADS, Win7 w. 7.6

Re: [SlimDevices: Beta] 7.6 memory usage

2010-08-22 Thread Mnyb
Yep there be settings soon, they are in the 7.6 onebrowser branch . Maybe soon they are in the 7.6 beta ? then I try :) -- Mnyb Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 and assorted amps SiriuS, Classe' Primare

Re: [SlimDevices: Beta] Bug volume at 100% when selected by controller

2010-08-22 Thread Mnyb
The same happens when switching between my SB3 and BOOM with the controller Volume get set to 100% on BOOM or SB3 . Also the same happens whether I have 100% fixed volume on Touch or not. Tried with Touch volume at 80% all players still gets 100% when switched to, including the Touch, so they

Re: [SlimDevices: Beta] Bug volume at 100% when selected by controller

2010-08-22 Thread Mnyb
Here is when the Touch gets it volume raised by the NP screen: Aug 22 13:01:01 squeezeplay: INFO applet.NowPlaying - NowPlayingApplet.lua:390 notify_playerDigitalVolumeControl Aug 22 13:01:01 squeezeplay: INFO applet.NowPlaying - NowPlayingApplet.lua:400 enable volume UI in NP Aug 22

Re: [SlimDevices: Beta] SQLite exclusive mode in embedded branch

2010-08-22 Thread Andy Grundman
You're right, it doesn't, but I will fix that. On Aug 21, 2010, at 10:58 PM, JJZolx wrote: Unless I'm doing something wrong, this doesn't appear to unlock the ArtworkCache.db database. Can it be made to do so? ___ beta mailing list

Re: [SlimDevices: Beta] 7.6 memory usage

2010-08-22 Thread Andy Grundman
On Aug 22, 2010, at 4:37 AM, Wirrunna wrote: Couldn't resist trying this out. Ran a clear rescan on my workstation, then set cache size to 10 (andyg is always conservative with his settings) and ran the clear and rescan again for a 16 minute reduction in elapsed time. Cut paste

Re: [SlimDevices: Beta] SQLite exclusive mode in embedded branch

2010-08-22 Thread andyg
Oops I was wrong, it should already lock/unlock the artwork cache too. However, it won't be run if you are using MySQL, need to think about how to fix that. -- andyg andyg's Profile:

Re: [SlimDevices: Beta] 7.6 memory usage

2010-08-22 Thread andyg
Wirrunna;571043 Wrote: Couldn't resist trying this out. Ran a clear rescan on my workstation, then set cache size to 10 (andyg is always conservative with his settings) and ran the clear and rescan again for a 16 minute reduction in elapsed time. Cut paste attached. Win XP. A google

Re: [SlimDevices: Beta] 7.6 memory usage

2010-08-22 Thread Wirrunna
andyg; Wrote: Default pragmas are: PRAGMA synchronous = OFF PRAGMA journal_mode = MEMORY PRAGMA foreign_keys = ON PRAGMA locking_mode = EXCLUSIVE With the highmem pref enabled you also get: PRAGMA cache_size = 2 (default is 2000) PRAGMA temp_store = MEMORY Andyg, thank you

Re: [SlimDevices: Beta] 7.6 scanning

2010-08-22 Thread JJZolx
slate;571048 Wrote: As I recall the idea was that artwork should always use SQLite. That's correct. Could it be the new functionality to fetch missing artwork? No, this was happening long before that was added. -- JJZolx

Re: [SlimDevices: Beta] Bug volume at 100% when selected by controller

2010-08-22 Thread bklaas
Just back from vacation, will look at this Monday. #!/ben -- bklaas Logitech Developer: Squeezeplay/SqueezeOS/SqueezeboxController/SqueezeCenter Community Developer: Nokia770Skin http://www.last.fm/user/bklaas/ 'KHAAAN!' (http://khaaan.com/)...'BUNNIES!'

Re: [SlimDevices: Beta] Bug volume at 100% when selected by controller

2010-08-22 Thread Mnyb
Good ! The vacation was nice I hope :) If it gets an bugzilla nr post here so i can find it and maybe test If bugzilla get's fixed too... -- Mnyb Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 and assorted amps

Re: [SlimDevices: Beta] 7.6 scanning

2010-08-22 Thread Wombat
DonĀ“t know if it was mentioned. Choosing +1GB at the database performance settings built 31240 on Ubuntu 10.04 does nothing anymore forever. I had to set dbhighmem: 0 in server.prefs to get it back running. -- Wombat Transporter - RG142 - Avantgarde based monoblocks - Sommer SPK240 -

Re: [SlimDevices: Beta] 7.6 memory usage

2010-08-22 Thread copperstate
Setting the Performance/Database Memory Config entry to High whilst using MySQL does not work: Code: [10-08-23 01:28:12.4623] Slim::Utils::MySQLHelper::createConfig (177) Warning: Couldn't open

Re: [SlimDevices: Beta] 7.6 memory usage

2010-08-22 Thread Andy Grundman
On Aug 22, 2010, at 7:47 PM, copperstate wrote: Setting the Performance/Database Memory Config entry to High whilst using MySQL does not work: Oops, I forgot to check the file in. :) ___ beta mailing list beta@lists.slimdevices.com