[SlimDevices: Plugins] Re: Asterisk Plugin Still Alive???

2006-10-17 Thread jdm33

I'm not sure this really helps, but ...

I recently got this plugin working against 6.3.1 and was going to post
when my asterisk modem card arrived and I'd had a chance to test it out
for real.  Unfortunately the computer died whilst putting the new card
in, and so I can't get the diffs I made right now.  If it helps I can
post them when I get access to the disk again, but that could be a
while I'm afraid.

ISTR that durationSeconds() was the hardest thing to fix, but it wasn't
that hard in the end.

-Jon

AndyMc;146800 Wrote: 
 Hi all,
 
 I have just tried to install the Asterisk plugin on SlimServer
 Version: 6.2.0 - 4753 - Linux - EN - utf8. You can find the plugin at
 http://www.dinplug.com/vmplugin/dev_overview.html
 
 Is anybody still supporting this plugin? I have tried emailing the
 author and have received no response. Would anybody like to help
 resurrect the plugin??
 
 Initially it fails to load due to a change with the getDisplayName()
 function. That is easily fixed. Now whilst running it fails due to a
 change with the durationSeconds() function. 
 
 Maybe somebody with SlimServer development experience could take a
 quick look at the code and show me the updates required?? It claims to
 support server version 5.3.1. Especially if you were involved with the
 changes to the durationSeconds() function?? 
 
 Any help would be appreciated. I have Perl experience, but it will
 take me a while to come up to speed with the SlimServer
 environment
 
 Thanks, Andy.
 
 PS. This plugin looks to be very useful if you run an Asterisk PBX box
 and have SqueezeBoxes scattered around the house!


-- 
jdm33

jdm33's Profile: http://forums.slimdevices.com/member.php?userid=6324
View this thread: http://forums.slimdevices.com/showthread.php?t=28748

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


Re: [SlimDevices: Plugins] Re: TrackStat problem?

2006-10-17 Thread Phil Meyer
  CREATE TABLE `tracks` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `url` text collate utf8_unicode_ci NOT NULL,

When I run SHOW CREATE TABLE tracks, it reports character set utf8, not 
collate utf8_unicode_ci.

