[slim] Re: Album name problem with 6.5b3

2006-09-15 Thread meyergru
I would. But I can not delete nor shift my posts. Is there a moderator who can do that? -- meyergru meyergru's Profile: http://forums.slimdevices.com/member.php?userid=1980 View this thread: http://forums.slimdevice

[slim] MySQL problem with 6.5b3

2006-09-15 Thread meyergru
on't dive into this one. Maybe the message "Size mismatch on COMM" has something to do with too large MySQL requests? -- meyergru meyergru's Profile: http://forums.slimdevices.com/member.php?

[slim] Album name problem with 6.5b3

2006-09-15 Thread meyergru
ema were correct, one could have enforced the correct behaviour by declaring the table "albums" as being unique to the combination of album title and artist name. This does not save one from coding it correctly, however. You only get an error if you don't. -- m

[slim] Re: Duplicate tracks due to paths in playlist?

2006-07-26 Thread meyergru
strips off '//server/share/path/title.mp3' to '/server/share/path/title.mp3'. So, such playlists do not function if they are re-exported to Windows music clients. -- meyergru meyergru's Pro

[slim] Re: Duplicate tracks due to paths in playlist?

2006-07-15 Thread meyergru
files. -- meyergru meyergru's Profile: http://forums.slimdevices.com/member.php?userid=1980 View this thread: http://forums.slimdevices.com/showthread.php?t=25506 ___ discuss ma

[slim] Re: Duplicate tracks due to paths in playlist?

2006-07-14 Thread meyergru
ave not yet found the place where this symlink chasing was introduced, else I would have corrected that myself. -- meyergru meyergru's Profile: http://forums.slimdevices.com/member.php?userid=1980 View this thread: http://forums.s

[slim] Re: Wireless Signal Strength stuck at 0%

2005-11-17 Thread meyergru
WLAN, but also with certain remote control units, Bluetooth and even some microwave ovens! Your problem pattern could be due to an interference with some other device using the same frequency band. Have you tried to change the WLAN channel yet?

[slim] Re: scaling a slimserver to 40+ squeezeboxes

2005-11-11 Thread meyergru
kely bottlenecks though. Yep. And while a worst-case scenario may overload the setup, real-world usage with 200 potential clients should be no problem, even with searching, playlists and so on. Ought to be a real server with some pu

[slim] Re: scaling a slimserver to 40+ squeezeboxes

2005-11-11 Thread meyergru
I don't know if the processor load caused by slimserver may be to high - after all, it's interpreted PERL... Maybe someone with more than a few clients can give figures about their CPU load factors? -- meyergru

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-29 Thread meyergru
#premature-script-headers Normally, this should be handled transparently by standard libraries like CGI.pm, but I don't know if the code is self-made or reused. -- meyergru ___ Discuss mailing list Discuss@lists.slimdevices.com http://lists.slimdevice

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-27 Thread meyergru
not even be in the metainformation table, a global variable as in my hack should suffice. Whatever, that's all up to Dan Sully... I'm out now. -- meyergru ___ Discuss mailing list Discuss@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/discuss

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-27 Thread meyergru
--- 178,185 $ds->cleanupStaleEntries(); } + + Slim::Web::resetStats(); } } This does the database scan once at start and after each rescan (although I did not test that). It does not change the counts when you change the preferences, though. The logic employed in that area was beyond my comprehension and is left as an exercise to the reader ;-) This quick hack works for now, but is a mess architecture-wise, so I would object to putting that into the code as a permanent fix. -- meyergru ___ Discuss mailing list Discuss@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/discuss

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-27 Thread meyergru
he old one (neglecting those subtle differences) by a user preference, too. So, as you can see, there can be reasons apart from a rescan to change the counts. My suggestion was to recalculate the counts only in the event of a rescan or if the preferences change. -- meyergru

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-26 Thread meyergru
as fast as before 6.2. A little further up in the thread, I have also shown a tuning tip for SQLite using PRAGMAs to speed up Slimserver database operations even more but sacrificing some memory. -- meyergru ___ Discuss mailing list Discuss@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/discuss

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-26 Thread meyergru
nd write those entries only when needed, you can simply retrieve that (static) info in Pages.pm when you build the start HTML page. Voila. Several seconds saved on every web page access. -- meyergru ___ Discuss mailing list Discuss@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/discuss

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-26 Thread meyergru
ops. docbee was faster than me... -- meyergru ___ Discuss mailing list Discuss@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/discuss

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-26 Thread meyergru
version, track_count and total_time So I guess this explains the full table scans for the stats... And from what I have learned from the source, there is only a generic parameterized function (find) to do any database find, including counting. That function does even discriminate between

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-26 Thread meyergru
ed the second improvement any more if you keep the database. For me, these modifications make it really fast and what's more: the temp files are avoided completely (this obviously has wider implications than performance by itself). -- meyergru ___

[slim] Re: Is it me or is the web interface getting slower on every new release?

2005-10-25 Thread meyergru
I have the impression that older versions (6.0 was my first) were faster indeed. -- meyergru ___ Discuss mailing list Discuss@lists.slimdevices.com http://lists.slimdevices.com/lists/listinfo/discuss