[SlimDevices: Plugins] Re: Alien BBC Radio 4 Broken

2006-03-01 Thread Neil Cameron
...and this morning it works.
I only posted this yesterday as ALL other stations worked - go figure!

-- 
Neil


Neil Cameron [EMAIL PROTECTED] wrote in message 
news:[EMAIL PROTECTED]
 As of this evening the BBC must have changed something; as Radio 4 is 
 roken  - No Stream it says.
 Help!

 -- 
 Neil 



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


[SlimDevices: Plugins] Re: Alien BBC Radio 4 Broken

2006-03-01 Thread bpa

When testing the mplayer garbled audio bug I found that the BBC
occassionally changes URL for a short time late at time (UK time)
presumably for some sort of engineering works (as usually the hosting
server changed as well).  Sometimes the URL broke AlienBBC and
sometimes the page caching of AlienBBC caused problems.  Either way -
BBC usually changed things back by morning and/or time on web page
cache expired.


-- 
bpa

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

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


[SlimDevices: Plugins] Alien BBC - Late Junction

2006-03-01 Thread inca

Great plug-in - this has ended months of frustration at not being able
to access BBC from my SB.


-- 
inca

inca's Profile: http://forums.slimdevices.com/member.php?userid=4261
View this thread: http://forums.slimdevices.com/showthread.php?t=21606

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


[SlimDevices: Plugins] Custom IR maps - available function/menu items list

2006-03-01 Thread timmorris

I posted this in the developer's forum and didn't get a single reply.
Perhaps I smell. I thought I might have more luck here. Maybe I'm
asking too much, but where's the documentation? It's a great product,
but everytime I want to do something I have to post in this forum and
wait to see if someone might reply. So far I've had to spend several
hours troubleshooting and digging to find answers that should at least
be documented somewhere. Maybe it exists and I haven't found it yet,
but I have asked more than once.

I'm working with an RU-950 (BW European ProntoNG). I've come across a
couple of issues and solved them
http://forums.slimdevices.com/showthread.php?t=21523, but looking at
the IR debug file has raised a couple of questions:

1. How long does the Squeezebox need the remote button to be held down
to see a button as a repeating rather than single push?

2. How do I define custom menu items in the .map file? For example I'd
like a descrete button to go to the AlienBBC plugin, and a number of
discrete buttons to go straight to radio stations - for example if I
wanted to set up a panel on my Pronto with buttons for the live streams
of Radio 1, Radio 2, Radio 3, etc.

Tim


-- 
timmorris

timmorris's Profile: http://forums.slimdevices.com/member.php?userid=4147
View this thread: http://forums.slimdevices.com/showthread.php?t=21608

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


RE: [SlimDevices: Plugins] Custom IR maps - available function/menuitems list

2006-03-01 Thread Craig, James (IT)
Hi Tim,
I was expecting someone else to reply but no-one has so I'll tell you
what I know...

The documentation is within SlimServer, in the web interface select
Technical Documentation then Button Mapping
This covers the holding time length question.

I think to add commands for a specific plugin you add a section
[Plugin.Pluginname]
The plugin name is, I think, by default the name of the Perl module the
plugin lives in.
For example Random Mix would be
[PLUGIN.RandomPlay::Plugin]

I don't think the documentation is great ( the More to come... at the
end of the page has been there as long as I can remember)and this is not
discussed on the wiki at all. 
Perhaps a good topic to add, and everyone can contribute their favourite
custom IR map commands?

James


NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-03-01 Thread barcar

I've got this SQLPayList working against SlimServer 6.2.1 on Windows XP
running against a MySQL 4.1 back end. My database is linked to iTunes 5
and rescans nightly.

I've built a playlist file as follows:


Code:

-- PlaylistName: Unplayed Music
  SELECT t.url /* , t.title, g.name, t.playCount */
  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  Spoken','Podcast','Musicals')
  AND t.playcount is null
  ORDER by rand() limit 10;


It seems to work fine except that all playcount values in the tracks
table are null.

Should the playcount values be coming from iTunes? Or am I missing
something else?

Thanks for any help.


-- 
barcar

barcar's Profile: http://forums.slimdevices.com/member.php?userid=1760
View this thread: http://forums.slimdevices.com/showthread.php?t=20533

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


[SlimDevices: Plugins] Re: Alien BBC - Late Junction

2006-03-01 Thread Patrick Dixon

Look for:

LATE JUNCTION - MON
LATE JUNCTION - TUE
LATE JUNCTION - WED
LATE JUNCTION - THU

later down the list.


-- 
Patrick Dixon

www.at-tunes.co.uk

Patrick Dixon's Profile: http://forums.slimdevices.com/member.php?userid=90
View this thread: http://forums.slimdevices.com/showthread.php?t=21607

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


RE: [SlimDevices: Plugins] Re: Custom IR maps -availablefunction/menuitems list

2006-03-01 Thread Craig, James (IT)
I don't use AlienBBC but I don't see any fancy use of setMode in their
plugin so I think that the mode is 

[PLUGIN.Alien::Plugin]

James


NOTICE: If received in error, please destroy and notify sender.  Sender does 
not waive confidentiality or privilege, and use is prohibited.
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Custom IR maps-availablefunction/menuitems list

2006-03-01 Thread timmorris

And where do I go from there?

All I'm looking for is a single example and then I can work out the
rest for myself. How for example do I assign a button to Radio 2
livestream?

Sorry for being so thick - it really is a flexible product, but I'd
only ever heard of perl until a week ago and the learning curve is
steep; although I masquerade as a sysadmin in my spare time I gave up
coding when I left university 20 years ago!

Tim


-- 
timmorris

timmorris's Profile: http://forums.slimdevices.com/member.php?userid=4147
View this thread: http://forums.slimdevices.com/showthread.php?t=21625

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


[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-03-01 Thread erland

barcar Wrote: 
 I've got this SQLPayList working against SlimServer 6.2.1 on Windows XP
 running against a MySQL 4.1 back end. My database is linked to iTunes 5
 and rescans nightly.
 
 It seems to work fine except that all playcount values in the tracks
 table are null.
 
 Should the playcount values be coming from iTunes? Or am I missing
 something else?

The tracks table will be cleared each time you perform a full rescan in
slimserver, so if you perform a full rescan every night the playcount
column in the tracks table will be set to null every night.

So if you want to use the playcount in the tracks table you will
somehow need to transfer the play counts from iTunes to slimserver
after the full rescan every night. I'm not sure if the iTunes plugin or
the iTunesUpdate plugin is able to do this.

Another way is to use the TrackStat plugin, it will store the
playcounts in a separate table (track_statistics) which is not cleared
during rescan. TrackStat can import playcounts from iTunes in the
TrackStat web interface, there is however no built-in functionallity in
TrackStat to do this automatically every night. Also it will simply
overwrite the playcounts existing in slimserver with the iTunes
playcounts, so if you need it to calculate a new playcount based on
both the iTunes and slimserver playcount in some way this is not
possible with TrackStat today.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)

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

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


[SlimDevices: Plugins] Re: Dynamic Transition Updater question

2006-03-01 Thread gorman

Another question as well:

In my Transitions.pm file I have put the following line:

my %exclude_genre = ('5.1'='');

Is this the correct line to exclue albums where genre is 5.1 from
crossfading (given that the default behaviour in the
$default_transition_type variable is set to 0)?


-- 
gorman

gorman's Profile: http://forums.slimdevices.com/member.php?userid=56
View this thread: http://forums.slimdevices.com/showthread.php?t=21549

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


[SlimDevices: Plugins] Re: Announce: XM Radio Plugin 1.0 (with Skins)

2006-03-01 Thread AndyS

XMRadio Plugin V1.0, SlimServer 6.2.1, SoftSqueeze 2.2, Java 1.5, XP
SP2.

New install (in preparation for my SB3 to arrive tomorrow).  I'm able
to play MP3 and internet radio through SoftSqueeze.

The installation of the plugin went without a problem.  I set the
userid/password, set streaming speed to High and left Genre at 'XM
Radio'.

I get the station list and currently playing song info in SoftSqueeze,
but no audio.

Any ideas?  Is there some debugging I can switch on?

Andy.


-- 
AndyS

AndyS's Profile: http://forums.slimdevices.com/member.php?userid=4024
View this thread: http://forums.slimdevices.com/showthread.php?t=21435

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


[SlimDevices: Plugins] Re: Custom IR maps-availablefunction/menuitems list

2006-03-01 Thread James

There's a very good explanation here
http://forums.slimdevices.com/showthread.php?t=14359highlight=default%2Cmap

So to jump directly to the AlienBBC menu from anywhere you'd add this
to your custom.map file

[common]
0.hold = menu_PLUGIN.Alien::Plugin

Being able to play a specific station depends on the plugin offering
accessible functions that can do this. 
Maybe it's easier to save the stations to individual playlists and then
assign them as 'Favourites'?

James


-- 
James

James's Profile: http://forums.slimdevices.com/member.php?userid=189
View this thread: http://forums.slimdevices.com/showthread.php?t=21625

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


[SlimDevices: Plugins] Re: Atom feed reader?

2006-03-01 Thread Stig Nygaard

agarzola Wrote: 
 I'm very interested in reading some feeds from my SB3. The problem is, I
 have a lot of friends using the free blogger service, which only allows
 Atom feeds, as opposed to RSS feeds

It would be nice to have Atom support with Squeezebox, but you can use
the SmartFeed™ service from www.feedburner.com to translate an Atom
feed to the RSS format. It was free last time I checked.


-- 
Stig Nygaard

/Stig Nygaard
www.rockland.dk

Stig Nygaard's Profile: http://forums.slimdevices.com/member.php?userid=4236
View this thread: http://forums.slimdevices.com/showthread.php?t=18965

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


[SlimDevices: Plugins] Re: Announce: XM Radio Plugin 1.0 (with Skins)

2006-03-01 Thread atlslim

Andy, 

Not sure about this but I believe Softsqueeze requires LAME to convert
the WMA file provided by XMRadio. Do you have LAME installed and does
SlimServer recognize?

Good news is SB3 decodes WMA natively so you shouldn't have any
problems when the hardware arrives tomorrow.

Good Luck


-- 
atlslim

atlslim's Profile: http://forums.slimdevices.com/member.php?userid=3054
View this thread: http://forums.slimdevices.com/showthread.php?t=21435

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


[SlimDevices: Plugins] Re: Announce: XM Radio Plugin 1.0 (with Skins)

2006-03-01 Thread philf

I do not believe that WMA needs Lame to play on softsqueeze.  But you
will need WMADEC running on your system that has the slimserver. 
WMADEC *should* run automatically.

(WMADEC is a program that comes with the slim server which translates
WMA streams into WAV streams.  Lame is a program which translates WAV
streams into MP3 streams -- you need to download and install lame
separately if you need it).

What I would recommend is that you try streaming another non-protected
WMA station, and see if that plays.  If it does, but XM does not, then
we can investigate a problem with the XM plugin.  If another WMA
station doesn't work either, then the problem is with your slimserver
setup for WMA.

An example non-protected WMA stream is San Francisco's own KFOG.  Try
streaming the following url:

http://www.streamaudio.com/stations/asx/KFOG_FM.asx

To do this, copy this full URL.  Go to the Radio Tune In section of
your slim server web interface, and paste the URL in there and punch
Tune In.  If it plays, then get back to me and we can investigate the
problem with XM.  If it doesn't play, then you'll need help getting WMA
set up.


-- 
philf

philf's Profile: http://forums.slimdevices.com/member.php?userid=3159
View this thread: http://forums.slimdevices.com/showthread.php?t=21435

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


[SlimDevices: Plugins] Re: Custom IR maps-availablefunction/menuitems list

2006-03-01 Thread timmorris

Thanks James, I've got enough to be getting on with now!

Tim


-- 
timmorris

timmorris's Profile: http://forums.slimdevices.com/member.php?userid=4147
View this thread: http://forums.slimdevices.com/showthread.php?t=21625

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


[SlimDevices: Plugins] Re: Announce: XM Radio Plugin 1.0 (with Skins)

2006-03-01 Thread AndyS

Well that URL certainly helps.  I get the same results with it as I get
with XM (ie no audio).

I'll see if I can find some information about WMADEC.

Thanks for the help everyone.  I appreciate the quick responses.

Andy.


-- 
AndyS

AndyS's Profile: http://forums.slimdevices.com/member.php?userid=4024
View this thread: http://forums.slimdevices.com/showthread.php?t=21435

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


[SlimDevices: Plugins] Re: Custom IR maps-availablefunction/menuitems list

2006-03-01 Thread Triode

If you just want to store the the live bbc stations as single button
presses, could you not use the normal slimserver favourites?  This
would store the media stream as a favourite and allow you to start it
by pressing and holding the button it is stored against.

[Its not perfect as the media streams can change, but it is simple to
use - simply play a stream, go to now playing and select right arrow to
store as a favourite]


-- 
Triode

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

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


[SlimDevices: Plugins] Real Audio -- Kpig

2006-03-01 Thread Skip Pa k

Hopefully, some of you can point me to a plugin that will play
a streaming station, Kpig Radio in Prunedale, California 
(www.kpig.com). This is a station that has a monthly fee for 
streaming. Can AlienBBC or another plugin handle this? I hope 
Slimdevices proximity to this cultural institution will have this 
covered.

thanks,

Skip


-- 
Skip Pa k

Skip Pack
Houston

Skip Pa k's Profile: http://forums.slimdevices.com/member.php?userid=2854
View this thread: http://forums.slimdevices.com/showthread.php?t=21650

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


[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-03-01 Thread gbronzer

This thread seemed like the right place to ask this question.

Can you dynamically control the Slimserver's playlist? Some background.
I've written a program very similar to this plugin, but totally
standalone. It tracks a songs play history, ratings, etc. However, the
key difference is after each song is played, it dynamically chooses the
next song. This has allowed me to create a really excellent
non-repeating radio station of sorts. It knows what band/genre the last
song was and can make an effort to pick a different or similar song
depening on your settings. You can set the ratios for each rating, ie.
I want to hear 5's 20%, 4's 30%, etc. 

The real key is that it's not a pre-generated playlist, it uses the
criteria to narrow the list of songs to choose from and then selects
randomly. This makes it quite random. I've used it for 2 years now and
would love to integrate the same selection mechanism to my slim
server.

It sounds like your plugin already stores the data I use, and mines
written mostly with SQL queries (SQL 2000). I could adapt them to
MySQL. The key is whether you can dynamically choose a new song and add
it to the playlist in realtime.

Thoughts? Would this be possible, has it been done already?


-- 
gbronzer

gbronzer's Profile: http://forums.slimdevices.com/member.php?userid=4279
View this thread: http://forums.slimdevices.com/showthread.php?t=20533

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


[SlimDevices: Plugins] Re: XM Radio Plugin Sound Quality

2006-03-01 Thread Alabamatodd

Now I find out I should swap after I own two Soundbridges :-).

Thank you to everyone who helped me with this question!

When I installed Lame I didn't realize each Soundbridge had been given
two additional configuration settings for Lame so thank you pointing in
that direction.  The setting for LAME quality level was defaulted to the
poorest setting 9.  I moved that setting to 1 and then 5 with no
change in sound quality.  I then changed the bitrate limit from
unlimited to 128k and now stream sounds just like the XM Radio stream
on the website.

Now the question is why does lowering the quality of the bitrate
improve the sound.  Anyone have any thoughts?


-- 
Alabamatodd

Alabamatodd's Profile: http://forums.slimdevices.com/member.php?userid=4211
View this thread: http://forums.slimdevices.com/showthread.php?t=21510

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


[SlimDevices: Plugins] Re: Announce: Plugins for rating and smart playlists using SQL

2006-03-01 Thread gbronzer

Thought I'd provide a little more visual idea of what you can do with
the data a plugin like this could potentially provide. Here's some
shots of the website I use for my application (see above post by me),
just for viewing stats.

'Main Page' (http://www.gbknet.com/images/jookbox/jookbox1.gif)

'Historical Graphs' (http://www.gbknet.com/images/jookbox/jookbox2.gif)
(Color coded by rating)

'Band Ranking' (http://www.gbknet.com/images/jookbox/jookbox3.gif)


-- 
gbronzer

gbronzer's Profile: http://forums.slimdevices.com/member.php?userid=4279
View this thread: http://forums.slimdevices.com/showthread.php?t=20533

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


Re: [SlimDevices: Plugins] Re: Announce: AlbumReview plugins

2006-03-01 Thread Michael Herger

Is the plugin compatible with SlimServer 6.5?  I see nothing on the
album pages, and on the plugin page, only this:


It does work for me, though the web page's layout is a little out of shape.


(Couldn't find any information!(2))


This error usually means there has been a timeout (why didn't I write this  
in the error message right away?). AllMusic sometimes is very slow. Can  
you reproduce this?


--

Michael

---
Help translate SlimServer by using the
SlimString Translation Helper (http://www.herger.net/slim/)

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