Re: [SlimDevices: Plugins] Weblogger and Albumart

2007-04-21 Thread bumpydog
I've just come across a very similar issue with Weblogger. At first it seemed to be working fine, but when I changed the configuration page to output full artwork jpg rather than a thumbnail, and then switched again back to thumbnail, it still outputs the full size artwork. I've emailed the

Re: [SlimDevices: Plugins] Alienbbc error log Interrogation

2007-04-21 Thread soulboy
Hi, trying to get AlienBBC to work on my DS-207. I have the mplayer-stdout but only in the SSODS folder... The standalone test works but I think Alien and Slimserver cant't see or access it since it is in the SSODS folder (share) and not in the Slimserver (share). Is there anyone out there who

Re: [SlimDevices: Plugins] Alienbbc error log Interrogation

2007-04-21 Thread bpa
Flipflip is the author of SSODS. AlienBBCis preconfigured with SSODS and should work out of the box - so perhaps there is something different in DS-207 and so I think you could PM flipflip. In the meantime. If there are RTSP boxes checked in Server Settings/Filetypes then slimserver can see

[SlimDevices: Plugins] Using Erland's SQLPlayList in KDF's AlarmPlugin

2007-04-21 Thread Controllator
Hi, in KDFs Alarmplugin is this Line to handle Random Play: Code: Plugins::RandomPlay::Plugin::playRandom($client,'track'); I want to use my own SQLPlayList from Erland's great Addons. In Erland's DynamicPlaylist Addon is a Funktion playRandom

Re: [SlimDevices: Plugins] AlienBBC can't open stream

2007-04-21 Thread L . B .
bpa;196499 Wrote: That mplayer is not part of AlienBBC. OK - thanks. bpa;196499 Wrote: How did you install AlienBBC ? Downloaded the zip-files. Extracted it at moved the alien folder to the folder plugins -- L.B. Lars Dali Grand Coupé | Pioneer M-22 | Daner Linea SE | Squeezebox 3

Re: [SlimDevices: Plugins] Alienbbc error log Interrogation

2007-04-21 Thread flipflip
soulboy;196620 Wrote: trying to get AlienBBC to work on my DS-207. I have the mplayer-stdout but only in the SSODS folder... That is where is should (must) be. soulboy;196620 Wrote: The standalone test works but I think Alien and Slimserver cant't see or access it since it is in the

Re: [SlimDevices: Plugins] Alienbbc error log Interrogation

2007-04-21 Thread flipflip
Ah, and if it doesn't work, post the following here: - your custom-convert.conf (or whatever that is called in SS 6.3.x) - The output of Sysinfo in SSODS - A screenshot of the file types screen in server settings in SS - The complete log file from starting SS up to failing to play an AlienBBC

Re: [SlimDevices: Plugins] Are you willing to pay for a Sirius Radio plug-in?

2007-04-21 Thread barretta
Hi I'm having a prob with the Sirius plugin. Actually I had the problem ages ago, couldn't fix it and eventually gave up. To be honest I'm not even 100% sure it's specific to Sirius, just that the issues I'm having happen to be showing up only when I try and use the Sirius plug in. I'm running

Re: [SlimDevices: Plugins] Alienbbc error log Interrogation

2007-04-21 Thread PeeDJay
Can anybody elucidate/expand on the statement: You just have to create a custom-convert.conf and copy it to the SS folder (/volume1/Slimserver and \\diskstation\Slimserver, respectively). - I understand the first bit ie altering the custon-convert.conf file, but the copying bitdoes Flip (do

Re: [SlimDevices: Plugins] Are you willing to pay for a Sirius Radio plug-in?

2007-04-21 Thread NauticusLX
There are easier ways to listen to Stern, assuming that's your real objective. Subscribe to Sirius (why do people resist doing this, it's not that expensive, and when Sirius and XM merge it will be even more worthwhile), or get him - free and reliably - via Shoutcast. The url for the Stern show

Re: [SlimDevices: Plugins] Using Erland's SQLPlayList in KDF's AlarmPlugin

2007-04-21 Thread erland
You should use the CLI interface towards the Dynamic Playlist plugin, something like: Code: $client-execute(['dynamicplaylist', 'playlist', 'play', 'sqlplaylist_XXX']); Where 'sqlplaylist_XXX' is the id of the playlist. To see which id a

Re: [SlimDevices: Plugins] Using Erland's SQLPlayList in KDF's AlarmPlugin

2007-04-21 Thread erland
Controllator, I just realised you had entered the playlist name in your first post, so in your case I think the command with correct playlist id should be: Code: $client-execute(['dynamicplaylist', 'playlist', 'play', 'sqlplaylist_Clean%20Random%20albums']);

[SlimDevices: Plugins] Customising the tags to scrobble

2007-04-21 Thread adamslim
I get last.fm moaning at me because I like to use 'lastname, firstname' as my artist tag. I want them both sorted and displayed that way. Trying to get aliases etc on Musicbrainz does not help - last.fm doesn't use the info correctly anyway. Therefore, the best solution for me would be to have

Re: [SlimDevices: Plugins] Weblogger and Albumart

2007-04-21 Thread snarlydwarf
Hrrm.. it works for me, but I have thumb.jpg and cover.jpg in every folder. A cheap perl trick: Code: #!/usr/bin/perl use File::Find; use Image::Magick; find ({wanted = \wanted, no_chdir = 1 }, '.'); sub wanted { return if not -d; $cover = $_

Re: [SlimDevices: Plugins] Customising the tags to scrobble

2007-04-21 Thread matthijskoopmans
adamslim;196702 Wrote: I get last.fm moaning at me because I like to use 'lastname, firstname' as my artist tag. I want them both sorted and displayed that way. Trying to get aliases etc on Musicbrainz does not help - last.fm doesn't use the info correctly anyway. Therefore, the best

Re: [SlimDevices: Plugins] Cool internet music site needs plugin

2007-04-21 Thread smc2911
smc2911;194826 Wrote: I posted a query to mercora about the possibility of accessing an api. I'll post their reply.Well it's been a week now with no response, so I'd say they are not interested in us squeezebox users! -- smc2911