Re: [SlimDevices: Plugins] iPeng support thread

2011-12-07 Thread pippin

Are you playing on the iPhone or on a Squeezebox? If SB: what model?
What are you running your server on (OS and Hardware)?
Which file format are you trying to play?

Since this is 7.7.0, please also check whether the server might still
be scanning and try this:
http://penguinlovesmusic.de/ipeng-the-iphone-skin-for-squeezecenter/how-to-use-the-ipeng-application/known-issues/


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Disappearing custom browse menu

2011-12-07 Thread erland

MDE;675301 Wrote: 
> I've managed to get the matching custom tag menu to re-appear, but only
> by setting "Show albums after level" and "Show custom tags after level"
> both equal to 4 (any other combination seems not to work). However
> selecting the menu item does not work and I now get a slightly
> different SQL error (but still "ambiguous column name: module") which
> is posted below. The custom tag is "CDNAME", since I use Album for the
> name of the work that I want to appear on the SB Touch now playing
> screen (combination of composer and opus for classical music).
> Error message follows, thanks.
> 
> Error:
> Running: select
> customscan_track_attributes.extravalue,customscan_track_attributes.value,substr(customscan_track_attributes.valuesort,1,1),ifnull(customscan_track_attributes.valuetype,'mixedtagCDNAME'),customscan_track_attributes.valuetype
> from customscan_track_attributes join tracks on
> tracks.id=customscan_track_attributes.track and module='mixedtag' and
> attr='CDNAME' join customscan_track_attributes currentattr on
> tracks.id=currentattr.track and currentattr.module='mixedtag' and
> currentattr.attr='OPUS' and currentattr.extravalue='Bach: Magnificat'
> join multilibrary_track on tracks.id=multilibrary_track.track and
> multilibrary_track.library=3 where tracks.audio=1 group by
> customscan_track_attributes.extravalue order by
> customscan_track_attributes.valuesort got error: 
> ambiguous column name: module
> 
Thanks, this should hopefully be solved in the 2.8.3750 version I just
released.


-- 
erland

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 music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=92023

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Custom browse/dynamic playlist errors in log

2011-12-07 Thread erland

bits;675277 Wrote: 
> They certainly do all point to the same place.
> 
> All go to a folder named "config"
> 
> Do I need to break them all up? There doesn't appear to be any direct
> collision with the name of the files however.
> 
The following can point to the same directory:
SQL Playlist/Playlist directory
Multi Library/Library directory
Custom Browse/Browse configuration directory

But the following (if specified) needs to point to three different
directories which also have to be different than the above directory:
SQL Playlist/Template directory
Multi Library/Library template directory
Custom Browse/Browse template directory

Also, please note that the template directory parameters can be empty
as long as you don't want to use the download links to make it possible
to download new templates in between releases.


-- 
erland

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 music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=92122

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPeng support thread

2011-12-07 Thread ddemichele

Hi,

I have the latest apple iOS 5.0.1 and I just downloaded the latest
iPeng from the app store (happened with the other one I had too). 
Using Logitech server 7.7.0-r33614

When I select a song from the play list it appears as if the song is
being played for close to 10 seconds but NO sound. Then it resets
itself back to zero and starts playing the song with sound.  If I let
it move on to the next song in the play list after the song that is
currently playing - it does not exhibit the weird 10s delay. It happens
every time I click a song in the playlist to play.

Is anyone else having a similar issue?  Do I have some incorrect
setting?


-- 
ddemichele

ddemichele's Profile: http://forums.slimdevices.com/member.php?userid=35028
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2011-12-07 Thread BoomX2

treble;674896 Wrote: 
> 
> 
> I am also not sure if the High and Low are correctly abbreviated for
> all lines (103) on the Boom display to HI and LO resp. with the current
> version. I have edited my par file a while back to correct it, I am
> running 5.9.8, so not necessarily the latest version.
> 
Treble,

I fixed my Booms to show the abbreviated HI and LO again by adding the
'i' in the following lines. In SDT version 5.9.8 this section starts on
line 2788.

Cheers,
Don

Code:


#Shorten HI/HIGH/LOW/Lo to gain screen real estate on Booms
if($client->display->isa('Slim::Display::Boom')) {
$line1 =~ s/^ Low/LO/i;
$line1 =~ s/^Low/LO/i;
$line1 =~ s/^High/HI/i;
$line1 =~ s/^PREC/PR/i;
$line2 =~ s/^ Low/LO/i;
$line2 =~ s/^Low/LO/i;
$line2 =~ s/^High/HI/i;
$line2 =~ s/^PREC/PR/i;
$line3 =~ s/^ Low/LO/i;
$line3 =~ s/^Low/LO/i;
$line3 =~ s/^High/HI/i;
$line3 =~ s/^PREC/PR/i;
$line3 =~ s/^ LOW/LO/i;
$line3 =~ s/^HIGH/HI/i;
}



-- 
BoomX2

BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Disappearing custom browse menu

2011-12-07 Thread MDE

I've managed to get the matching custom tag menu to re-appear, but only
by setting "Show albums after level" and "Show custom tags after level"
both equal to 4 (any other combination seems not to work). However
selecting the menu item does not work and I now get a slightly
different SQL error (but still "ambiguous column name: module") which
is posted below. The custom tag is "CDNAME", since I use Album for the
name of the work that I want to appear on the SB Touch now playing
screen (combination of composer and opus for classical music).
Error message follows, thanks.

Error:
Running: select
customscan_track_attributes.extravalue,customscan_track_attributes.value,substr(customscan_track_attributes.valuesort,1,1),ifnull(customscan_track_attributes.valuetype,'mixedtagCDNAME'),customscan_track_attributes.valuetype
from customscan_track_attributes join tracks on
tracks.id=customscan_track_attributes.track and module='mixedtag' and
attr='CDNAME' join customscan_track_attributes currentattr on
tracks.id=currentattr.track and currentattr.module='mixedtag' and
currentattr.attr='OPUS' and currentattr.extravalue='Bach: Magnificat'
join multilibrary_track on tracks.id=multilibrary_track.track and
multilibrary_track.library=3 where tracks.audio=1 group by
customscan_track_attributes.extravalue order by
customscan_track_attributes.valuesort got error: 
ambiguous column name: module


-- 
MDE

MDE's Profile: http://forums.slimdevices.com/member.php?userid=49291
View this thread: http://forums.slimdevices.com/showthread.php?t=92023

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Settings Manager - Saved Configuration File Location

2011-12-07 Thread NPendrigh

Is a settings file saved somewhere when the export procedure is run?


-- 
NPendrigh

NPendrigh's Profile: http://forums.slimdevices.com/member.php?userid=19784
View this thread: http://forums.slimdevices.com/showthread.php?t=91909

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-12-07 Thread RabanePaco

Triode;675237 Wrote: 
> That means that your linux installation is too old to run the spotify
> library as it requires that version of GLIBC - you really need to
> upgrade the linux version or glibc to enable this to work.

Easier said then done for the out-of-the box firmware Linux of a
factory NAS.

Any cues how ta tackle this? I'm afraid I better buy more modern,
standard hardware.


-- 
RabanePaco

Squeezebox Server: Version: 7.5.1 on Zyxel NAS NSA310
Logitech Media Server Version: 7.7.0 with Triodes Spotify 
on Win XP Pro SP.3. All updates.
Squezebox Duet

Music manager: *'MediaMonkey' (www.mediamonkey.co)*. The best music mgr
for classical music (much better then iTunes). Now with "RegExp Find and
Replace" you even can batch edit tags with *regular expressions*.

RabanePaco's Profile: http://forums.slimdevices.com/member.php?userid=21574
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Custom browse/dynamic playlist errors in log

2011-12-07 Thread bits

They certainly do all point to the same place.

All go to a folder named "config"

Do I need to break them all up? There doesn't appear to be any direct
collision with the name of the files however.


-- 
bits

bits's Profile: http://forums.slimdevices.com/member.php?userid=13375
View this thread: http://forums.slimdevices.com/showthread.php?t=92122

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Disappearing custom browse menu

2011-12-07 Thread erland

MDE;675260 Wrote: 
> I've had this problem too. I think it was resolved by doing a complete
> rescan (i.e. clear and rescan from scratch). 
> I've just upgraded to the latest Custom versions, which have solved
> some problems I had since upgrading to LMS, but I still have another
> problem in that the "matching custom tag" menu item in my "classical
> dynamic" menu doesn't work (and gives SQL errors in the web interface).
> The menu was set up following the
> "Setup_dynamic_menu_to_browse_music_by_tags" wiki and worked at first,
> before upgrading.
> 
Could you post the SQL error message ?


