Re: [SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-27 Thread Michael Herger

It clearly shows runtime CPU detection but the configue log does not
match the build.


You asked for a log of a mplayer vanilla (i.e. no optins chosen)  
configure, not the one created when successfully building (or I did not  
understand you right then :-)). I'll do another build in a few hours and  
post that log. Thanks.


--

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-27 Thread bpa

I didn't understand your environment and I shouldn't have used vanilla
the second time around when asking for the logs - I forgot runtime CPU
detection was disabled by default.


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-27 Thread mherger

Ok, here are the files with the least parameters necessary to build a
mplayer. It doesn't work, though :-) I'll build with --enable-debug
next...


+---+
|Filename: configlog.zip|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=1755|
+---+

-- 
mherger

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


Re: [SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-26 Thread Michael Herger

pre8 has the bandwidth option and a number of other fixes which are
useful besides the fixing the garbled audio - so i think it would be
better to use pre8 as it is a complete tarball unlike your pre7 which
has some additional patches.


So you'd suggest going for pre8? I'll give it another try.


I'm surprised at the compile problems as I found it very clean on a
number of Linux systems. First try a configure without any options to
ensure it can do a vanilla build.


I'm surprised: it does (except for the --cc parameter I need). Thanks for  
the encouragment :-)


--

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-26 Thread mherger

bpa;139652 Wrote: 
 The only reason for multiple restart of mplayer is that it can't
 communicate with destination.  Does mplayer work standalone on that
 system ?  If there is no sound card change the /dev/fd/3 to /dev/null

