Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread bpa
How about giving some hard info about your system (e.g. OS, version of SS) and what player you are using. AlienBBC should have nothing to do with WMA if you are using an SB3. Can you play internet radio ? I wouldn't say mplayer is OK if there is no sound !. If you are running softsqueeze on

[SlimDevices: Plugins] Creating CLI commands from my plugin

2007-09-14 Thread comet
Hi Folks, I'm trying to create a plugin that creates a new CLI command. From reading notes and other source files, I have tried:- sub initPlugin { my $class = shift; Slim::Control::Request::addDispatch(['play','dog'], [1, 0, 0, \doPlayDog]); $::d_plugins msg(Dog Alert Plugin Has been inited

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread giles
bpa;227053 Wrote: How about giving some hard info about your system (e.g. OS, version of SS) and what player you are using. AlienBBC should have nothing to do with WMA if you are using an SB3. the system is debian stable with a 2.6.18 kernel. slimserver is version 6.5.4. the Squeezebox

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread bpa
I think you have two separate problem - AlienBBC and WMA. AlienBBC - check under Server Setting/Filetypes that you have RTSP entries. If not then the custom-convert.conf and custom-types.conf files are in the wrong directory. WMA - if Windows Media (built-in) is checked then Slimserver should

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread giles
bpa;227067 Wrote: I think you have two separate problem - AlienBBC and WMA. AlienBBC - check under Server Setting/Filetypes that you have RTSP entries. If not then the custom-convert.conf and custom-types.conf files are in the wrong directory. ah - I managed to install the 6.2/6.3

Re: [SlimDevices: Plugins] Announce: InguzEQ / InguzDSP room correction

2007-09-14 Thread mortod
Hmmm, having a lot of trouble getting a good impulse response for the equalised sweep. First thing I notic is that the peak early on is still very high compared to the rest of the sweep, though I would have expected that to be much reduced - see first attachment. Second, because that peak is so

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread giles
bpa;227074 Wrote: SB3 cannot play WMA Lossless - if you were on windows then wmadec would use an MS provided library to do decoding. I'm not sure about whether mplayer can play wma lossless without a MS Win32 DLL being copied to your debian system. You should try to play the WMA file

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread bpa
If you have copied the DMO library to your systems and mplayer can play your MWA file properly - then just uncheck Windows Media (Built-in) filetype - that way all WMA will be passed to mplayer and the WMA Lossless file will be transcoded for the SB3 to play. -- bpa

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread giles
bpa;227076 Wrote: If you have copied the DMO library to your systems and mplayer can play your MWA file properly - then just uncheck Windows Media (Built-in) filetype - that way all WMA will be passed to mplayer and the WMA Lossless file will be transcoded for the SB3 to play. hmmm... just

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread bpa
The Built-in type means send data straight to Sb3 if unchecked then SS will use one of the conversion rule (WAV, MP3, FLAC) - if no conversion rule is available (i.e. checked) then it cannot be played. With Built-in unchecked and the other WMA checked do a log with d_source and post the log.

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread giles
bpa;227090 Wrote: The Built-in type means send data straight to Sb3 if unchecked then SS will use one of the conversion rule (WAV, MP3, FLAC) - if no conversion rule is available (i.e. checked) then it cannot be played. With Built-in unchecked and the other WMA checked do a log with

Re: [SlimDevices: Plugins] Creating CLI commands from my plugin

2007-09-14 Thread erland
Your code looks find to me, but I'm not at home at the moment so I can't completely verify it. I don't remember the SlimServer standard CLI commands, but if there is a standard command starting with play this might be the problem. In this case SlimServer probably calls the standard command

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread Siduhe
giles;227093 Wrote: Is there any way around that (other than renaming 1200 files!) You can easily batch rename files either using a script (if you know your way around DOS or similar) or using something like this: http://cerebralsynergy.com/download.php?view.55 Or, use a decent tagging

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread bpa
There is a fix for the mplayer.sh file - I just need to find it. It is not right for all circumstances but I think it'll be OK for you. -- bpa bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread giles
bpa;227099 Wrote: There is a fix for the mplayer.sh file - I just need to find it. It is not right for all circumstances but I think it'll be OK for you. sounds good. Failing that I'll just batch rename everything... -- giles

Re: [SlimDevices: Plugins] Creating CLI commands from my plugin

2007-09-14 Thread comet
Thanks for looking at this. It has now started working this morning, even though I have not rebooted or re-initialised the slimserver service! Anyway, whatever the cause, I'm now happy that it works :-) Ta -- comet

Re: [SlimDevices: Plugins] Announce: Moose 0.59 (windows frontend forslimserver)

2007-09-14 Thread Mitch G
Very nifty bit of software. Thanks for making this available. Mitch -- Mitch G Mitch G's Profile: http://forums.slimdevices.com/member.php?userid=548 View this thread:

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread soulboy
soulboy;226988 Wrote: Hi! I am also running Ubuntu Feisty, Slimserver 6.5.4 and trying to get AlienBBC 1.06 to work. Whenever I try to play BBC nothing happens stop is orange but no sound. Debugging plugins shows nothing odd. When I open the playlist for the selected show, it looks

Re: [SlimDevices: Plugins] AlienBBC problems with 6.5.4

2007-09-14 Thread bpa
giles, In mplayer.sh int the following lines. Code: # For mplayer pre6 comment out following line and uncomment line after if [ -e ${10} ] ; then The ${10} should be changed to ${12} to handle WMA files. However since you have modified

Re: [SlimDevices: Plugins] Announce: Lazy Search Music Plugin v2.3 Released

2007-09-14 Thread Stuart Hickinbottom
It's my pleasure - thanks for the feedback from you both. Stuart Phil Leigh wrote: mr swim;226951 Wrote: Just wanted to say this is an absolutely fantastic plugin. Thank you SO much! Seconded etc! It's the one plugin I wouldn't ever want to lose - and the reason why any new SB

Re: [SlimDevices: Plugins] Announce: Lazy Search Music Plugin v2.3 Released

2007-09-14 Thread Ashy72
I have lazy search working ok but when i select a single track and hold down play i expect music ip to create a playlist based on my choice. At the moment it only plays the song i selected and nothing else, ie no mix is created? Does music magic need to be running on my computer? The settings in

Re: [SlimDevices: Plugins] Using Custom Scan Database Query plugins

2007-09-14 Thread egd
erland;226505 Wrote: There is now a template called Random for mixed tags available, you can download it using the download links in the SQL Playlist web interface. It will be included as a built-in template with the next Custom Scan release. Back at home now. I've entered the templates

Re: [SlimDevices: Plugins] Using Custom Scan Database Query plugins

2007-09-14 Thread erland
You need to select: 1. Create new playlist 2. Download more playlists 3. Select the Random for mixed tags playlist type -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer of 'TrackStat, SQLPlayList,