-- 
erland

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 music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=92023

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Disappearing custom browse menu

2011-12-07 Thread MDE

I've had this problem too. I think it was resolved by doing a complete
rescan (i.e. clear and rescan from scratch). 
I've just upgraded to the latest Custom versions, which have solved
some problems I had since upgrading to LMS, but I still have another
problem in that the "matching custom tag" menu item in my "classical
dynamic" menu doesn't work (and gives SQL errors in the web interface).
The menu was set up following the
"Setup_dynamic_menu_to_browse_music_by_tags" wiki and worked at first,
before upgrading.


-- 
MDE

MDE's Profile: http://forums.slimdevices.com/member.php?userid=49291
View this thread: http://forums.slimdevices.com/showthread.php?t=92023

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-12-07 Thread Triode

RabanePaco;675180 Wrote: 
> I started the spotifyd from
> /usr/local/zy-pkgs/gui/SqueezeCenter/Plugins/Spotify/Bin/arm-linux. I
> get the msg. > 
Code:

  >   > ./spotifyd: /usr/lib/libpthread.so.0: version `GLIBC_2.4' not found 
(required by 
  > 
/usr/local/zy-pkgs/gui/SqueezeCenter/Plugins/Spotify/Bin/arm-linux/libspotify.so.10)

> > 
> 
That means that your linux installation is too old to run the spotify
library as it requires that version of GLIBC - you really need to
upgrade the linux version or glibc to enable this to work.

> 
> I also tried running
> /usr/local/zy-pkgs/gui/SqueezeCenter/Plugins/Spotify/Spotifyd.pm and I
> get the msg's> 
Code:

  >   > ./Spotifyd.pm: ./Spotifyd.pm: 1: package: not found
  > > > 
> Don't do that - that's a perl module which is part of a larger perl
> programme and is used to start the helper app, but which you can't
> start on its own.
> 
> If you are trying to start the helper app manually use: ./spotifyd


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] ipeng and CustomBrowse

2011-12-07 Thread exile

erland-

just tried your suggestion and it works beautifully. thanks.


-- 
exile

exile's Profile: http://forums.slimdevices.com/member.php?userid=4579
View this thread: http://forums.slimdevices.com/showthread.php?t=91659

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] ipeng and CustomBrowse

2011-12-07 Thread exile

erland-

the main way i use dynamic playlist/sql playlist is to make playlists
based on top rated songs from an album, artist or genre. Those options
have made my music listening experience quite fantastic.

so it'd be great to have that show up when i select an album in custom
browse. I'll try your suggestion of building it in sql playlist and see
if it shows up in my ipeng/dynamic playlist.


-- 
exile

exile's Profile: http://forums.slimdevices.com/member.php?userid=4579
View this thread: http://forums.slimdevices.com/showthread.php?t=91659

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] ipeng and CustomBrowse

2011-12-07 Thread erland

exile;675227 Wrote: 
> since we have an ipeng/custom browse thread going, i have one question.
> When i scroll through new albums in custom browse on ipeng and then
> select dynamic playlist within an album i only get one playlist option
> which is to play random songs from that album. how do i customize the
> dynamic playlist menu for ipeng so that I get other options like play
> top rated songs from album?
> 
You need to create playlists in "SQL Playlist" plugin for them based on
templates like "Top rated for album", "Most played for album". 

I can add them as default playlists I just didn't see the need as I
thought someone wanted to play an album either wanted to play all
tracks or select a specific track to play. They are available on
artists, genres and other object types where there are more tracks
available.

Can you describe the scenario when you want to do this ?
Is it for albums that contains a lot of songs so you don't want to play
them all, or is it some other use case ?


-- 
erland

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 music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=91659

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] ipeng and CustomBrowse

2011-12-07 Thread exile

since we have an ipeng/custom browse thread going, i have one question.
When i scroll through new albums in custom browse on ipeng and then
select dynamic playlist within an album i only get one playlist option
which is to play random songs from that album. how do i customize the
dynamic playlist menu for ipeng so that I get other options like play
top rated songs from album?


-- 
exile

exile's Profile: http://forums.slimdevices.com/member.php?userid=4579
View this thread: http://forums.slimdevices.com/showthread.php?t=91659

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] ipeng and CustomBrowse

2011-12-07 Thread erland

mps;675173 Wrote: 
> Hi Erland,
> 
> 
> Any update on this? I am still experiencing the problem in 2.13.3730.
> 
> Thanks!
> 
> Mike
> 
Sorry, it didn't make it into the 3730 release, hopefully I'll be able
to fit it into the next release.


-- 
erland

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 music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=91659

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Custom browse/dynamic playlist errors in log

2011-12-07 Thread erland

How are the directory parameters configured in:
SBS Settings/Plugins/Custom Browse Settings
SBS Settings/Plugins/Multi Library Settings
SBS Settings/Plugins/SQL Playlist Settigns

The errors kind of indicate that there might be some kind of
collisions, does all or multiple of the above directory parameters
point to the same configuration directory.


-- 
erland

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 music discovery ? See 'Social Music Discovery (SMD)'
(http://forums.slimdevices.com/showthread.php?p=656713) project.

erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=92122

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-12-07 Thread RabanePaco

RabanePaco;670225 Wrote: 
> I got Spotify 2.2.0 beta installed on my Zyxel NAS NSA310. (Copied the
> unzipped Spotify folder to /usr/local/zy-pkgs/gui/SqueezeCenter/Plugins
> and restarted the NAS). 
> Now I can enter the Spotify settings but I can't get the helper app
> running. Status says *Helper App: Not Running*

I started the spotifyd from
/usr/local/zy-pkgs/gui/SqueezeCenter/Plugins/Spotify/Bin/arm-linux. I
get the msg. 
Code:

./spotifyd: /usr/lib/libpthread.so.0: version `GLIBC_2.4' not found 
(required by 
  
/usr/local/zy-pkgs/gui/SqueezeCenter/Plugins/Spotify/Bin/arm-linux/libspotify.so.10)