Some updated information. First: /dev/fd/3 does not exist, though there
is a soundcard (virtual, this is: I'm testing on VMware). I therefore
replaced it by /dev/null in the convert file.

Second: I succeeded in building pre8 of mplayer. But it crashes when
run standalone:


Code:

bash-2.05b# ./mplayer -vc null -vo null -bandwidth 1000 -cache 128 -af 
volume=0,resample=44100:0:1,channels=2 -ao p
  cm:nowaveheader:file=/dev/null 
rtsp://rmlivev8bb.bbc.net.uk/farm/*/ev7/live24/radio4/live/r4_dsat_g2.ra
  MPlayer 1.0pre8-3.2.3 (C) 2000-2006 MPlayer Team
  CPU: Intel(R) Pentium(R) M processor 1.60GHz (Family: 6, Model: 13, 
Stepping: 6)
  CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
  Compiled with runtime CPU detection.
  
  
  Playing 
rtsp://rmlivev8bb.bbc.net.uk/farm/*/ev7/live24/radio4/live/r4_dsat_g2.ra.
  STREAM_RTSP, URL: 
rtsp://rmlivev8bb.bbc.net.uk/farm/*/ev7/live24/radio4/live/r4_dsat_g2.ra
  Resolving rmlivev8bb.bbc.net.uk for AF_INET...
  Connecting to server rmlivev8bb.bbc.net.uk[212.58.227.9]: 554...
  Cache size set to 128 KBytes
  Cache fill: 18.75% (24576 bytes)
  REAL file format detected.
  Stream description: Audio Stream
  Stream mimetype: audio/x-pn-multirate-realaudio-live
  demux_real: invalid chunksize! (0)
  
  
  MPlayer interrupted by signal 11 in module: demux_open2
  - MPlayer crashed by bad usage of CPU/FPU/RAM.
  Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and
  disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash.
  - MPlayer crashed. This shouldn't happen.
  It can be a bug in the MPlayer code _or_ in your drivers _or_ in your
  gcc version. If you think it's MPlayer's fault, please read
  DOCS/HTML/en/bugreports.html and follow the instructions there. We can't and
  won't help unless you provide this information when reporting a possible bug.
  
  
  MPlayer interrupted by signal 11 in module: uninit_stream



I found a similar report in another thread
(http://forums.slimdevices.com/showthread.php?t=26830) where you
offered your own build - but for Windows. I tried compiling with your
set of parameters as well as with various combinations of mine (minimum
possible, anything suspect, everything I found etc.), but the result
always remained the same. Do you have any idea what might be wrong with
it?


-- 
mherger

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-26 Thread pieronip

I have posted on another thread noting problems playing 'Classic FM' and
other GWR stations on SS6.5/AlienBBC1.06 under Windows.  The result is a
'No Items Found in Playlist' error.

I have looked at the output with d_plugins enabled but I lack the
knowledge to spot anything wrong.

It has been suggested the SlimServer is itself the cause of the problem
but postings suggest that many users are having similar problems.

Can you tell me if this is being looked at as AlienBBC is 'musical
lifeblood' to me while I'm working.

Many thanks

Paul


-- 
pieronip

pieronip's Profile: http://forums.slimdevices.com/member.php?userid=7653
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-26 Thread mherger

One more thing... running with my pre7 mplayer and replacing /dev/fd/3
with /dev/null I'm now getting the following output:


Code:

Detected cache-line size is 64 bytes
  CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
  Compiled with runtime CPU detection - WARNING - this is not optimal!
  To get best performance, recompile MPlayer with 
--disable-runtime-cpudetection.
  Playing 
rtsp://rmlivev8.bbc.net.uk/farm/*/ev7/live24/radio5/live/r5_tl_int_g2.ra.
  Resolving rmlivev8.bbc.net.uk for AF_INET...
  Connecting to server rmlivev8.bbc.net.uk[212.58.225.89]:554 ...
  Cache size set to 128 KBytes
  Connected to server: rmlivev8.bbc.net.uk
  Cache fill: 18.75% (24576 bytes)REAL file format detected.
  demux_real: invalid chunksize! (0)
  Stream description: Audio Stream
  Stream mimetype: audio/x-pn-multirate-realaudio-live
  Clip info:
  name: Radio5 Live (International version)
  author: BBC
  copyright: (C) British Broadcasting Corporation 2006
  ==
  Opening audio decoder: [realaud] RealAudio decoder
  opening shared obj '/usr/local/lib/codecs/cook.so'
  Error: /usr/local/lib/codecs/cook.so: cannot open shared object file: No such 
file or directory
  ERROR: Could not open required DirectShow codec cook.so.
  Read the RealAudio section of the DOCS!
  ADecoder preinit failed :(
  ADecoder init failed :(
  Opening audio decoder: [realaud] RealAudio decoder
  opening shared obj '/usr/local/lib/codecs/cook.so.6.0'
  Audio codec: [5] 44 Kbps Music
  Audio bitrate: 44.100 kbit/s (5513 bps)
  AUDIO: 44100 Hz, 1 ch, s16le, 44.1 kbit/6.25% (ratio: 5513-88200)
  Selected audio codec: [racook] afm:realaud (RealAudio COOK)
  ==
  Checking audio filter chain for 44100Hz/1ch/s16le - 44100Hz/2ch/s16le...
  AF_pre: 44100Hz/2ch/s16le
  [AO PCM] File: /dev/null (RAW PCM)
  PCM: Samplerate: 44100Hz Channels: Stereo Format s16le
  [AO PCM] Info: fastest dumping is achieved with -vc dummy -vo null
  PCM: Info: to write WAVE files use -waveheader (default).
  AO: [pcm] 44100Hz 2ch s16le (2 bps)
  Building audio filter chain for 44100Hz/1ch/s16le - 44100Hz/2ch/s16le...
  Video: no video
  Starting playback...
  A: 861.6 (14:21.5) 99.3% 0%



(...and counting). But no sound.


-- 
mherger

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-26 Thread bpa

Pieronip,
The classic FM issue is being dealt with in detail in the other thread
- there has been a change in behaviour of slimserver with 6.5 - whether
this is a bug or not is debatable.  The workaround at present is use the
URL posted - I think it may already be in SlimPicks.

Michael,

With previous similar problems I suspected a runtime CPU error (some
code using unsupported instructions).  I wonder whether the VMWare is
interfering with its CPU detection or the configure has detected some
capability that doesn't exist yet is initialised.  The location of the
fault is not really accurate unless you enable Debug and get
traceback.

Can you post the config.mak and configure.log files from the mplayer
vanilla (i.e. no optins chosen) build.

The pre7 log is what I expected - do you see something there that
concerns you ? The /dev/null redirects the WAV stream to the null
devices and throws all sound away  - useful if there is no sound
hardware or no /dev/fd .


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-26 Thread mherger

bpa;13 Wrote: 
 With previous similar problems I suspected a runtime CPU error (some
 code using unsupported instructions).  I wonder whether the VMWare is
 interfering with its CPU detection or the configure has detected some
 capability that doesn't exist yet is initialised.

Please find the log attached. I'm using the
--disable-runtime-cpudetection to be portable, and -cc=... because my
distro is still on 2.96... The CPU detection worked fine until now.

bpa;13 Wrote: 
 The pre7 log is what I expected - do you see something there that
 concerns you ?

Nothing to be concerned about. Except no sound (but that's not in the
log :-)).

Thanks for your help!


+---+
|Filename: configlog.zip|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=1750|
+---+

-- 
mherger

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-26 Thread bpa

I'm confused - logs and builds don't match.

The configure log say you are using gcc 3.2.3 but you said you have
used cc to set to 2.96 

You also said for portability no runtime detection so it is being built
for an Athlon.  However, for portability you should enable runtime CPU
detection.

The logs posted says CPU runtime detection is enabled and the processor
is a Pentium M.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-26 Thread Michael Herger

I'm confused - logs and builds don't match.

The configure log say you are using gcc 3.2.3 but you said you have
used cc to set to 2.96


I am using gcc 3.2.3, but as 2.96 is standard it's installed below (I  
know...) /root/. I therefore have to add the -cc parameter.



You also said for portability no runtime detection so it is being built
for an Athlon.  However, for portability you should enable runtime CPU
detection.


Gee... I'm tired. I did of course mean --enable-runtime-cpudetection.


The logs posted says CPU runtime detection is enabled and the processor
is a Pentium M.


That's correct: while I'm running the tests on my laptop I did compile  
mplayer on an Athlon. Consider it a portability test :-). Running three  
virtual machines on my laptop at the same time would kill it.


--

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread bpa

This is more Triode's area but I am trying to understand why I have no
problem - I've cleared cache just to make sure nothing has been left
behind and it still works !

What skin  browser are you using ?


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread knigma

Try as I might this patch doesn't make any difference for me:

--- Plugin.pm.orig  Mon Sep 25 08:28:29 2006
+++ Plugin.pm   Mon Sep 25 08:28:38 2006
@@ -978,7 +978,7 @@
#
sub webPages
{
-   my %pages = (index\.htm = \handleIndex);
+   my %pages = (index\.html = \handleIndex);

if (grep {$_ eq 'Alien::Plugin'}
Slim::Utils::Prefs::getArray('disabledplugins'))
{

What am I missing?


-- 
knigma

knigma's Profile: http://forums.slimdevices.com/member.php?userid=1054
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread waldy
Hi,

My installation,  mv old Alinen directory,  download tar file in 
/usr/local/slimserver.  chown slimserver tarfile.  tar -zxv tarfile  then 
restart slimserver.

This works for me  (on web gui  player)

ps i'm on suse 10.1  slim 6.50

regards

Waldy 



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


Re: [SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread Michael Herger

Try as I might this patch doesn't make any difference for me:


Neither does it for me :-(. I'll try to see what's wrong here later.

bpa: I'm on Default, using Firefox 1.5 and Opera 9

--

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread alextegg

I installed AlienBBC using the windows installer, and after some digging
on here, discovered it wasn't working as you need to enable rtsp file
type, and install lame.exe in the bin directory.

I assume that lame.exe can't be installed with the installer for some
reason, and that's why it is missing.  If not, it would be good to
include the lame.exe and enable rtsp?

If it can't be included, then the web site install instructions need
updating as the BBC streams and others using rtsp are the main reason
many people install AlienBBC?

Alex


-- 
alextegg

alextegg's Profile: http://forums.slimdevices.com/member.php?userid=5073
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread bpa

The Windows installer (.exe) will install all the necessary files.  If
all the files are in place an accessible to slimserver - slimserver
(not AlienBBC) will enable RTSP on startup.  Normally it is a case of
run the AlienBBC installer .exe and restart and everything works. 

Did you get AlienBBC to work ?
What is the name of the installed exe file you used ?
What version of Slimserver are you running ?

If RTSP was not enabled then usually slimserver cannot access a file
such as mplayer.exe on windows.

lame.exe is not necessary for AlienBBC to work as the user can stream
FLAC or WAV to the SB. 

lame.exe is only necessary to stream MP3 to SB - so it is a general and
not AlienBBC specific  (e.g. user wants to use Bit rate limiting)


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread Michael Herger

Neither does it for me :-(. I'll try to see what's wrong here later.


Shame on me: this was another permissions issue...

--

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread knigma

Ah; it's a simple permission problem:

cd /usr/local/slimserver/Plugins
find Alien -type d -exec chmod 755 {} \; -print

fixed it for me.  The 1.06 tarball must have different permission to
1.05.


-- 
knigma

knigma's Profile: http://forums.slimdevices.com/member.php?userid=1054
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread mherger

I'm still having a hard time getting AlienBBC 1.06 to run on SlimCD.
When I hit play on a BBC stream the player starts displaying Now
playing (Connecting...) forever. CPU goes up to 100% load (mostly due
to mplayer). And in the log file I find dozens the following entry
several times:


Code:

Streaming: Launching /usr/local/bin/mplayer -really-quiet -vc null -vo null 
-cache 128 -af volume=0,resample=44100:0:1,channels=2 -ao 
pcm:nowaveheader:file=/dev/fd/3 
rtsp://rmlivev8.bbc.net.uk/farm/*/ev7/live24/radio1/live/r1_dsat_g2.ra
  MPlayer 1.0pre7try2-3.2.3 (C) 2000-2005 MPlayer Team
  CPU: Intel  (Family: 6, Stepping: 6)
  Detected cache-line size is 64 bytes
  CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
  Compiled with runtime CPU detection - WARNING - this is not optimal!
  To get best performance, recompile MPlayer with 
--disable-runtime-cpudetection.
  Stream description: Audio Stream
  Stream mimetype: audio/x-pn-multirate-realaudio-live



This is mplayer-1.0pre7 on SlimCD. Should I update mplayer (I'm trying
to compile - no success so far...)?


-- 
mherger

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-25 Thread Neil Sleightholm

mherger;139301 Wrote: 
 Just in case there was another release: please find an updated German
 translation attached.Thanks for the translations, I have added them ready for 
 the next
release.

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=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-24 Thread bpa

I just installed the tar.gz file on SuSe 10 and it worked OK.

Where did the files custom-convert.conf and custom-types.conf from the
tarball go ?  

The errors all seem to imply the conf files are not in the right
directory (Plugins/Alien)


-- 
bpa

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

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-24 Thread mherger

bpa;139296 Wrote: 
 The errors all seem to imply the conf files are not in the right
 directory (Plugins/Alien)

That's exactly the folder where those files are: in the same place as
Plugin.pm.

Just in case there was another release: please find an updated German
translation attached.


+---+
|Filename: DE.diff  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=1728|
+---+

-- 
mherger

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-24 Thread bpa

Loading the conf file is done by slimserver and not by the AlienBBC code
- so somehow on your distro the directories may not be set up the same
or the files can't be read by slimserver.

There are few debugging stmts. in the code which loads the conf files -
d_source will tell if it loads OK - I think there no info on failure.

Can you copy the conf files into the server directory with the
convert.conf file and see if it works ?


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-24 Thread Michael Herger

Can you copy the conf files into the server directory with the
convert.conf file and see if it works ?


I'm sorry for the noise. It was a simple permissions issue... I'll have to  
clean up access rights on all these folders as we can't run slimserver as  
root any more :-)


--

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-24 Thread knigma

For me AlienBBC works from the squeezebox but the AlienBBC link under
INTERNET RADIO on the home page fails with:

ERROR: file error - plugins/Alien/index.html: no found

The broken link is:

http://servername:9000/plugins/Alien/index.html?player=d1%3A1d%3A3a%3A85%3A6a%3A3e

FreeBSD 6.1 with Slimserver 6.5 and AlienBBC 1.05 or 1.06.  Observed
after upgrading from 6.3 to 6.5 (clean install).


-- 
knigma

knigma's Profile: http://forums.slimdevices.com/member.php?userid=1054
View this thread: http://forums.slimdevices.com/showthread.php?t=27823

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


Re: [SlimDevices: Plugins] Re: Announce: AlienBBC v1.06

2006-09-24 Thread Michael Herger

ERROR: file error - plugins/Alien/index.html: no found


The problem's here:


my %pages = (index\.htm = \handleIndex);
 ^

Slim::Web::Pages-addPageLinks(radio,
  { 'PLUGIN_ALIENBBC' = plugins/Alien/index.html });
  ^^

The page hash returns .htm, but the link is pointing to .html (in  
Plugins::webPages())


--

Michael

-
http://www.herger.net/SlimCD - your SlimServer on a CD
http://www.herger.net/slim - AlbumReview, Biography, MusicInfoSCR
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins