Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 for SqueezeCenter 7.0

2007-10-05 Thread mattybain
Craig, James \(IT\);232649 Wrote: The log says you have disabled scrobbling from that player. Plugins::SqueezeScrobbler::Scrobbler::getSessionForClient (696) scrobbling disabled for this client If you didn't it sounds like a bug! James

Re: [SlimDevices: Plugins] MusicIP mix icon not showing itself

2007-10-05 Thread Siduhe
When you say that MIP is running as a service, are you running it headless using the instructions here: http://www.musicip.com/mixer/server.jsp Or, have you installed it as a service yourself? If the second of these, try shutting down both services. Start up MusicIP, check the API is on

Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 forSqueezeCenter 7.0

2007-10-05 Thread Craig, James (IT)
Have you got the latest version? I should have fixed the player menus in 1.0.2. 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

Re: [SlimDevices: Plugins] Trackstat not displaying

2007-10-05 Thread mugfordb
I had tried rebooting the pc as well as just stopping and starting slimserver. Subroutine defaultMap redefined at C:\Program Files\SlimServer\server/Plugins/Plugin.pm line 177. Subroutine getDisplayName redefined at C:\Program Files\SlimServer\server/Plugins/Plugin.pm line 189. Subroutine

[SlimDevices: Plugins] compile perl in eclipse

2007-10-05 Thread icefish
Hello to all, i am a beginner for language perl. I want to develop a plug-in for squeezebox. For the moment i just try to use Perl to write the easy code. I tried eclipse, and the simple program can be run without problem. But I can not do debug. There is the problem eachtime. Can someone tell

Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 for SqueezeCenter 7.0

2007-10-05 Thread Siduhe
Thought I did, but just upgraded to 1.03 and player menus are working fine. Think I may have failed to enable scrobbling on each player. Thanks again. Is SO good to have Last.fm back. -- Siduhe Siduhe's Profile:

Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 for SqueezeCenter 7.0

2007-10-05 Thread Siduhe
One more thought - Love and Ban seem to be working fine, but there is no visual feedback on the player when I select either of them. That's fine for Ban, because the track changes, but with Love, it's difficult to tell if I've actually done anything. When you click right, would it be possible

Re: [SlimDevices: Plugins] compile perl in eclipse

2007-10-05 Thread mflint
It's not very high-tech, but I use /bin/vi and fill my code with: Code: print (Dumper(%something) . \n); I'm sure there are more advanced ways to do it though :) Good luck... Matthew -- mflint 'GoalRush , LiveDepartures and ArtistPlaylist

Re: [SlimDevices: Plugins] compile perl in eclipse

2007-10-05 Thread icefish
mflint;232854 Wrote: It's not very high-tech, but I use /bin/vi and fill my code with: Code: print (Dumper(%something) . \n); I'm sure there are more advanced ways to do it though :) Good luck... Matthew Which kind of application do you

Re: [SlimDevices: Plugins] compile perl in eclipse

2007-10-05 Thread bpa
Plugins are usually small so using eclipse is not necessary. Just use a simple editor (with symntax highlighting) such as notepadd++ ( http://notepad-plus.sourceforge.net/uk/site.htm ) and then use debug statement or print statements. When starting copy code from existing plugins. -- bpa

Re: [SlimDevices: Plugins] Trackstat not displaying

2007-10-05 Thread erland
I think there is something wrong with your installation, there is a directory mentioned in the logs: C:\Program Files\SlimServer\server/Plugins/ This directory should only contain sub directories, one sub directory for each installed plugin. When looking in the log you provided, it seams like

Re: [SlimDevices: Plugins] compile perl in eclipse

2007-10-05 Thread vrobin
anyway, when your plugin is getting several classes big, eclipse can be useful. EPIC is working rather well with eclipse... not perfect at all, not simple ton install, but better than nothing. The debugger is working with eclipse and you can inspect variables. I didn't manage to have the

Re: [SlimDevices: Plugins] compile perl in eclipse

2007-10-05 Thread erland
Has anyone actually got Eclipse to work for SlimServer plugin development ? I tried once, but didn't get it to work satisfying due to the fact that there are perl modules in a lot of different places below the SlimServer installation directory. I current use gedit on Linux (a simple editor) and

Re: [SlimDevices: Plugins] Announce: SqueezeScrobbler 1.0 forSqueezeCenter 7.0

2007-10-05 Thread Craig, James (IT)
No, I agree, I only switched off the updates because they were being generated after every couple of tracks when the plugin gets a new playlist from LastFM. I'll put them back when I can get rid of the unwanted ones... James NOTICE: If

Re: [SlimDevices: Plugins] compile perl in eclipse

2007-10-05 Thread vrobin
I haven't tried to run eclipse with the whole SC. I only use it for source editing and sparse debugging (now i'm used to data::dumper and, years of C printf debugging experience has came back to my mind). Eclipse is nice to browse your classes, browse xml, html etc. But the debugger is hardly