CREATE TABLE tracks (
  id int(10) unsigned NOT NULL auto_increment,
  url text character set utf8 NOT NULL,


If I use MySQL Query Browser to examine the table, it reports for example that 
the tracks.url column has:

Column Charset: utf8
Column Collate: utf8_unicode_ci

The url column in track_statistics is reported with the same column charset and 
column collate.

Are you using the MySQL database delivered with slimserver or are you
using an external MySQL database ?
What operating system are you running slimserver on ?

I am using an external MySQL instance.

SlimServer Version: 7.0a1 - TRUNK - Windows XP - EN - cp1252
Perl Version: 5.8.8 MSWin32-x86-multi-thread
MySQL Version: 5.0.24-community-nt 

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


[SlimDevices: Plugins] Re: Slimserver and .SMIL

2006-10-17 Thread bpa

First, it's not good practice to cross post in multiple forums in the
first instance. 

Now the answer.

Alienstream folder is for m3u and pls playlist only.  SMIL files are
handled like ASX through the Tune in box.

If you want to create your own list of stations which include RTE Radio
1, I'd advise using MyPicks plugin or as an entry in the Favorites list.


-- 
bpa

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

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


RE: [SlimDevices: Plugins] Re: LastFM doesn't work with SlimServer7.0a1Trunk

2006-10-17 Thread Craig, James (IT)
I have found one problem, that I wasn't closing some tags. 
This fixes the track details display in ie/Fishbone but the stations are
still a little messed up following the text box/form section. I am
trying to 'improve' this before I make a new release.

Any advice from Fishbone/ie experts? It works fine in ie/Default...

James


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


[SlimDevices: Plugins] Help for eMail PlugIn

2006-10-17 Thread MAFL1972

Hello,

i installed the new eMail Plugin. But it didnĀ“t start. I get this
error, if i try to start the slim server from the console:

2006-10-17 11:24:36.0657 BROWSE_MUSIC does not exist. creating...
2006-10-17 11:24:36.0669 Registering screensaver
SCREENSAVER_JUMP_BACK_NAME
2006-10-17 11:24:36.0671 Registering screensaver SCREENSAVER_NONE
2006-10-17 11:24:36.2673 Requiring Plugins::Rescan plugin.
2006-10-17 11:24:36.2806 PLUGINS does not exist. creating...
2006-10-17 11:24:36.2810 Requiring Plugins::RS232::Plugin plugin.
2006-10-17 11:24:36.2858 RS232 plugin enabled
2006-10-17 11:24:36.2862 Requiring Plugins::PreventStandby::Plugin
plugin.
2006-10-17 11:24:36.3063 Prevent Standby plugin: starting timer
2006-10-17 11:24:36.3068 Requiring Plugins::MusicMagic::Plugin plugin.
2006-10-17 11:24:41.3640 Requiring Plugins::MusicInfoSCR plugin.
2006-10-17 11:24:41.3923 Requiring Plugins::Visualizer plugin.
2006-10-17 11:24:41.4096 Requiring Plugins::CLI plugin.
2006-10-17 11:24:41.4337 Requiring Plugins::Snow plugin.
2006-10-17 11:24:41.5328 Requiring Plugins::Rhapsody::Plugin plugin.
2006-10-17 11:24:41.5656 Requiring Plugins::RandomPlay::Plugin plugin.
2006-10-17 11:24:41.5866 Requiring Plugins::RPC plugin.
2006-10-17 11:24:41.6482 Requiring Plugins::Email plugin.
2006-10-17 11:24:41.6656 Can't load Plugins::Email for Plugins menu:
Undefined s
ubroutine Plugins::Email::getDisplayName called at
/PerlApp/Slim/Utils/PluginMa
nager.pm line 227.

What should i do now?

Thanks
Markus


-- 
MAFL1972

MAFL1972's Profile: http://forums.slimdevices.com/member.php?userid=8014
View this thread: http://forums.slimdevices.com/showthread.php?t=28761

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


[SlimDevices: Plugins] Re: WebLogger and 6.5

2006-10-17 Thread Crispy

Just wanted to add a public Thank you to Danny for picking this up and
re-releasing it. It's a great little plugin and I, for one, would have
missed it.
Cheers, mate !


-- 
Crispy

Crispy's Profile: http://forums.slimdevices.com/member.php?userid=5579
View this thread: http://forums.slimdevices.com/showthread.php?t=27809

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


[SlimDevices: Plugins] Re: TrackStat problem?

2006-10-17 Thread erland

Phil Meyer;146870 Wrote: 
 
 When I run SHOW CREATE TABLE tracks, it reports character set utf8,
 not collate utf8_unicode_ci.
 
I think I have found the problem. The 7.0 database upgrade in
slimserver doesn't create the same database if you do a clean install
of 7.0a1 compared to if you have been using 6.5.0 and upgrades it to
7.0a1. I'm guessing that you have either used an 7.0 before 6th
October(rev 10240) or a 6.5.0, and then upgraded this database to the
current 7.0 release you are using.

I have been able to reproduce the problem and have written a problem
report on it:
http://bugs.slimdevices.com/show_bug.cgi?id=4387

If you wan't to solve the problem in your setup, I would recommend that
you make sure you have backups and then drop all standard slimserver
database tables and restart slimserver. This should re-create all
standard slimserver tables with the correct collate settings and also
make it work with TrackStat.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-trackstat)
, 'SQLPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-sqlplaylist)
, 'DynamicPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-dynamicplaylist),
'Custom Browse'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-custombrowse)
and 'RandomPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-randomplaylist)
plugins)

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

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


[SlimDevices: Plugins] SlimServer loses connection with SoftSqueeze

2006-10-17 Thread JJZolx

Why does SlimServer drop connections with SoftSqueeze after some time
period?  This is a SoftSqueeze client connecting from a different
subnet, not on the local network.

What I see with the non-headless version of SoftSqueeze is that even
though it remains running, SlimServer doesn't list it in the web
interface.  The date/time screen saver in SoftSqueeze will show some
time in the past and no longer updates.  Pressing Now Playing in
SoftSqueeze will immediately reconnect.

With SoftSqueeze Headless, there's no way that I've found to
reestablish the connection.  I have to kill the process, then launch it
again, which is a PITA.


-- 
JJZolx

Jim

JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10
View this thread: http://forums.slimdevices.com/showthread.php?t=28772

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


[SlimDevices: Plugins] Moose and album covers

2006-10-17 Thread BlueWombat

I'm having a problem with Moose.  I have installed the newest version
(0.46) and was excited to try the the cover chooser option, yet when I
open it I get blank squares for all but ONE album.  I have rescanned
the the database and updated thumbnails, but no change.  I can't figure
out how one piece of ablum art got in there, but not the rest!  When I
play an album, the art properly shows on the now playing page, but
not before.  To be honest, I am having similar issues with slim server
after upgrading to 6.5 - not showing covers from ablums lists, but
showing covers once playing.  I have ripped most of my CDs using itunes
(7.0 now) if that is any help.

Any suggestions for fixing Moose (and slimserver)??

Thanks!


-- 
BlueWombat

BlueWombat's Profile: http://forums.slimdevices.com/member.php?userid=6159
View this thread: http://forums.slimdevices.com/showthread.php?t=28779

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