I can't find any glibc library on my system.

I also tried running
/usr/local/zy-pkgs/gui/SqueezeCenter/Plugins/Spotify/Spotifyd.pm and I
get the msg's
Code:

./Spotifyd.pm: ./Spotifyd.pm: 1: package: not found
  ./Spotifyd.pm: ./Spotifyd.pm: 3: use: not found
  [a couple of times repeated]
  ./Spotifyd.pm: ./Spotifyd.pm: 14: Syntax error: "(" unexpected



Any suggestions? Thanks.


-- 
RabanePaco

Squeezebox Server: Version: 7.5.1 on Zyxel NAS NSA310
Logitech Media Server Version: 7.7.0 with Triodes Spotify 
on Win XP Pro SP.3. All updates.
Squezebox Duet

Music manager: *'MediaMonkey' (www.mediamonkey.co)*. The best music mgr
for classical music (much better then iTunes). Now with "RegExp Find and
Replace" you even can batch edit tags with *regular expressions*.

RabanePaco's Profile: http://forums.slimdevices.com/member.php?userid=21574
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Softsqueeze 3.9 beta for testing

2011-12-07 Thread jarome

I decided to punt, and use my Squeezeserver only on my LAN unencrypted.
Externally, I installed Subsonic. Subsonic has a nice Android app and
Subair for computers. Or you can use a Web interface.


-- 
jarome

jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
View this thread: http://forums.slimdevices.com/showthread.php?t=62060

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] ipeng and CustomBrowse

2011-12-07 Thread mps

Hi Erland,
erland;671162 Wrote: 
> Thanks, it's a bug, will try to correct it in next version.

Any update on this? I am still experiencing the problem in 2.13.3730.

Thanks!

Mike


-- 
mps

mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
View this thread: http://forums.slimdevices.com/showthread.php?t=91659

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


[SlimDevices: Plugins] Custom browse/dynamic playlist errors in log

2011-12-07 Thread bits

LMS 7.7.1 33740


I have set up 2 very simple media library’s with multi library.
They are:
20.ml.values.xml
51.ml.values.xml

Then I created 2 playlists with dynamic playlist to handle random mix:
20.sql.xml
51.sql.xml

They look something like:
-- PlaylistName:5.1 Random Mix
-- PlaylistGroups:Random Song Mix
select url from tracks
join multilibrary_track on
tracks.id=multilibrary_track.track
join multilibrary_libraries on
multilibrary_track.library=multilibrary_libraries.id and
multilibrary_libraries.libraryid='51'
where
audio=1
order by random()
limit 10;