[SlimDevices: Plugins] SoftSqueeze 3.5

2007-10-05 Thread PeterDB
So, I upgraded to SC7's and do daily updates, but when trying to use SoftwareSqueeze, it says I need to have version 3.5, whereas 3.4 only comes with SC7. 1. On SoftSqueeze's website you can only find version 2.0??? 2. Why is the latest version of SoftSqueeze just not included in SC7? - Peter

Re: [SlimDevices: Plugins] SoftSqueeze 3.5

2007-10-05 Thread PeterDB
Sorry I mean version 3.4 https://sourceforge.net/project/showfiles.php?group_id=105169 -- PeterDB PeterDB's Profile: http://forums.slimdevices.com/member.php?userid=11341 View this thread:

Re: [SlimDevices: Plugins] Custom Scan and Browse with SS7.0

2007-10-05 Thread erland
I've now started to release some beta versions of my plugins, see this thread for more information: http://forums.slimdevices.com/showthread.php?t=39026 -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer of

Re: [SlimDevices: Plugins] IR Blaster for Slimserver 7

2007-10-05 Thread fcm4711
You're welcome. Thanks Felix -- fcm4711 Everyone said: This cannot be done. But one day someone came along who didn't know about this - and did it. (Source unknown) fcm4711's Profile:

Re: [SlimDevices: Plugins] Announce: Moose 0.59 (windows frontend forslimserver)

2007-10-05 Thread endrebj
Dr Lovegrove;232396 Wrote: On 03/10/2007, endrebj endrebj.2xvlxc1191412202 (AT) no-mx (DOT) forums.slimdevices.com wrote: Doesn't Moose work correctly in Windows 2000? I have attached a screenshot of it running on my Windows 2000 SP4 with .NET 2.0 and 1.1. I started with only 2.0,

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-10-05 Thread James
Hi Erland, thanks for these! I can't get into the player menu of DynamicPlaylists: [20:17:15.5781] Slim::Buttons::Common::pushMode (1713) Error: Couldn't push into new mode: [Plugins::DynamicPlayList::Plugin] !: Can't locate object method param via package Plugins::DynamicPlayList::Plugin at

[SlimDevices: Plugins] Softqueeze Buffer Size

2007-10-05 Thread agbagb
SlimServer 6.5.2, SoftSqueeze 3.3 under XP Home. When running Alien BBC with my SqueezeBox and SoftSqueeze synched I've been getting juddering (the old stuck needle effect, with the track repeating the previous 3 or 4 seconds a few times before moving on) out of SoftSqueeze (the SqueezeBox

[SlimDevices: Plugins] Intel Mac Sirius Plug-in support ?

2007-10-05 Thread rhodyavphile
I am new to Macs and am trying to configure Slim Server with the Sirius web stream plugin. I have the Slim Server part done and am able to access my music library through the Mac. I even get the connection to Sirius through the plug-in, but I cannot get an audio stream. I thought I installed

Re: [SlimDevices: Plugins] SoftSqueeze 3.5

2007-10-05 Thread Michael Herger
So, I upgraded to SC7's and do daily updates, but when trying to use SoftwareSqueeze, it says I need to have version 3.5, whereas 3.4 only comes with SC7. Just ignore the warning. It should work anyway. -- Michael -

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-10-05 Thread Cruzan
Thank you. I've missed Trackstat since I switched to 7.0. -- Cruzan Cruzan's Profile: http://forums.slimdevices.com/member.php?userid=11609 View this thread: http://forums.slimdevices.com/showthread.php?t=39026

Re: [SlimDevices: Plugins] SoftSqueeze 3.5

2007-10-05 Thread PeterDB
Hi Michael, Unfortunately, it doesn't. When I run SoftSqueeze I get no menu options what so ever, only a blank display on the SoftSqueeze's Transporter or SqueezeBox? /peter -- PeterDB PeterDB's Profile:

Re: [SlimDevices: Plugins] Suggestions for improving Custom Mixed Tag scanning and playlisting performance

2007-10-05 Thread egd
I've tried to restore the db using: Code: mysql -h127.0.0.1 -uslimserver -pslimserver slimserver largedb_solution2.sql and get the following error: Code: ERROR 1045 (28000): Access denied for user

Re: [SlimDevices: Plugins] Suggestions for improving Custom Mixed Tag scanning and playlisting performance