Re: [SlimDevices: Plugins] Re: TrackStat problem?

2006-10-17 Thread Phil Meyer
If you wan't to solve the problem in your setup, I would recommend that
you make sure you have backups and then drop all standard slimserver
database tables and restart slimserver. This should re-create all
standard slimserver tables with the correct collate settings and also
make it work with TrackStat.

Thanks - I will try that.

I have simply been updating frequently to latest trunk through TortoiseSVN.  
When 6.5 went live, trunk became 7.0.  I haven't recreated my DB - I sometimes 
do a full rescan, but I haven't even had a need to do that in some time.

Is it enough to simply drop the tables, or should I delete the database and 
recreate it?

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


Re: [SlimDevices: Plugins] Re: LastFM doesn't work with SlimServer7.0a1Trunk

2006-10-17 Thread Phil Meyer
I have found one problem, that I wasn't closing some tags. 
This fixes the track details display in ie/Fishbone but the stations are
still a little messed up following the text box/form section. I am
trying to 'improve' this before I make a new release.

Any advice from Fishbone/ie experts? It works fine in ie/Default...

Firefox+Fisbone looks okay.  My problem only appears to be IE+Fishbone.

I reformatted the html produced when playing a LastFM stream on IE+Fishbone.  
Couldn't instantly spot anything obvious, but one observation - theres a few a 
  / tags, such as in the following extract.  Is that valid html?

h3Change LastFM Station /h3
div id=browsedbList   
form name=station method=get 
action=index.html
input type=hidden name=player 
value=00:04:20:06:38:3c
div class=even
div class=browsedbListItem 
Station:
input type=text 
class=stdedit name=lastfmp1 size=50 
div 
class=browsedbControls
a  /



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


[SlimDevices: Plugins] Re: LastFM doesn't work with SlimServer 7.0a1Trunk

2006-10-17 Thread James

Should be , it's the same html in default. 
I kind of need to do them as I am doing some nasty tweaks to the
template...

James


-- 
James

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

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


[SlimDevices: Plugins] Re: TrackStat problem?

2006-10-17 Thread erland

Phil Meyer;147076 Wrote: 
 Is it enough to simply drop the tables, or should I delete the database
 and recreate it?The settings are stored in the table definitions so it should 
 be enough
to just drop the tables, that work for me at least. Dropping the whole
database will also work of course.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-trackstat)
, 'SQLPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-sqlplaylist)
, 'DynamicPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-dynamicplaylist),
'Custom Browse'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-custombrowse)
and 'RandomPlayList'
(http://erland.homeip.net/download/do/viewapplication?name=slimserver-randomplaylist)
plugins)

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

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


[SlimDevices: Plugins] Softsqueeze unable to connect to Slimserver

2006-10-17 Thread Malcolm

I am having problems getting Softsqueeze working and having tried
various things am now completely confused.

I am trying to run Softsqueeze 3.2.1 on my PC (Windows XP).  Slimserver
(6.3.1) is running on my Diskstation(Synology DS 106e running SSODS
r1b4) - I know there are newer versions of both but they seemed slower
so I reverted to these versions.  My home network is cabled not
wireless.

When I run Softsqueeze I get a message Problem: lost contact with Slim
Server, Check the software is running.  To try to eliminate the PC as
the problem I installed SlimServer (6.5) on my Windows 2003 server and
having changed the hostname all is well but putting it back gives the
same error message.

I can connect to the Diskstation version via the browser to change the
settings, etc and I can listen to it via Media Player.  Confusingly, if
I launch the Softsqueeze Java applet from Slimserver this also works. 
The problem is only running the standalone version of Softsqueeze
against the Diskstation.

I have tried disabling the firewall on the PC but this had no affect.

I realise I am probably missing something obvious but have run out of
ideas.  Does anybody have any suggestions?

Thanks


-- 
Malcolm

Malcolm's Profile: http://forums.slimdevices.com/member.php?userid=7992
View this thread: http://forums.slimdevices.com/showthread.php?t=28786

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


[SlimDevices: Plugins] Re: Slimserver and .SMIL

2006-10-17 Thread Monster100

BPA,

Thank you for your help!  RTE Radio 1 is up and running.  Sorry for the
cross-forum post.  This is the first forum I've ever posted to...I was
unaware of etiquette.


-- 
Monster100

Monster100

Squeezebox (1)
Slimserver 6.5
AlienBBC 1.06
Windows XP - Home(SP2)
Pentium 4 2.8 GHz
1.0 GB RAM

Monster100's Profile: http://forums.slimdevices.com/member.php?userid=8001
View this thread: http://forums.slimdevices.com/showthread.php?t=28753

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