Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2008-02-03 Thread erland
smc2911;265378 Wrote: > Somehow in my recent migration to SC7, I managed to mess up some of my > ratings (total # rated tracks dropped from around 9,000 to 5,000). > Also, I hadn't changed the ownership of the directory for backups so > the nightly Trackstat backup had failed for the last two wee

Re: [SlimDevices: Plugins] Error in ExecuteScript

2008-02-03 Thread kdf
I've posted a new version to googlecode that fixes spaces so that they should work for osx and unix. -kdf -- kdf kdf's Profile: http://forums.slimdevices.com/member.php?userid=7 View this thread: http://forums.slimdevices.

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2008-02-03 Thread smc2911
Somehow in my recent migration to SC7, I managed to mess up some of my ratings (total # rated tracks dropped from around 9,000 to 5,000). Also, I hadn't changed the ownership of the directory for backups so the nightly Trackstat backup had failed for the last two weeks. The good news, is that impo

[SlimDevices: Plugins] Squeezesoft 3.5 and SqueezeCenter 7.0, major probs :-(

2008-02-03 Thread markwm
Almost every day without fail I will open squeezecenter and it will say 'player not found'. I check my player (which is running softsqueeze 3.5) and it's open and running. I have to quit softsqueeze and restart it for it to communicate again with squeezecenter. I've tried the headless version but

Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-03 Thread bpa
That means mplayer is not on your path. You will need to provide the full path for mplayer. However if it works OK with softsqueeze then the problem is a settings as AlienBBC will be sending a Flac or MP3 stream to SB. What is the AlienBBC stream sent as to Softqueeze and to SB (probabluy eith

Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-03 Thread whitman
Thanks bpa. I did play it through softsqueeze through the Mac speakers and it was proper stereo. Anyway, tried your command and got this... -bash: mplayer: command not found -- whitman whitman's Profile: http://forums.sli

Re: [SlimDevices: Plugins] Error in ExecuteScript

2008-02-03 Thread kdf
<[EMAIL PROTECTED]><[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> X-Mailer: Apple Mail (2.915) On 3-Feb-08, at 1:23 PM, Creeky wrote: > > Could the space in "Application Support" be causing a problem? Then try: system "$runScriptPath"; Something like this was done before as I recal

Re: [SlimDevices: Plugins] Error in ExecuteScript

2008-02-03 Thread Creeky
I have one more idea... I've been looking through the source to plugin.pl and see that the perl command you're using is "system $runScriptPath;" I believe $runScriptPath on my system would contain "/Users//Library/Application Support/SqueezeCenter/scripts" Could the space in "Application Suppor

Re: [SlimDevices: Plugins] Error in ExecuteScript

2008-02-03 Thread kdf
Sorry, there isn't much more I can suggest. I've tried it here, and it does work. If you see the debug saying the script is being called, then it is called and I'm out of ideas as to why nothing happens on your setup. -kdf ___ plugins mailing list

Re: [SlimDevices: Plugins] ANNOUNCE: Lyrics Version 1.0 - with karaoke!

2008-02-03 Thread btcompute
lsmithso;265264 Wrote: > I've just put up Version 1.01. This fixes the icon bug, LRC blank line > removal and a remote streaming karaoke bug. > > Get it from http://open-net.vm.bytemark.co.uk/slimlyrics.html Good work! Version 1.01 seems to work fine. -- btcompute ---

Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-03 Thread bpa
The following command, run from Terminal, should play the program back via the Mac speakers. This assume mplayer is on the path. The "-v" is optional but it displays more messages. Code: mplayer -v -playlist http://www.bbc.co.uk/radio/aod/shows/rpms/radio2/r2_radma

Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-03 Thread whitman
Hello again bpa and thanks for replying. I think I haven't explained properly. Via Slimserver and AlienBBC Replay, I had one channel (the non-Lennon) mono'd, in other words in both speakers. When I listened to the same thing via the BBC website: perfectly OK stereo. And as it seems you also got pr

Re: [SlimDevices: Plugins] Lyrics Plugin: SB3 vs SC7

2008-02-03 Thread lsmithso
btcompute;265265 Wrote: > > Anything you can do to add features to this plugin would be great. If only I had the time... -- lsmithso lsmithso's Profile: http://forums.slimdevices.com/member.php?userid=339 View this thre

Re: [SlimDevices: Plugins] Lyrics Plugin: SB3 vs SC7

2008-02-03 Thread btcompute
lsmithso;265258 Wrote: > If you mean the web interface, then I think it can be done in the plugin > by providing a button on the page that does the same thing. I actually > think there's a lot more that could be done with the web lyrics. Using > comet to highlight and scroll the current line in k

Re: [SlimDevices: Plugins] ANNOUNCE: Lyrics Version 1.0 - with karaoke!

2008-02-03 Thread lsmithso
I've just put up Version 1.01. This fixes the icon bug, LRC blank line removal and a remote streaming karaoke bug. Get it from http://open-net.vm.bytemark.co.uk/slimlyrics.html -- lsmithso lsmithso's Profile: http://forum

Re: [SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-03 Thread bpa
I checked the show and it plays "Mr. Kite" like the alum recording where John Lennon is only on one channel but there is audio on both channels. If you have absolutely no audio on one channel throughout the show then there may be a problem in your build of mplayer. -- bpa -

Re: [SlimDevices: Plugins] Lyrics Plugin: SB3 vs SC7

2008-02-03 Thread lsmithso
btcompute;265231 Wrote: > I have been using the lyrics plugin for a few months now and like it. > > There is a feature that is available through the SB3's remote that does > not seem to be available in SC7. > > When using the remote to display lyrics, the lyrics that are displayed > are sometim

[SlimDevices: Plugins] Lyrics Plugin: SB3 vs SC7

2008-02-03 Thread btcompute
I have been using the lyrics plugin for a few months now and like it. There is a feature that is available through the SB3's remote that does not seem to be available in SC7. When using the remote to display lyrics, the lyrics that are displayed are sometimes for the wrong song. This can often b

Re: [SlimDevices: Plugins] Error in ExecuteScript

2008-02-03 Thread Creeky
Sorry, was on vacation last week, but i've now tried your suggestions, kdf. I ran slimserver.pl from a terminal session, and checked the access time of the script that should be being run (i.e. the one that executescript logging says it is running on open file). The script just echos a message t

Re: [SlimDevices: Plugins] Squeezecenter : Logging played tracks

2008-02-03 Thread Bob Stone
Found the problem. I missed install.xml and there was a typo in package description. Still if you know good listened songs logging plugins let me know. Now I am logging date,song,album,artist with this NowPlaying plugin. Thanks for the developer of it. I have built my private last.fm on top of it.

[SlimDevices: Plugins] AlienBBC R2 Replay mono?

2008-02-03 Thread whitman
I was listening to Radcliffe & Maconie on AlienBBC Radio 2 Replay and noticed I had a John Lennon-less 'Benefit Of Mr Kite'. After some fiddling around I discovered that the extreme stereo separation of this Beatles track had highlighted that Alien BBC R2 Replay was giving me one stereo channel,