2007-10-05 Thread erland
I don't think there are any username/password at all in the bundled mysql instance, this works for me: Code: mysql -h127.0.0.1 -P9092 slimserver largedb_solution2.sql -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-10-05 Thread Phil Meyer
I have installed these plugins. Early days yet, but I can confirm that I have renamed my old SQL Playlist files and managed to start them as a dynamic playlist. I noticed in the dynamic playlist settings, there is a typo or English translation error: SAVED PLAYLISTS Includera

[SlimDevices: Plugins] RSS News Ticker in 7.0

2007-10-05 Thread Phil Meyer
I'm a bit confused; I have both an RSS News Ticker and Information Browser. It appears that the latter is new for 7.0 - does that mean that RSS News Ticker is redundant? If not, as they are both Slimserver Extras, can they share the same list of RSS news feeds? Phil

Re: [SlimDevices: Plugins] Suggestions for improving Custom Mixed Tag scanning and playlisting performance

2007-10-05 Thread vrobin
So at first sight, it looks like the improvement could go from: 5000-100ms 30-40 ms 3 ms If this values aren't biased by caching or anything else, if this improvement could be verified against several type of requests, this is very interesting. I'm afraid I can't help more right now (my current

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-10-05 Thread erland
James;232955 Wrote: Hi Erland, thanks for these! I can't get into the player menu of DynamicPlaylists: [20:17:15.5781] Slim::Buttons::Common::pushMode (1713) Error: Couldn't push into new mode: [Plugins::DynamicPlayList::Plugin] !: Can't locate object method param via package

Re: [SlimDevices: Plugins] RSS News Ticker in 7.0

2007-10-05 Thread kdf
The RSS News Ticker is primarily a screensaver while InfoBrowser is an extensible platform for browsing much more than RSS Feeds on bot player, webUI and Jive. They cannot be linked to the same prefs as there would be a number of them that cannot work with RSS New Ticker, not to mention probably

Re: [SlimDevices: Plugins] Custom Scan and Browse with SS7.0

2007-10-05 Thread erland
Phil Meyer;233001 Wrote: Includera should be Include. Thanks, it will be corrected in beta03 Phil Meyer;233001 Wrote: Incidentally, I'm sure I used to have this setting set to Off, and it is now On. I imported my slimserver preferences from 6.5 into 7.0. I didn't see any standard

Re: [SlimDevices: Plugins] RSS News Ticker in 7.0

2007-10-05 Thread Phil Meyer
Okay, I see. I rather like the new info browser - the two addons on the wiki page are good. I like the drag and drop editing on the InfoBrowser settings page. There's a minor issue with Fishbone - when I drag something to the top, the list of items gets rather spaced out, but then a simple

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-10-05 Thread kdf
Erland, For the edit link in sqlplaylist (and perhaps other places ehre it might be used) try using: Code: [% WRAPPER editlink noTarget=1 -%] href=[% webroot %]plugins/SQLPlayList/webadminmethods_edititem.html?item=[% playlist.id |uri %]player=[% player | uri

Re: [SlimDevices: Plugins] MusicIP mix icon not showing itself

2007-10-05 Thread Brian Ritchie
I've been mucking around with MusicIP on and off for several months (a large chunk of which time was spent just waiting for it to analyse my library). I've never managed to get it to work properly with SlimServer. At one point, I did manage to get the MusicIP Mixer to send an entire mix to my

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-10-05 Thread kdf
ok, that didn't take long. the Default skin uses pageHeaderInfo as an override for the grey header box, which is only filled with the page title if there is N pageHEader block. This can be fixed for your plugin(s) by wrapping the pageHEeaderInfo block in a conditional, rather than using the

Re: [SlimDevices: Plugins] Suggestions for improving Custom Mixed Tag scanning and playlisting performance

2007-10-05 Thread egd
erland;232999 Wrote: I don't think there are any username/password at all in the bundled mysql instance Thanks Erland, that's working - any idea how long it should take? -- egd Thecus N5200PRO Transporter ATC SCA2 ATC SCM100SLAT

Re: [SlimDevices: Plugins] Announce: SqueezeCenter 7.0 beta versions of my plugins

2007-10-05 Thread erland
kdf;233018 Wrote: Erland, For the edit link in sqlplaylist (and perhaps other places ehre it might be used) try using: Code: [% WRAPPER editlink noTarget=1 -%] href=[% webroot %]plugins/SQLPlayList/webadminmethods_edititem.html?item=[% playlist.id

Re: [SlimDevices: Plugins] Suggestions for improving Custom Mixed Tag scanning and playlisting performance

2007-10-05 Thread erland
egd;233042 Wrote: Thanks Erland, that's working - any idea how long it should take? I don't know. When I loaded your initial file I waited for 30 minutes before I left home and when I got back home a few hours later it had finished. Since the restructured data contains the double amount of data