SlimChances wrote:
> I changed them through the LMS web interface.
> Server log attached. I played a playlist that currently plays FLAC (as
> defined in the config file) on one of my radios but plays MP3s on my
> other Radio and Touch. I noticed at some point when I reinstalled LMS (I
> think I uninstalled the old version first) that the config files changed
> slightly for a number of playlists; the library that I had originally
> chose (at the bottom of config page)changed from FLAC to MP3 or vice
> versa. I fixed by replacing the libraies with the correct ones that but
> the problem persists on the two players
>
No errors in the log, so the reason it picks MP3 must be because the
library it is using contains MP3.
My guess would be that you might have checked the "Limit to active
library" option in the playlist definition and then the library used
depends on which library you have selected in the "Extras/Multi Library"
menu. You probably have selected different libraries for the different
players and due to this it plays different things. If this is the case
you either have to uncheck the "Limit to active library" option and only
select the library through the "Library" parameter in the playlist
definition, or if you want different libraries on different players you
need to goto "Extras/Multi Library" for each player and make sure the
correct library is selected.
If you want help to very this you can re-run the same test case for a
player that plays FLAC and post the log and verify that the SQL
statement executed:
Code:
--------------------
[14-07-18 15:58:21.5629] Plugins::SQLPlayList::Plugin::executeSQLForPlaylist
(1065) Executing and collecting: select tracks.url from tracks join
multilibrary_track on tracks.id=multilibrary_track.track and
multilibrary_track.library=1 join genre_track on tracks.id=genre_track.track
join genres on genre_track.genre=genres.id left join dynamicplaylist_history on
tracks.id=dynamicplaylist_history.id and
dynamicplaylist_history.client='00:04:20:23:30:b9' where audio=1 and
tracks.year>=1960 and tracks.year<(1960+10) and dynamicplaylist_history.id is
null and genres.name in ('Alt. Rock','Alternative','Blues','Blues
Rock','BritPop','Britpop','Christian Rock','Classic Rock','Contemporary
Folk','Darkwave','Folk','Folk/Rock','Folk-Rock','Glam Rock','Gothic
Rock','Grunge','Hard Rock','Heavy Metal','Indie','Instrumental
Rock','Jazz-Rock','Metal','Mod Revival','New
Wave','Pop','Pop-Folk','Pop/Funk','Progressive Rock','Psychedelic','Psychedelic
Rock','Punk','Punk Rock','Reggae','Rock','R
ock/Pop','Rock & Roll','Ska','Ska-Punk','Slow Rock','Southern Rock','Symphonic
Rock','Vocal Pop') group by tracks.id order by random() limit 10;
--------------------
Contains multilibrary_track.library=1 on one player and something else
on another player. If the library identity is different depending on
player for the same playlist it must be because the "Limit to active
library" option have been checked in the playlist definition.
Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets (both free and commercial)'
(http://wiki.slimdevices.com/index.php/User:Erland).
If you like to encourage future presence on this forum and/or third
party plugin/applet development, 'consider purchasing some plugins'
(http://license.isaksson.info))
*Interested in the future of music streaming ? 'ickStream - A world of
music at your fingertips'
(http://forums.slimdevices.com/showthread.php?98467-Pre-Announcement-ickStream&p=743516)*.
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=49483
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins