bhaagensen wrote:
> I noticed new music isn't loading for me - just a spinning wheel. I have
> new music limit set to 500 items. Known issue, or?
>
Guess it might occur when there are entries in the tracks db table
without an album reference. Try changing line 1218 in
LMSnewGUI/Plugin.pm from:
Code:
--------------------
my $albumIds = Slim::Schema->storage->dbh()->selectcol_arrayref("select
distinct album from tracks order by timestamp desc limit " . $newLimit);
--------------------
to
Code:
--------------------
my $albumIds = Slim::Schema->storage->dbh()->selectcol_arrayref("select
distinct album from tracks where album not null order by timestamp desc limit "
. $newLimit);
--------------------
restart the server, and check if this fixes it for you.
I'll put this into the next release (whenever this will be)
>
> Also would be great with support for streaming services such as Spotify
> and WiMP - but maybe thats out of the scope?
>
I don't/can't use those. I'd probably include it in the case someone
else would contribute it (and maintain it afterwards). Very unlikely to
happen, imo.
[ extGUI4LMS - an alternative web interface: 'forum'
(http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta))
/ 'homepage' (http://code.google.com/p/extgui4lms/) ]
------------------------------------------------------------------------
Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808
View this thread: http://forums.slimdevices.com/showthread.php?t=98186
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins