[SlimDevices: Plugins] Re: Announce: RadioPlaylist plugin - support for multiple playlists

2005-11-20 Thread JJP

worked great, until I moved to slimserver 6.2.1-5107

after rescanning my library, selecting a station from 'internet radio'
shifts the squeezebox to 'now playing' but does not load the playlist. 
ie the 'now playing' display doesn't change.

loading the station from 'browse playlists' still works.

debugging plugins/playlists = 
 Playlist: Jumping to song index: 0

I've tried reinstalling the plugin  changing the order of the stations
to no avail.

running on XP home. SB2's  softsqueeze.

Jonathan


-- 
JJP

JJP's Profile: http://forums.slimdevices.com/member.php?userid=1047
View this thread: http://forums.slimdevices.com/showthread.php?t=18146

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


[SlimDevices: Plugins] Re: AlienBBC - accented characters problem?

2005-11-20 Thread Neil Sleightholm

I have a fix for you. I you don't mind hacking could you try it. In the
Plugins\Alien folder, edit the Plugin.pm file. Locate the code sub
lines and then just before the final return $parts; insert for
following:

Code:

# Convert xxx;and #xxx; items to the correct character for display on 
the SB
$parts-{line1} = HTML::Entities::decode_entities($parts-{line1});
$parts-{line2} = HTML::Entities::decode_entities($parts-{line2});

Assuming you are using the latest version, the whole function will then
look like this:

Code:

#
  # Player display function
  #
  sub lines 
  {
my $client = shift;
my $parts;
  
if (defined $refreshing{$client}  $refreshing{$client} )
{
$parts-{line1} = '';
$parts-{line2} = '';
return $parts;
}
  
my $num_items = $current_menu{$client}-get_num_items();
if ($num_items == 1)
{
$parts-{line1} = $current_menu{$client}-title();
} 
else 
{
$parts-{line1} = $current_menu{$client}-title() .  ( . 
($current_line{$client}+1) . / . $num_items .);
}
  
if ($num_items  0) 
{
my $item = 
$current_menu{$client}-get_item($current_line{$client});
$parts-{line2} = $item-get_text();

if ($item-has_children()) 
{
$parts-{overlay2} = 
$client-symbols(Slim::Display::Display::symbol('rightarrow'));
} 
elsif ($item-is_playable()) 
{
$parts-{overlay2} = 
$client-symbols(Slim::Display::Display::symbol('notesymbol'));
}
} 
else 
{
$parts-{line2} = 
Slim::Utils::Strings::string('PLUGIN_ALIENBBC_NO_ITEMS');
}

# Convert xxx;and #xxx; items to the correct character for display on 
the SB
$parts-{line1} = HTML::Entities::decode_entities($parts-{line1});
$parts-{line2} = HTML::Entities::decode_entities($parts-{line2});
  
return $parts;
  }



Neil


-- 
Neil Sleightholm

Neil Sleightholm's Profile: http://forums.slimdevices.com/member.php?userid=131
View this thread: http://forums.slimdevices.com/showthread.php?t=18341

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


[SlimDevices: Plugins] Re: Lazy Search and Artists

2005-11-20 Thread hickinbottoms

Thanks for the report - I'd not seen that as I don't use 'composer'
tags. I'll take a look at it when I get a little time.


-- 
hickinbottoms

---
Stuart

hickinbottoms's Profile: http://forums.slimdevices.com/member.php?userid=255
View this thread: http://forums.slimdevices.com/showthread.php?t=18351

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


[SlimDevices: Plugins] Possible Lazy Search bug

2005-11-20 Thread wactuary

I'm not certain that the following crash was caused by Lazy Search, but
it was the only thing recently added and it was what I was most
recently using.  I've been trying to reproduce or narrow down the cause
with little luck. 

I was using Lazy Search to find a track and had just started playing it
when the server became unresponsive.  CPU went to 100% and harddrive
started getting very active.  After about 15 minutes, slimserver
crashed and restarted.  Everything was normal.  The only message I
could find in the logs was the SlimServer process ran out of memory and
swap space and was killed by the kernel.  No debugging was flagged at
the time in slimserver.

At the time I was running 6.2.0 on a Ubuntu 5.10 linux box.  Lazy
Search v43.  I did not successfully reproduce the symptom and have
moved to 6.2.2 nightly to see if it will happen on that system.  I've
been running with some of the debug flags checked, so hopefully if it
does happen again I can provide better details.

Thanks,
Chris


-- 
wactuary

wactuary's Profile: http://forums.slimdevices.com/member.php?userid=233
View this thread: http://forums.slimdevices.com/showthread.php?t=18363

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


[SlimDevices: Plugins] Internet Radio Boundaries Remover Plugin

2005-11-20 Thread vayaruina

Hi, 

does any body knows if is there any plugin that let us remove the
boundaries on the Internet Radio Stations ?

Thank you.


-- 
vayaruina

vayaruina's Profile: http://forums.slimdevices.com/member.php?userid=1917
View this thread: http://forums.slimdevices.com/showthread.php?t=18364

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


[SlimDevices: Plugins] Re: AlienBBC - accented characters problem?

2005-11-20 Thread Milhouse

Neil - your patch works perfectly! That's fixed the problem for me, very
much appreciated.


-- 
Milhouse

Milhouse's Profile: http://forums.slimdevices.com/member.php?userid=928
View this thread: http://forums.slimdevices.com/showthread.php?t=18341

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


[SlimDevices: Plugins] AlienBBC - possible to ignore some stations?

2005-11-20 Thread Milhouse

One last request... :)

I'm planning on setting up a small SlimCD-driven PC and Squeezebox for
my parents so that they can listen to Gaelic radio from the BBC, and
this station happens to be the 18th station out of 30 in the AlienBBC
playlist.

Having to scroll through Internet Radio, AlienBBC and then 17x stations
before getting to Radio nan Gaidheal is going to be a bit of a drag for
my folks, so I wonder if it's possible to make it easier for them?

Is it possible to add Favourites support so that holding #1 (for
example) on the remote would take the user straight to either Radio
nan  Gaidheal (whereupon they can choose a stream from the list) or
add Favourites support to the individual streams themselves (so #2
would start streaming the programme Coinneach Maclomhair [Kenny
MacIver in English!])?

Alternatively, is it possible to reorganise the station list so that
stations more relevant to my parents are at the top of the list?
Ideally this would be done through the web interface (by prioritising
stations up/down, or disabling unwanted stations entirely) but will no
doubt be a lot of work. I don't mind editing a list of available
stations if that is a shorter term solution although there doesn't seem
to be anything like this in the plugin directory, so I guess the plugin
downloads the available stations from a master page.

Sorry for all the recent change requests - everyones efforts with
AlienBBC is very much appreciated! My parents currently sit in front of
a computer to listen to Radio nan Gaidheal, so allowing them to sit in
comfort and have it played around the house on a Squeezebox will be
fantastic for them!

Thanks again.


-- 
Milhouse

Milhouse's Profile: http://forums.slimdevices.com/member.php?userid=928
View this thread: http://forums.slimdevices.com/showthread.php?t=18368

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


[SlimDevices: Plugins] AlienBBC:No audio from plugin

2005-11-20 Thread Oss

Hi,
Just found this plugin today and have attempted to install V1.00
following instructions for Windows from
http://www.x2systems.com/alienbbc/installation.html#windows page.  The
first test works fine and I can see AlienBBC in Internet Radio menu,
browse the 121 stations etc.  However, when I chose one, it says
connecting for a brief (1 sec) time then no audio and graphic
equallizer stays flat.  This happens on both a SQ2 and softsqueeze.  If
I try the second test for mplayer:
C:\Program
Files\SlimServer\server\Bin\MSWin32-x86-multi-thread\mplayer.exe -vc
null -vo null -cache 128 -af volume=0:sc,resample=44100:0:1 -playlist
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm--d_plugin
--d_source --d_remotestream
I get this message:

STREAM_HTTP(1), URL:
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm--d_pl
ugin
Resolving www.bbc.co.uk for AF_INET...
Connecting to server www.bbc.co.uk[212.58.224.123]:80 ...
Server returned 404: Not Found
STREAM_ASF, URL:
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm--d_plugin

Resolving www.bbc.co.uk for AF_INET...
Connecting to server www.bbc.co.uk[212.58.224.123]:80 ...
Server return 404:Not Found
Failed to parse header
Failed, exiting
STREAM_HTTP(2), URL:
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm--d_pl
ugin
Resolving www.bbc.co.uk for AF_INET...
Connecting to server www.bbc.co.uk[212.58.224.123]:80 ...
Server returned 404: Not Found
File not found:
'www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm--d_plugin'
Failed to open
http://www.bbc.co.uk/radio4/realplayer/media/fmg2.rpm--d_plugin
Error while opening playlist file
http://www.bbc.co.uk/radio4/realplayer/media/f
mg2.rpm--d_plugin: No such file or directory


However, if I strip off the -- commands at the end and use this line:
C:\Program
Files\SlimServer\server\Bin\MSWin32-x86-multi-thread\mplayer.exe
-cache 32 -vc null -vo null -af volume=0:sc,resample=44100:0:1 
rtsp://rmlivev8bb.bbc.net.uk/farm/*/ev7/live24/radio4/live/r4_dsat_g2.ra

it works (cache flickers for about 6 secs then audio plays).

Has anyone got any good advice please.  Oss.


-- 
Oss

Oss's Profile: http://forums.slimdevices.com/member.php?userid=2403
View this thread: http://forums.slimdevices.com/showthread.php?t=18370

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


[SlimDevices: Plugins] Re: Lazy Search and Artists

2005-11-20 Thread hickinbottoms

After checking, I've found the behaviour you've seen comes from the
internal SlimServer behaviour for searching artists. As such, I think
the Lazy Search plugin is behaving the same as the standard 'search'
function.

Looking at it, when searching ARTISTS (or CONTRIBUTORS as they're
internally represented in the SlimServer database), the role is never
examined and hence it will search artists, composers, conductors,
band/orchestra even if you turn off those settings in server
settings-behaviour. The only time the server looks at those is when
performing a search for albums 'by' that artist (where 'by' may or may
not include composer etc), or when browsing artists.

You might think that's unintuitive, and the server settings page
implies it controls whether the artist will be included in the artists
list for browsing and search - which is at least slightly misleading.

I'd confirm that the lazy search behaviour you see is consistent with
the standard search behaviour (press the SEARCH button twice to easily
get back to the standard search), and if it is consistent you might
want to raise a SlimServer bug.

I think the treatment of COMPOSER etc might be somewhat incomplete, as
I've also noticed that searching for a composer in the advanced
search webpage will find tracks composed by that contributor
irrespective of your settings on the server settings-behaviour page,
and yet it won't find it on the standard search web page. And, as
you've seen, it's somewhere in the middle for actual client players.


-- 
hickinbottoms

---
Stuart

hickinbottoms's Profile: http://forums.slimdevices.com/member.php?userid=255
View this thread: http://forums.slimdevices.com/showthread.php?t=18351

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


[SlimDevices: Plugins] Re: AlienBBC - possible to ignore some stations?

2005-11-20 Thread Neil Sleightholm

You can make a live station a favourite from the Now playing menu just
like any other track. I have 1,2,3,4,5 assigned to Radio 1, 2, 3, 4, 5.

If you want to reorg the list it is fairly easy to edit Plugin.pm, sub
DefineMenu to re-order them.

Hope this helps.

Neil


-- 
Neil Sleightholm

Neil Sleightholm's Profile: http://forums.slimdevices.com/member.php?userid=131
View this thread: http://forums.slimdevices.com/showthread.php?t=18368

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


[SlimDevices: Plugins] Re: AlienBBC - accented characters problem?

2005-11-20 Thread Neil Sleightholm

I'll make this patch part of future releases.


-- 
Neil Sleightholm

Neil Sleightholm's Profile: http://forums.slimdevices.com/member.php?userid=131
View this thread: http://forums.slimdevices.com/showthread.php?t=18341

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


[SlimDevices: Plugins] Re: AlienBBC - possible to ignore some stations?

2005-11-20 Thread Milhouse

Hi Neil - I took the lazy route and searched the code for station names,
not urls, doh! Will take that route to reorganise the list for my
parents.

And thanks for the Now Playing tip - didn't know about that! Will also
be useful.