Now my log is filled with a whole heap of stuff like this:


[11-12-07 21:38:11.3940]
Plugins::CustomBrowse::ConfigManager::BaseParser::parseContentImplementation
(501) Failed to parse configuration (20.sql.xml) because:
File does not exist: -- PlaylistName:2.0 Random Mix
-- PlaylistGroups:Random Song Mix
select url from tracks
join multilibrary_track on
tracks.id=multilibrary_track.track
join multilibrary_libraries on
multilibrary_track.library=multilibrary_libraries.id
and
multilibrary_libraries.libraryid='20'
where
audio=1
order by random()
limit 10;
at
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/CustomBrowse/ConfigManager/BaseParser.pm
line 498


[11-12-07 21:38:11.3990]
Plugins::CustomBrowse::ConfigManager::BaseParser::parseContentImplementation
(501) Failed to parse configuration (51.sql.xml) because:
File does not exist: -- PlaylistName:5.1 Random Mix
-- PlaylistGroups:Random Song Mix
select url from tracks
join multilibrary_track on
tracks.id=multilibrary_track.track
join multilibrary_libraries on
multilibrary_track.library=multilibrary_libraries.id
and
multilibrary_libraries.libraryid='51'
where
audio=1
order by random()
limit 10; at
/var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/CustomBrowse/ConfigManager/BaseParser.pm
line 498


Any ideas?


-- 
bits

bits's Profile: http://forums.slimdevices.com/member.php?userid=13375
View this thread: http://forums.slimdevices.com/showthread.php?t=92122

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Another Database Query & SugarCube/MusicIP/Genpuid Question:

2011-12-07 Thread bobertuk

Nikhil;675127 Wrote: 
> Yes they may appear mixable, but have you looked at the mixes they
> generate? In my experience a 24bit seed track will generate a mix of
> only 24bit tracks and not 16bit tracks that may be musically more
> appropriate for the mix. The tag swapping approach seems to have solved
> that problem for me.

I haven't had a close look at how the mixes work but had guessed that
was the case - none of the Hi-Res files seem to appear in any of my
MIP/SC mixes.

Thanks for confirming - I'll have a go at changing the fingerprints
when I have time.

Bob


-- 
bobertuk

1 x Touch - SC 7.7.1 - SSOTS v4.14
1 x Radio
1 x Boom
Lavry DA-10 DAC
QNAP TS-509 3.5.1 build 1002T
Starfish Pre-amp : Based on NAIM
Heavily modified NAIM NAP 250 Power-amp
Behringer DEQ2496
Linn Isobarik DMS

bobertuk's Profile: http://forums.slimdevices.com/member.php?userid=30376
View this thread: http://forums.slimdevices.com/showthread.php?t=91953

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Another Database Query & SugarCube/MusicIP/Genpuid Question:

2011-12-07 Thread Nikhil

bobertuk;675000 Wrote: 
> 
> Interestingly though...
> I fingerprint tracks on a MacBook Pro then copy them over to a headless
> Linux NAS for streaming. When I copy them over, I scan them into the
> local (NAS) MIP database. The Hi-Res files that haven't been
> fingerprinted require validation by the headless MIP and seem to scan
> into the database OK - i.e. they appear to be mixable. 
> 
> Bob

Yes they may appear mixable, but have you looked at the mixes they
generate? In my experience a 24bit seed track will generate a mix of
only 24bit tracks and not 16bit tracks that may be musically more
appropriate for the mix. The tag swapping approach seems to have solved
that problem for me.


-- 
Nikhil

Nikhil's Profile: http://forums.slimdevices.com/member.php?userid=993
View this thread: http://forums.slimdevices.com/showthread.php?t=91953

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] Announce: BBCiPlayer Plugin (UK only)

2011-12-07 Thread bpa

It looks like something is not enabled or not up to date.

There have been a few updates to the iPlayer plugin and applet in the
last few months so you should supply system details.

What version of SBS / LMS ?
What type of system does SBS/ LMS run - Windows, OSX, Linux, Readynas,
NAS etc.
What version of BBCiPlayer plugin ?  latest version is 1.2.5


-- 
bpa

bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=53229

___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins