[SlimDevices: Plugins] Re: iTunesupdate on Tiger(Intel)

2006-06-13 Thread govardha
It looks like I found the culprit. Here are some snippets when I enable debugging for plugins. It seems like I need to recompile the Mac::AppleScript bundle for the Intel architecture. Now my task is to find out how that is done. Any thoughts appreciated once again. Govardhanen - Debug i

[SlimDevices: Plugins] Re: SQL Playlist plugin enhancement request

2006-06-13 Thread erland
Philip Meyer Wrote: > The comment "param 1: playlist" could be interpretted by SQL Playlist > plugin such that the plugin would know to prompt the user to select a > valid playlist (ie. on the Player UI line 1 could read "Select a > playlist..." and line 2 would be used to select a known static p

[SlimDevices: Plugins] Re: SQLPlayList - How to add random bias?

2006-06-13 Thread erland
I'm not sure this solves the problem since I don't know exactly how the iTunes party mix works. Also there might be better solutions that doesn't create temporary tables. This should get you a playlist based on your query that get you: 10% tracks unrated or rated 1-2 90% tracks rated 3-5 Code:

Re: [SlimDevices: Plugins] Re: SQL Playlist plugin enhancement request

2006-06-13 Thread Phil Meyer
>Great ideas, I will add them to the wishlist for SQLPlayList plugin. > Great! If there's anything I can do to help... >- When you say the the user should enter a parameter, do you mean in >the web interface or are we talking about entering parameters using the >remote ? or both ? > I was thinkin

Re: [SlimDevices: Plugins] Re: Dynamic Playlist request

2006-06-13 Thread Phil Meyer
>Great idea, I will add it to the wish list for the DynamicPlayList >plugin. > Thankyou! >It might also be possible to give the user to show/hide option similar >to today to decide which context to show. > That's exactly what I was thinking. >In similar matter I think it might be useful for SQLPl

[SlimDevices: Plugins] Re: Dynamic Playlist request

2006-06-13 Thread erland
Great idea, I will add it to the wish list for the DynamicPlayList plugin. I'm thinking that one way to solve it would be to make it possible for the "registered plugins" to register their playlists to one or serveral context. In this way TrackStat could register "Last played album" both as: "Las

[SlimDevices: Plugins] Re: Can AlienBBC announce itself as BBC Radio?

2006-06-13 Thread ModelCitizen
Thanks a lot chaps. Got it. MC -- ModelCitizen Squeezebox2 > Benchmark Dac1 > Naim NAC 82 > Naim NAP 250 > Shahinian Arcs. Music catalog: http://modelcitizen.mine.nu/music.txt ModelCitizen's Profile: http://forums.slimdev

[SlimDevices: Plugins] Re: SQL Playlist plugin enhancement request

2006-06-13 Thread erland
Great ideas, I will add them to the wishlist for SQLPlayList plugin. Just some questions regarding the first point to make sure I understand you correct. - When you say the the user should enter a parameter, do you mean in the web interface or are we talking about entering parameters using the re

[SlimDevices: Plugins] Re: AlienBBC and Mac instructions

2006-06-13 Thread crouchend
Just tried to install Alien BBC on a mac running 10.4 First problem, 'usr/local/bin' does not exist 'usr/bin' exists so I put mplayer in there instead. My squeezebox 3 displays alien BBC but will not play anything. Next, installed everything on my other mac running OS 10.3. 'usr/local' exists, bu

[SlimDevices: Plugins] Re: Can AlienBBC announce itself as BBC Radio?

2006-06-13 Thread bpa
It's at the end of the file - do a search on PLUGIN_ALIENBBC. However 6.5 is not very friendly at the moment because when a station is chosen, it will display the long meaningless URL when playing and not the plain english title. The problem is being investigated but it is a side effect of recen

Re: [SlimDevices: Plugins] Re: Can AlienBBC announce itself as BBC Radio?

2006-06-13 Thread kdf
Quoting ModelCitizen <[EMAIL PROTECTED]>: I'm now trying this on 6.5 and can't seem to find the correct entry in plugin.pm. Can anyone tell me where it it? look for getDisplayName() Then change the string for the given token, in this case: PLUGIN_ALIENBBC -kdf

[SlimDevices: Plugins] SQL Playlist plugin enhancement request

2006-06-13 Thread Phil Meyer
I have written some simple SQL Playlist queries, which are working well. Some are the same, but look for specific artists, eg: Play random Pink Floyd albums Play random Genesis albums I was wondering if there would be any way of defining and passing parameters into the queries,

[SlimDevices: Plugins] Re: Can AlienBBC announce itself as BBC Radio?

2006-06-13 Thread ModelCitizen
ModelCitizen Wrote: > I am attempting to make my Squeezebox 2 (graphical) as family friendly > as possible. One thing I'd like to do to further this aim is to get > AlienBBC listed as BBC Radio in the top menu level of my Squeezebox. Is > this possible and if so, any ideas how? > Thanks. MC I'm n

[SlimDevices: Plugins] Re: Announce: Moose 0.33

2006-06-13 Thread mattybain
Dr Lovegrove Wrote: > > > That is weird.. Does clicking on a track show the parent album/artist ? > Also, presume your music's in Moose's preferred folder structure of > artist/album/tracks, etc.. > > How are you opening the library window, does it work if opened from the > taskbar icon rather

[SlimDevices: Plugins] Dynamic Playlist request

2006-06-13 Thread Phil Meyer
I am using the Dynamic Playlist plugin, which is great. However, I've now got quite a few items now cluttering the dynamic playlist menu (especially hard to navigate on the player UI), mainly due to the playlists that are added from TrackStats plugin. I know I can select what playlists get add

[SlimDevices: Plugins] Re: Wiki Radio

2006-06-13 Thread Triode
OPML is definately the way to go for sharing radio station lists. The present version of the plugin hosted on the wiki page should work with 6.3 and 6.5 and allow people to post opml station lists which can be shared with all users. Please try it out and post back comments In the mean time

Re: [SlimDevices: Plugins] Re: How to debug plugins

2006-06-13 Thread kdf
On 13-Jun-06, at 8:28 AM, bpa wrote: 3. cd to the directory which has slimserver installed - it will have the file slimserver.pl for OSX, this is readily available from using a search of the forum... /Library/PreferencePanes/SlimServer.prefPane/Contents/server -k ___

[SlimDevices: Plugins] Re: How to debug plugins

2006-06-13 Thread bpa
I don't have OSX so this is general advice for Linxu/Unix type systems. 1. Open a Terminal window 2. Ensure slimserver is not running. 3. cd to the directory which has slimserver installed - it will have the file slimserver.pl 4. Type the command Code: ./slimserver

[SlimDevices: Plugins] SQLPlayList - How to add random bias?

2006-06-13 Thread barcar
I've got a few playlists defined in the excellent SQLPlayList plugin. For example: > SELECT t.url /*, t.title, g.name, t.playCount, t.rating */ > FROM tracks t > LEFT JOIN genre_track gt ON t.id = gt.track > LEFT JOIN genres g ON gt.genre = g.id > WHERE g.name NOT IN ('Classical','Books & > Spo

[SlimDevices: Plugins] Re: How to debug plugins

2006-06-13 Thread govardha
How do I start the Slim Server in the command line in Mac OS X? I have confirmed that I do have the current version of the software 6.2.2. I have the plugin(iTuneupdate) working just fine in the old G4 machine and the file structure layout of the scripts are identical with the new intel machin

RE: [SlimDevices: Plugins] How to debug plugins

2006-06-13 Thread Craig, James (IT)
The last log file that Govardha sent me, there was no log output from any plugins which I thought was a little strange: 2006-06-12 10:44:58.2191 SlimServer Plugins init... 2006-06-12 10:44:58.9032 SlimServer checkDataSource... There should be something from for example the RSS screensaver plugin

Re: [SlimDevices: Plugins] How to debug plugins

2006-06-13 Thread Allan Hise
Some versions of the iTunesUpdate plugin are SlimServer version sensitive. Are you sure you are using a version that works with SlimServer 6.2.2? Allan On Tue, 13 Jun 2006, govardha wrote: Hello, I am just not able to get the iTunesupdate plugin to even load up or see it load up using the di

[SlimDevices: Plugins] Re: How to debug plugins

2006-06-13 Thread bpa
Start Slimserver from a command line in Terminal with --d_plugins and look at the messages. You may see an error message which will help. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this

[SlimDevices: Plugins] Re: Disabled menu items in AlienBBC

2006-06-13 Thread mrisager
Great. Thanks. -- mrisager mrisager's Profile: http://forums.slimdevices.com/member.php?userid=5849 View this thread: http://forums.slimdevices.com/showthread.php?t=24533 ___ pl

[SlimDevices: Plugins] Re: Disabled menu items in AlienBBC

2006-06-13 Thread bpa
This is a side effect of a change within Slimserver 6.5. The guys are looking to fix it. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread

[SlimDevices: Plugins] Re: Disabled menu items in AlienBBC

2006-06-13 Thread mrisager
After todays debian nightly build update of slimserver, I can play all the stations, including the Danish radio stations I was trying to play. But on my softsqueeze I see "Now playing: mms://wmscr1.dr.dk/e02ch01m" instead of "Now playing: DR P1". I do not find mms://wmscr1.dr.dk/e02ch01m very

[SlimDevices: Plugins] How to debug plugins

2006-06-13 Thread govardha
Hello, I am just not able to get the iTunesupdate plugin to even load up or see it load up using the diagnostic mode in my Slimserver 6.2.2 instance in my brother's new intel iMac running OS X 10.4.6. Perl seems to be fine, and Slimserver by itself seems to work just fine. I have installed SS 6

[SlimDevices: Plugins] Re: SlimCD 1.7 beta 1

2006-06-13 Thread Mathiou
Forget the previous message. I begin to understand how to move through folders and files and how to edit them using nano. -- Mathiou Mathiou's Profile: http://forums.slimdevices.com/member.php?userid=4555 View this thread:

[SlimDevices: Plugins] Re: SlimCD 1.7 beta 1

2006-06-13 Thread Mathiou
I understand and I agree to consider slimCD just like a slimserver. I was asking that because I'm a windows user and I am sometimes a bit lost. Actually, I don't even know how to edit a textfile ! Beaver can do it but without beaver ??? I can use midnight commander instead of emelFM. -- Mathio

Re: [SlimDevices: Plugins] Re: SlimCD 1.7 beta 1

2006-06-13 Thread Michael Herger
> One quick stupid question: where can I find all apps that I can see > on > the standard DSL desktop like "emelFM" or "Beaver" ? Your desktop is > nice but where are all icons ??? I have removed some of them to free up some space (I don't know the exact list of removed apps, though - will have to

[SlimDevices: Plugins] Wiki Radio

2006-06-13 Thread soupdragon
any news on progress ? Liam -- soupdragon soupdragon's Profile: http://forums.slimdevices.com/member.php?userid=4958 View this thread: http://forums.slimdevices.com/showthread.php?t=24685

[SlimDevices: Plugins] Re: SlimCD 1.7 beta 1

2006-06-13 Thread Mathiou
> Mathiou, could you please give this version a try? Download it to some > folder using wget or links, remove the .txt extension, make sure it is > executable and run it as root ("sudo pendrive_usbzip.sh"). But you'd > better take a USB stick of at least 256MB as it's creating a primary > partitio