Thanks again.


-- 
Milhouse

Milhouse's Profile: http://forums.slimdevices.com/member.php?userid=928
View this thread: http://forums.slimdevices.com/showthread.php?t=18368

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


[SlimDevices: Plugins] Re: Lazy Search and Artists

2005-11-20 Thread Craig

Thanks Stuart

Craig


-- 
Craig

Craig's Profile: http://forums.slimdevices.com/member.php?userid=96
View this thread: http://forums.slimdevices.com/showthread.php?t=18351

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


[SlimDevices: Plugins] SoftSqueeze + Visualisers?

2005-11-20 Thread mikerob

I was prompted by this posting
http://forums.slimdevices.com/showthread.php?t=18360 from Jim Larson to
try to combine music playing on my SB2 + hifi with an iTunes visualiser
playing on my TV for the ultimate in home audio-visual experiences!

The way I did it was to synchronise the SB2 with SoftSqueeze on my
PowerBook, then use Nicecast to broadcast the Softsqueeze audio from a
URL and point iTunes to the URL.  I could then connect the PowerBook to
the TV and see the iTunes visualiser while music was playing on the SB2
(the PowerBook and TV were obviously both on mute)

There is a delay between the SB2 and the iTunes audio but the
visualisers are so abstract, I don't think this really matters.  One
issue is that you don't get the track information because Nicecast is
in the way.

I'd be interested if there were suggestions of a better way to
integrate the SB/SoftSqueeze with computer-based visualizers.  

For example, there is a visualiser called G-Force from
http://www.soundspectrum.com/ (free and commercial versions) that
integrates with a number of players including iTunes, Windows Media,
Foobar, Winamp and others - I wonder what it would take to integrate
with SoftSqueeze, or maybe integrate Softsqueeze with open-source
visualisers (if they exist) ?

I thought the whole audio-visual experience of music on the SB and a
visualiser on the TV was pretty cool - now I need to borrow a PC
projector to display the visualiser on the wall...


-- 
mikerob

mikerob's Profile: http://forums.slimdevices.com/member.php?userid=835
View this thread: http://forums.slimdevices.com/showthread.php?t=18375

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


[SlimDevices: Plugins] Re: Possible Lazy Search bug

2005-11-20 Thread hickinbottoms

I think there's a bug if you press PAUSE or STOP on the lazy search
results that cause this behaviour - I'm looking into that. I don't know
if that's what you were doing, however.

If you find anything else specific then let me know.


-- 
hickinbottoms

---
Stuart

hickinbottoms's Profile: http://forums.slimdevices.com/member.php?userid=255
View this thread: http://forums.slimdevices.com/showthread.php?t=18363

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


[SlimDevices: Plugins] Re: ANNOUNCE: Updated Lazy Search Music plugin (r39).

2005-11-20 Thread hickinbottoms

After a bit of off-list discussion with Steven I think I've got a fix to
the problem of rescans never finishing with my plugin enabled. I'll roll
it into the next version, and I'll post on here when I've made that
version available.


-- 
hickinbottoms

---
Stuart

hickinbottoms's Profile: http://forums.slimdevices.com/member.php?userid=255
View this thread: http://forums.slimdevices.com/showthread.php?t=18154

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


[SlimDevices: Plugins] Re: AlienBBC:No audio from plugin

2005-11-20 Thread Oss

Thanks for the quick response.  I've tried putting the space but get
this message:
Unknown option on the command line: --d_plugin

Even if I move the switch before the URL, same message.  If I remove
d_plugin, I get the next one:
Unknown option on the command line: --d_source

The Mplayer help only lists basic switches but I found this great
page:
http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html

I can't see any double switches in the list.  however, the --d_plugin
swtich is used by the slim.exe.  Are you sure the --d_ options should
work for the mplayer test? If so, is it passing these to slim.exe at
this point? (presumaly not?)Thanks, Oss.


-- 
Oss

Oss's Profile: http://forums.slimdevices.com/member.php?userid=2403
View this thread: http://forums.slimdevices.com/showthread.php?t=18370

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


[SlimDevices: Plugins] Re: AlienBBC:No audio from plugin

2005-11-20 Thread Triode

--d_plugins and --d_source are command arguements for slimserver not
mplayer - so should be used when you start slimserver (slim.exe or
slimserver.pl) from the command line.


-- 
Triode

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

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


[SlimDevices: Plugins] Re: AlienBBC:No audio from plugin

2005-11-20 Thread Oss

Given that the Mplayer is working then, as it does play the BBC stream
without the --d_plugin switches, and the plugin is on the menu and can
connect enough to get the names of the radio programmes, do you have
any idea why I can't hear any of them.  Do I need to alter the
slimserver-convert.conf file to unrem any of the lines - I presume a #
is a remark.  All of the pre7 lines are hashed out (#).


-- 
Oss

Oss's Profile: http://forums.slimdevices.com/member.php?userid=2403
View this thread: http://forums.slimdevices.com/showthread.php?t=18370

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


[SlimDevices: Plugins] Re: Last.FM plugin

2005-11-20 Thread James

This does seem to be the case. 
I know of at least 3 cases where use of LastFM's player got mine to
work. Although I have never used it!

The only thing I can think of that is causing the problem is that the
plugin uses the LastFM development server. I am going to change this in
the next version...

James


-- 
James

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

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


[SlimDevices: Plugins] Re: AlienBBC:No audio from plugin

2005-11-20 Thread Triode

The pre7 lines should not be commented out in Alien 1.00 - did you
install to the server directory and allow files to be overwritten?  If
so you should have the latest slimserver-convert.conf file which is
part of Alien 1.00.


-- 
Triode

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

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


[SlimDevices: Plugins] Re: AlienBBC:No audio from plugin

2005-11-20 Thread Neil Sleightholm

Oops sorry  about the instructions, I really should have proof them
properly.

One thing to check is the conversion settings. In Server Settings /
File Types are all the RTSP settings checked? Also, do you have lame
installed?


-- 
Neil Sleightholm

Neil Sleightholm's Profile: http://forums.slimdevices.com/member.php?userid=131
View this thread: http://forums.slimdevices.com/showthread.php?t=18370

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


[SlimDevices: Plugins] Re: How do I change the update rate of the RSS News Ticker?

2005-11-20 Thread AdamC

This time it worked! It must have been finger trouble before. Thanks for
pointing me back in the right direction.


-- 
AdamC

AdamC's Profile: http://forums.slimdevices.com/member.php?userid=1756
View this thread: http://forums.slimdevices.com/showthread.php?t=18336

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


[SlimDevices: Plugins] Re: Caller display nearly there!

2005-11-20 Thread max . spicer

Have a look in /var/log/mgetty/ to see if any of the files in there
contain any useful errors.  If in doubt, do ls -ltr in that directory
and look in the file that is listed last (i.e. the last one that was
written to).  Also try setting -x5 to get more debug info from mgetty.

Max

waldy Wrote: 
 Hi,
 
 I've installed Max's caller display pluging on Fedora 2 linux. 
 (excellent 
 instructions).  Got the modem installed,  caller id  displaying on the
 sb 
 from running cid.pl directly. Also in a shell if I call
 /sbin/mgetty -x0 -n 2 -s 57600 ttyS1Everything works perfectly, 
 however if 
 I put T3:23:respawn:/sbin/mgetty -x0 -n 2 -s 57600 ttyS1 in inittab
 file 
 then telinit -q the incoming calls are ignored and the debug file is
 not 
 updated.Any ideas?regardsWaldyps Great plugin Max,  many thanks.


-- 
max.spicer

The wild things roared their terrible roars and gnashed their terrible
teeth
and rolled their terrible eyes and showed their terrible claws
but Max stepped into his private boat and waved good-bye

max.spicer's Profile: http://forums.slimdevices.com/member.php?userid=23
View this thread: http://forums.slimdevices.com/showthread.php?t=18377

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


[SlimDevices: Plugins] Re: Announce: RadioPlaylist plugin - support for multiple playlists

2005-11-20 Thread James

Strange, it's working fine for me on 6.2.1 - 5195.

Does it work from the web UI?

James


-- 
James

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

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


[SlimDevices: Plugins] Announce: LastFM Internet Radio Plugin v1.1

2005-11-20 Thread James

I've posted the latest version, 1.1, of the LastFM Internet Radio
plugin.

Changes in this version include:
* option of choosing station on startup
* full management of saved station list from web page
* similar artist station automatically generated
* switch to prod lastfm server for logins
* add record-to-profile command
* add discovery mode for subscribers

Download it here:
http://www.jamescraig.co.uk/SlimServer
or have a look at http://www.last.fm if none of that made sense!

James


-- 
James

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

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


Re: [SlimDevices: Plugins] Re: [Announce] MusicInfoSCR screensaver updated

2005-11-20 Thread Michael Herger

Crash in musicInfoScr w/svn 5259 (trunk) w/ShoutCast:

Undefined subroutine Slim::Music::Info::infoFormat called at
C:/Program Files/SlimServer/server/Plugins/MusicInfoSCR.pm line 549.


Can you reproduce this? And what version is the plugin? I'm listening to  
Shoutcast streams all day long while using the screensaver.


I'd say MusicInfoSCR isn't ready for 6.5 :-)


Looks like a use line might be required since infoFormat is still
used:


Thank. I'll check this.

--

Michael

---
Help translate SlimServer by using the
StringEditor Plugin (http://www.herger.net/slim/)
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


Re: [SlimDevices: Plugins] Internet Radio Boundaries Remover Plugin

2005-11-20 Thread Michael Herger

does any body knows if is there any plugin that let us remove the
boundaries on the Internet Radio Stations ?


What do you mean by boundaries?

--

Michael

---
Help translate SlimServer by using the
StringEditor Plugin (http://www.herger.net/slim/)
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: LastFM Internet Radio Plugin v1.1

2005-11-20 Thread GoCubs

No biggie, but I think the delete icon for the web interface wasn't
included in the zip file.  I'm getting this in the logs:

2005-11-20 14:30:00.0743 ERROR: _getFileContent: Couldn't open:
html/images/b_delete.gif

-Greg


-- 
GoCubs

GoCubs's Profile: http://forums.slimdevices.com/member.php?userid=312
View this thread: http://forums.slimdevices.com/showthread.php?t=18382

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


[SlimDevices: Plugins] Re: Announce: LastFM Internet Radio Plugin v1.1

2005-11-20 Thread James

I'm guessing you're not using the default skin? 
I haven't done much testing on the other skins.
I know it mostly displays in Fishbone, but I got nothing in ExBrowse3.


That will be for the next version!

James


-- 
James

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

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


[SlimDevices: Plugins] Re: AlienBBC:No audio from plugin

2005-11-20 Thread Oss

Yes.  I've checked the server/file types.  All three RTSP options are
ticked and say mplayer/flac, mplayer/lame or mplayer for stream format
decoder.


-- 
Oss

Oss's Profile: http://forums.slimdevices.com/member.php?userid=2403
View this thread: http://forums.slimdevices.com/showthread.php?t=18370

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


[SlimDevices: Plugins] Re: Announce: LastFM Internet Radio Plugin v1.1

2005-11-20 Thread ceejay

Thanks for another version, James, have just taken it for a spin...

- I do like the automatically generated simlarartists station

- I don't think I understand discovery mode

- we seem to have lost the shortcut from the LastFM webpage back to the
settings. My guess is that this is deliberate, on the grounds that we
now have the means to enter a station directly? Though if you want to
add a station to the list you still have to go back to the settings
page, can I vote to have the shortcut back please?

- I'm a bit confused by the presentation in the web page for the
record to profile setting. I think I know what the switch is supposed
to do, but I don't know why I have two lines in the webpage. 
One says:
Record to profile: on .. off
The other says:
: off .. on


Many thanks

Ceejay


-- 
ceejay

ceejay's Profile: http://forums.slimdevices.com/member.php?userid=148
View this thread: http://forums.slimdevices.com/showthread.php?t=18382

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


[SlimDevices: Plugins] Re: Announce: LastFM Internet Radio Plugin v1.1

2005-11-20 Thread James

Whoops. 
Changed my mind about where Discovery mode was going but forgot to
change the web page to match.

Version 1.1.1 up now which fixes this.

James


-- 
James

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

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


[SlimDevices: Plugins] Re: Announce: LastFM Internet Radio Plugin v1.1

2005-11-20 Thread ceejay

That was quick! Yes, that little record-to-profile presentation issue
has gone.

Thanks for the explanation of discovery mode, I will give that a try.
Not sure about the UI presentation, though... if I ask for a particular
station and have discovery mode on, I will presumeably get new music
that belongs to the station - and I can then validly change to another
station, still in discovery mode?  In which case, isn't Discovery mode
a switch independent of the station, a bit like the record to profile
switch?

And as for the link back to the settings, you are quite right - I just
hadn't noticed the function of the + button.  I think that only
leaves changing artwork size as the reason for going back to the
settings page, which is obscure enough not to be important here.

I do seem to be getting quite a lot of warning: lastFM error
detected, even though it seems to be working well otherwise. No time
for logging right now though - its bedtime!

Many thanks
Ceejay


-- 
ceejay

ceejay's Profile: http://forums.slimdevices.com/member.php?userid=148
View this thread: http://forums.slimdevices.com/showthread.php?t=18382

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


[SlimDevices: Plugins] RadioPlaylist crash

2005-11-20 Thread Philip Meyer
I installed the latest version of this plugin, and restarted SlimServer 6.2.1.  
On a SBG UI, I went to Plugins-RadioPlayList, and pressed right-arrow.  
SlimServer imediately crashed.

2005-11-21 00:15:23.2418 Backtrace:

   frame 0: Slim::Buttons::Common::pushMode 
(P:/Music/SlimServer/trunk/server/Slim/Buttons/Common.pm line 1109)
   frame 1: Slim::Buttons::Common::pushModeLeft 
(P:/Music/SlimServer/trunk/server/Slim/Buttons/Home.pm line 392)
   frame 2: Slim::Buttons::Home::homeExitHandler 
(P:/Music/SlimServer/trunk/server/Slim/Buttons/Input/List.pm line 307)
   frame 3: Slim::Buttons::Input::List::exitInput 
(P:/Music/SlimServer/trunk/server/Slim/Buttons/Input/List.pm line 65)
   frame 4: Slim::Buttons::Input::List::__ANON__ 
(P:/Music/SlimServer/trunk/server/Slim/Hardware/IR.pm line 662)
   frame 5: Slim::Hardware::IR::executeButton 
(P:/Music/SlimServer/trunk/server/Slim/Control/Command.pm line 250)
   frame 6: Slim::Control::Command::execute 
(P:/Music/SlimServer/trunk/server/Slim/Player/Client.pm line 990)
   frame 7: Slim::Player::Client::execute 
(P:/Music/SlimServer/trunk/server/Slim/Hardware/IR.pm line 675)
   frame 8: Slim::Hardware::IR::processCode 
(P:/Music/SlimServer/trunk/server/Slim/Hardware/IR.pm line 493)
   frame 9: Slim::Hardware::IR::processIR 
(P:/Music/SlimServer/trunk/server/Slim/Control/Command.pm line 250)
   frame 10: Slim::Control::Command::execute 
(P:/Music/SlimServer/trunk/server/Slim/Player/Client.pm line 990)
   frame 11: Slim::Player::Client::execute 
(P:/Music/SlimServer/trunk/server/Slim/Hardware/IR.pm line 88)
   frame 12: Slim::Hardware::IR::idle 
(P:\Music\SlimServer\trunk\server\slimserver.pl line 611)
   frame 13: main::idle (P:\Music\SlimServer\trunk\server\slimserver.pl line 
570)
   frame 14: main::main (P:\Music\SlimServer\trunk\server\slimserver.pl line 
1226)

2005-11-21 00:15:23.2530 Crashing because 'PLUGIN.RadioPlaylist' has no mode 
function or a bogus function.  Perhaps you mis-typed the mode name.
Can't use string () as a subroutine ref while strict refs in use at 
P:/Music/SlimServer/trunk/server/Slim/Buttons/Common.pm line 1052.

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


[SlimDevices: Plugins] Re: ANNOUNCE: Updated Lazy Search Music plugin (r39).

2005-11-20 Thread Milhouse

Hi Stuart

I have two albums in my collection, both called Retrospectacle:

Thomas Dolby\Retrospectacle (16 tracks)
Supertramp\Retrospectacle (32 tracks)

With r43 installed or not, Browse by Album only shows a single album
with all 48 tracks from both albums intermingled - I guess this is a
bug in SlimsServer, and nothing to do with LazySearch.

When using the standard Search by Artist, if I search for Supertramp
and select to play Retrospectacle the 32 tracks from the Supertramp
album will play.

But if I use LazySearch to find Supertramp and then play
Retrospectacle, the merged version of the album is played - ie all 48
tracks with track #1 from Thomas Dolby followed by track #1 from
Supertramp, then track #2 from Thomas Dolby etc.

Any ideas?


-- 
Milhouse

Milhouse's Profile: http://forums.slimdevices.com/member.php?userid=928
View this thread: http://forums.slimdevices.com/showthread.php?t=18154

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


[SlimDevices: Plugins] Re: AlienBBC - accented characters problem?

2005-11-20 Thread Milhouse

Actually I spoke too soon... the accented character problem is
definately fixed when scrolling through the available streams, but the
problem returns when a stream starts to play - the accented characters
are displayed as HTML entities in Now Playing.

There is a point in %functions at line 388 (v1.00) which may benefit
from the addition of entity translation:


Code:


  # my $name = $menu_item-get_text();
my $name = 
HTML::Entities::decode_entities($menu_item-get_text());
  
  # my $line2 = ($client-linesPerScreen() == 1) ? 
undef : lines($client)-{line2};
my $line2 = ($client-linesPerScreen() == 1) ? 
undef : HTML::Entities::decode_entities(lines($client)-{line2});
  

$client-showBriefly(Slim::Utils::Strings::string('PLUGIN_ALIENBBC_CONNECTING'),
 $line2, 10);
  



The above code change only corrects text that is displayed very
briefly. Once the stream begins to play, Now Playing shows the stream
title with the HTML entities.


-- 
Milhouse

Milhouse's Profile: http://forums.slimdevices.com/member.php?userid=928
View this thread: http://forums.slimdevices.com/showthread.php?t=18341

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


[SlimDevices: Plugins] Re: Announce: RadioPlaylist plugin - support for multiple playlists

2005-11-20 Thread JJP

James Wrote: 
 Strange, it's working fine for me on 6.2.1 - 5195.
 
 Does it work from the web UI?
 
 James

Yes - that it does.

Jonathan


-- 
JJP

JJP's Profile: http://forums.slimdevices.com/member.php?userid=1047
View this thread: http://forums.slimdevices.com/showthread.php?t=18146

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


[SlimDevices: Plugins] Podcast unkonwn encoding error

2005-11-20 Thread mbonsack

When attempting to access the following podcast from my church,

http://sbpcbbs.solanapres.org/audiosermons/sbpc-podcast.xml,

I get 

unkonwn encoding at line 1, column 30, byte 30 at
/usr/local/.../Parser.pm line 187_

Can anyone help me understand why this is so?  The other default
podcasts that came with 6.2.1 work fine.  I'm running the server on 
Mandrake, and SB2 and Softsqeeze both report the error.

Thanks, -mark


-- 
mbonsack

mbonsack's Profile: http://forums.slimdevices.com/member.php?userid=1398
View this thread: http://forums.slimdevices.com/showthread.php?t=18396

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


[SlimDevices: Plugins] Couple of SuperDateTime Feature Suggestions

2005-11-20 Thread slimjim

I have couple of suggestions:  One is control of final score display. 
Cycling the final scores seem too often and gets old fast.  I would
rather have it show up once every M minutes and stop displaying after H
hours.  It would be nice to be able to recall final scores by using a
remote (left  right keys perhaps) if final score display is turned
off.

Another suggestion is havng a feature that automatically cycles through
without looking for the remote.  With current plugin, I need to use the
remote  to cycle through weather forecasts (date, current weather,
weather next several hours, weather tomorrow). 

BTW, my family loves SuperDateTime plugin:  we don't have to wait for
weather info on the radio or TV.  

Ken


-- 
slimjim

slimjim's Profile: http://forums.slimdevices.com/member.php?userid=1959
View this thread: http://forums.slimdevices.com/showthread.php?t=18398

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