[SlimDevices: Plugins] Re: Softsqueeze MP3 Plugin Fails

2006-10-15 Thread Ramage

There has been no comment from any developers, apart from what is on the
bug report.

You say some of your MP3 tracks play OK, what is different about them
when compared with those that don't play,  Is it bit rate -
VBR/ABR/CBR?


-- 
Ramage

P2 266MHz,Linux CC 3.2, SlimServer Version: 6.5.1 - 10145, Alien 1.06
P4 2.6GHz, Win XP, Slimserver Version: 6.5.1 - 10311, Alien 1.06

Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343
View this thread: http://forums.slimdevices.com/showthread.php?t=28662

___
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-15 Thread James

Which skin is that Phil? I see no yellow text in Default!

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: Announce: Plugins for rating and smart playlists using SQL

2006-10-15 Thread erland

A new version (1.30) of the TrackStat plugin is now available, the new
functionallity and changes are:
- Added support for automatic increase/decrease of rating dependent on
if track is skiped early or completely played
Ratings internally is stored as a value 0-100, if a track is skipped
during the first half the internal rating is decreased with 1 if it is
played at least 80 percent the internal ratings is instead increased
with 1. By default the automatic rating logic is turned off, so you
will need to turn on the AUTOMATIC RATING option in the settings page
to enable it.
- Corrected so it works with 7.0

NOTE
This version requires slimserver 6.5.x (It won't even start with 6.3
and 6.2)

The new version is available at my 'download page'
(http://erland.homeip.net/download) as usual.

The current wish/todo list for new features in comming TrackStat
releases can be found here:
http://erland.homeip.net/issuetracking/do/guest/home?application=slimserver-trackstat

If anyone have more feature requests or if I have missed some feature
you already have requested which hasn't been implemented, please let me
know. Also please note that it is a wish list and not a release plan, so
some features on this list may never be implemented.


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

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


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

2006-10-15 Thread Phil Meyer
I checked my log this morning, and saw the following:

2006-10-14 23:31:44.2276 Use of uninitialized value in addition (+) at 
P:\Music\SlimServer\trunk\server/Plugins/LastFM/Plugin.pm line 767.
2006-10-14 23:32:07.9541 Use of uninitialized value in pattern match (m//) at 
P:\Music\SlimServer\trunk\server/Plugins/LastFM/Plugin.pm line 1336.

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


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

2006-10-15 Thread Phil Meyer
This is what I see in the log with trackstat debugging turned on when I 
navigate to TrackStat / Songs / Most played songs recently played:

2006-10-15 10:35:48.5539 TrackStat: Entering baseWebPage
2006-10-15 10:35:48.5560 TrackStat: Get statistic context for level=1
2006-10-15 10:35:48.5562 TrackStat: Exiting baseWebPage
2006-10-15 10:35:48.5564 TrackStat: Calling webfunction for mostplayedalbums
2006-10-15 10:35:48.5577 TrackStat::Statistics: Executing: select 
albums.id,avg(case when track_statistics.rating is null then 60 else 
track_statistics.rating end) as avgrating, avg(case when 
track_statistics.playCount is null then tracks.playCount else 
track_statistics.playCount end) as avgcount,max(track_statistics.lastPlayed) as 
lastplayed, max(track_statistics.added) as maxadded from tracks left join 
track_statistics on tracks.url = track_statistics.url join albums on 
tracks.album=albums.id group by tracks.album having count(tracks.id)=1  order 
by avgcount desc,avgrating desc,rand() limit 50
2006-10-15 10:35:48.5598 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:35:51.1549 TrackStat: Entering baseWebPage
2006-10-15 10:35:51.1570 TrackStat: Get statistic context for level=1
2006-10-15 10:35:51.1572 TrackStat: Get statistic context for level=2
2006-10-15 10:35:51.1573 TrackStat: Exiting baseWebPage
2006-10-15 10:35:57.2815 TrackStat: Entering baseWebPage
2006-10-15 10:35:57.2838 TrackStat: Get statistic context for level=1
2006-10-15 10:35:57.2841 TrackStat: Get statistic context for level=2
2006-10-15 10:35:57.2842 TrackStat: Exiting baseWebPage
2006-10-15 10:35:57.2844 TrackStat: Calling webfunction for mostplayedrecent
2006-10-15 10:35:57.2857 TrackStat::Statistics: Executing: select 
tracks.id,count(track_history.url) as recentPlayCount,0 as 
added,max(track_history.played) as lastPlayed,avg(track_statistics.rating) as 
avgrating from tracks,track_history,track_statistics where tracks.url = 
track_history.url and tracks.url=track_statistics.url and tracks.audio=1 and 
played1158312957 group by track_history.url order by recentPlayCount 
desc,avgrating desc,rand() limit 50;
2006-10-15 10:35:57.2876 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:36:57.5340 TrackStat: Entering baseWebPage
2006-10-15 10:36:57.5361 TrackStat: Get statistic context for level=1
2006-10-15 10:36:57.5363 TrackStat: Get statistic context for level=2
2006-10-15 10:36:57.5365 TrackStat: Exiting baseWebPage
2006-10-15 10:36:57.5366 TrackStat: Calling webfunction for mostplayedrecent
2006-10-15 10:36:57.5388 TrackStat::Statistics: Executing: select 
tracks.id,count(track_history.url) as recentPlayCount,0 as 
added,max(track_history.played) as lastPlayed,avg(track_statistics.rating) as 
avgrating from tracks,track_history,track_statistics where tracks.url = 
track_history.url and tracks.url=track_statistics.url and tracks.audio=1 and 
played1158313017 group by track_history.url order by recentPlayCount 
desc,avgrating desc,rand() limit 50;
2006-10-15 10:36:57.5406 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='

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


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

2006-10-15 Thread Phil Meyer
Which skin is that Phil? I see no yellow text in Default!

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


[SlimDevices: Plugins] Re: TrackStat problem?

2006-10-15 Thread erland

Phil Meyer;146338 Wrote: 
 This is what I see in the log with trackstat debugging turnedYes I know, but 
 I would like to see the log at startup of slimserver. 

TrackStat 1.29.1 and later makes a database table conversion of
trackstat tables at startup, this is required when the slimserver
database has been created using Slimserver 6.5.1 or later. You will get
these messages when the database conversion doesn't succeed or when you
are running a TrackStat version earlier than 1.29.1 which was released
about 3 days ago. So I would like to see if you get any error messages
at slimserver startup during the database table conversion.


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


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

2006-10-15 Thread Phil Meyer
Sorry, misinterpretted what you were asking for :)

2006-10-15 10:56:43.8270 TrackStat: initialising
2006-10-15 10:56:43.9048 TrackStat: Hook activated.
2006-10-15 10:56:43.9050 TrackStat::Storage: Checking if track_statistics 
database table exists
2006-10-15 10:56:43.9074 TrackStat::Storage: Checking if track_history database 
table exists
2006-10-15 10:56:43.9109 TrackStat::Storage: Checking charsets on tables
2006-10-15 10:56:43.9205 TrackStat::Storage: Got tracks charset = utf8 and 
collate = utf8_unicode_ci
2006-10-15 10:56:43.9220 TrackStat::Storage: Got track_statistics charset = 
utf8 and collate = utf8_unicode_ci
2006-10-15 10:56:43.9238 TrackStat::Storage: Got track_history charset = utf8 
and collate = utf8_unicode_ci
2006-10-15 10:56:43.9240 TrackStat::Storage: Checking if indexes is needed for 
track_statistics
2006-10-15 10:56:43.9825 TrackStat::Storage: Checking if indexes is needed for 
track_history
2006-10-15 10:56:43.9888 TrackStat::Storage: Checking if additional indexes are 
needed for tracks
2006-10-15 10:56:44.0485 TrackStat::Storage: Starting to analyze indexes
2006-10-15 10:56:44.1266 TrackStat::Storage: Finished analyzing indexes : It 
took 0.137859 seconds
2006-10-15 10:56:44.1267 TrackStat::Storage: Starting to update urls in 
statistic data based on musicbrainz ids
2006-10-15 10:56:44.1283 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:56:44.1285 TrackStat::Storage: Finished updating urls in 
statistic data based on musicbrainz ids, updated 0 items : It took 0.001818 
seconds
2006-10-15 10:56:44.1286 TrackStat::Storage: Starting to update musicbrainz 
id's in statistic data based on urls
2006-10-15 10:56:44.1294 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:56:44.1295 TrackStat::Storage: Finished updating musicbrainz id's 
in statistic data based on urls, updated 0 items : It took 0.000898 seconds
2006-10-15 10:56:44.1296 TrackStat::Storage: Starting to update ratings in 
standard slimserver database based on urls
2006-10-15 10:56:44.1304 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:56:44.1305 TrackStat::Storage: Finished updating ratings in 
standard slimserver database based on urls, updated 0 items : It took 0.000934 
seconds
2006-10-15 10:56:44.1308 TrackStat::Storage: Starting to update added times in 
statistic data based on urls
2006-10-15 10:56:44.1317 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:56:44.1318 TrackStat::Storage: Finished updating added times in 
statistic data based on urls, updated 0 items : It took 0.000977 seconds
2006-10-15 10:56:44.1319 TrackStat::Storage: Starting to add tracks without 
added times in statistic data based on urls
2006-10-15 10:56:44.1333 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:56:44.1335 TrackStat::Storage: Finished adding tracks without 
added times in statistic data based on urls, added 0 items : It took 0.001543 
seconds
2006-10-15 10:56:44.1335 TrackStat::Storage: Starting to update ratings in 
statistic data based on urls
2006-10-15 10:56:44.1343 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:56:44.1344 TrackStat::Storage: Finished updating ratings in 
statistic data based on urls, updated 0 items : It took 0.000865 seconds
2006-10-15 10:56:44.1345 TrackStat::Storage: Starting to update urls in 
track_history based on musicbrainz ids
2006-10-15 10:56:44.1358 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:56:44.1360 TrackStat::Storage: Finished updating urls in 
track_history based on musicbrainz ids, updated 0 items : It took 0.001446 
seconds
2006-10-15 10:56:44.1360 TrackStat::Storage: Starting to update musicbrainz 
id's in track_history based on urls
2006-10-15 10:56:44.1369 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:56:44.1371 TrackStat::Storage: Finished updating musicbrainz id's 
in statistic data based on urls, updated 0 items : It took 0.000997 seconds
2006-10-15 10:56:44.1371 TrackStat::Storage: Starting to add missing entries to 
history table
2006-10-15 10:56:44.1385 Database error: Illegal mix of collations 
(utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation '='
2006-10-15 10:56:44.1387 TrackStat::Storage: Finished adding missing entries to 
history table, adding 0 items : It took 0.001531 seconds
2006-10-15 10:56:44.2140 TrackStat: Added rating support for TrackStat::Plugin
2006-10-15 10:56:44.2141 

[SlimDevices: Plugins] Re: TrackStat problem?

2006-10-15 Thread erland

Phil Meyer;146343 Wrote: 
 Sorry, misinterpretted what you were asking forStrange, it looks like they 
 already have been converted, but the errors
later on indicates that they haven't.

Do you know if you might have shutdown slimserver in the middle of the
conversion process the first time you started slimserver with TrackStat
1.29.1 ?

I think you will have to make sure the trackstat table are re-created
or re-converted.

Solution 1 (If you have access to the mysql db using a database tool)
=
1. Take a backup of the TrackStat data unless you don't have a backup
2. Connect with a database tool and run:
alter table track_statistics convert to character set utf8 collate
utf8_unicode_ci;
alter table track_history convert to character set utf8 collate
utf8_unicode_ci;
3. Try again if TrackStat works

Solution 2 (If you have access to the mysql db using a database tool
but solution 1 didn't work)
=
1. Take a backup of the TrackStat data unless you don't have a backup
2. Connect with a database tool and run:
drop table track_statistics;
drop table track_history;
3. Restart slimserver
4. Restore the TrackStat backup
5. Try again if TrackStat works

Solution 3 (If you don't have access to the mysql db using a database
tool)
=
1. Take a backup of the TrackStat data unless you don't have a backup
2. Shutdown slimserver
3. Remove the Cache/MySQL directory completely
4. Startup slimserver
5. Perform a full rescan
6. Restore the TrackStat backup
7. Try again if TrackStat works


-- 
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] Re: Softsqueeze MP3 Plugin Fails

2006-10-15 Thread Ramage

I have solved my problem with mp3 not playing on Softsqueeze.

I had tagged all my files using MP3tag v2.36a with ID3v1 and ID3v2.3
tags.  When I removed the ID3v2.3 tags with foobar,  I found the tracks
played.

I then reset all the tags to 1d3v1 and ID3v2.4 UTF8, and they worked.

The problem is with how the XP version of Slimserver 6.5.* handles the
beginning of the mp3 file.  This is not an issue with Linux.

This of course is a palliative solution as SS needs to be able to
handle all types of tags.


-- 
Ramage

P2 266MHz,Linux CC 3.2, SlimServer Version: 6.5.1 - 10145, Alien 1.06
P4 2.6GHz, Win XP, Slimserver Version: 6.5.1 - 10311, Alien 1.06

Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343
View this thread: http://forums.slimdevices.com/showthread.php?t=28662

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


[SlimDevices: Plugins] Re: Softsqueeze MP3 Plugin Fails

2006-10-15 Thread vacaboca

Cool that you found a workaround - I'm gonna have to wait for a fix in
Slimserver, I can't go re-tagging my collection right now :)  It was
all playing fine before, I'm assuming it will all play fine again as of
some future build... until then, no softsqueeze for me!

Thanks for your debugging efforts...


-- 
vacaboca

vacaboca's Profile: http://forums.slimdevices.com/member.php?userid=2715
View this thread: http://forums.slimdevices.com/showthread.php?t=28662

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


[SlimDevices: Plugins] Re: Softsqueeze MP3 Plugin Fails

2006-10-15 Thread Ramage

Retagging was quite painless using MP3Tag - although it may take a while
depending on the number of files in your library.  Just load all your
music files, select all.

In Tools, Options, Tags, Mpeg

tick ID3v1 and ID3v2
select the radio button for ID3v2.4
tick remove APE

Save all your files.

You might want to try it out on just a few files first though.

MP3Tag is a free download


-- 
Ramage

P2 266MHz,Linux CC 3.2, SlimServer Version: 6.5.1 - 10145, Alien 1.06
P4 2.6GHz, Win XP, Slimserver Version: 6.5.1 - 10311, Alien 1.06

Ramage's Profile: http://forums.slimdevices.com/member.php?userid=5343
View this thread: http://forums.slimdevices.com/showthread.php?t=28662

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


[SlimDevices: Plugins] Re: SoftSqueeze still stops displaying

2006-10-15 Thread jarome

It was not included in the 10/14 6.5.1 build! That had 3.2 only.


-- 
jarome

jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
View this thread: http://forums.slimdevices.com/showthread.php?t=28532

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


[SlimDevices: Plugins] Re: SoftSqueeze still stops displaying

2006-10-15 Thread jarome

It takes a lot longer to freeze now...


-- 
jarome

jarome's Profile: http://forums.slimdevices.com/member.php?userid=1223
View this thread: http://forums.slimdevices.com/showthread.php?t=28532

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


[SlimDevices: Plugins] A simple question, IR Blaster Pluggin

2006-10-15 Thread Mike M

Hi
Just started playing with a Squuezebox 3 the other day for the first
time.  Installed the IR Blaster Plugin on SlimServer.  Is there any way
to make this plugin resident on the squeezebox itself so I don't have to
have slimserve running or the computer on, or do all pluggins only work
from slimserve?

Thanks
Mike


-- 
Mike M

Mike M's Profile: http://forums.slimdevices.com/member.php?userid=7972
View this thread: http://forums.slimdevices.com/showthread.php?t=28699

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


Re: [SlimDevices: Plugins] A simple question, IR Blaster Pluggin

2006-10-15 Thread Jack Coates
On 10/15/06, Mike M [EMAIL PROTECTED] wrote:
HiJust started playing with a Squuezebox 3 the other day for the firsttime.Installed the IR Blaster Plugin on SlimServer.Is there any way
to make this plugin resident on the squeezebox itself so I don't have tohave slimserve running or the computer on, or do all pluggins only workfrom slimserve?ThanksMike
They only work from Slimserver, sorry.-- I spent all me tin with the ladies drinking gin,So across the Western ocean I must wander -- traditional
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/plugins


[SlimDevices: Plugins] Re: iTunesupdate on Tiger(Intel)

2006-10-15 Thread dabloss

I'm not sure abou that but indeed, there was a warning message as I
entered in the CPAN:

DABLOSS-2:~ bendabloss$ sudo perl -MCPAN -e shell
Password:
Terminal does not support AddHistory.

There seems to be running another CPAN process (pid 347). 
Contacting...
Other job not responding. Shall I overwrite the lockfile? (Y/N) [y]

Then I said yes and here's what happened:

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan 

then I installed the glue module. Anything wrong?


-- 
dabloss

dabloss's Profile: http://forums.slimdevices.com/member.php?userid=7106
View this thread: http://forums.slimdevices.com/showthread.php?t=24648

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


Re: [SlimDevices: Plugins] Could you get a SB3 to...

2006-10-15 Thread kdf


On 15-Oct-06, at 12:17 PM, steve4586 wrote:



Send a magic frame to a slimserver to wake on lan the server?

it is already in firmware.  press power while the server is off and the 
SB3 will try to wake up the server.

-kdf

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


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

2006-10-15 Thread Phil Meyer
I think the errors might be from a blank saved station (I've changed my
version so the line numbers don't match up) ?

Looking in the LastFM settings, I have:
group/SlimScrobbler
artist/Radiohead
artist/Tangerine Dream/similar artists


The last line is blank.  I assume this is correct (allows new entries to be 
added).


LastFM web UI looks okay when initially visiting the page, and is okay whilst 
Waiting for LastFM track details.  It only goes wrong when it displays the 
Now Playing info.

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


[SlimDevices: Plugins] Re: A simple question, IR Blaster Pluggin

2006-10-15 Thread Mike M

I guess this applies to all plugins?

Thanks


-- 
Mike M

Mike M's Profile: http://forums.slimdevices.com/member.php?userid=7972
View this thread: http://forums.slimdevices.com/showthread.php?t=28699

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


[SlimDevices: Plugins] Re: Announce: Moose 0.42

2006-10-15 Thread Paul_B

I have downloaded the latest version of Moose, 0.46, and I can't get it
to scan MySQL database on the remote Slimserver. I have followed the
instructions on the website without joy. Also the bottom pane in Moose
just says waiting reponse and the Player menu bar has no drop down
options.

The error I keep getting is:
EXCEPTION: Error connecting to MySql: A request to send or receive data
was disallowed because the socket is not connected and (when sending on
a datagram socket using a sendto call) no address was supplied

Any advice would be appreciated.

Current setup:
Slimserver 6.5.0
Windows 2003 Server R2


-- 
Paul_B

Paul

~
Slimserver 6.5.0 on EPIA VIA EN15000 Mini-ITX running Windows 2003 R2.

Remote storage QNAP(1.2.1)~(160GB Maxtor)
SB3 (x1)
RIP - dBpowerAMP R12 (Alpha) to FLAC
ID3 Tags - MP3Tag v2.36
~

Paul_B's Profile: http://forums.slimdevices.com/member.php?userid=3039
View this thread: http://forums.slimdevices.com/showthread.php?t=28058

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


[SlimDevices: Plugins] Re: Announce: Moose 0.42

2006-10-15 Thread Paul_B

Doh sometimes you don't see the wood for the trees!

It was the Windows Firewall on the 2003 server. Slimserver was already
added for port 9000 but not 9090 for CLI. Then I also had to add an
exception for MySQL on 9092. All now as it should be


-- 
Paul_B

Paul

~
Slimserver 6.5.0 on EPIA VIA EN15000 Mini-ITX running Windows 2003 R2.

Remote storage QNAP(1.2.1)~(160GB Maxtor)
SB3 (x1)
RIP - dBpowerAMP R12 (Alpha) to FLAC
ID3 Tags - MP3Tag v2.36
~

Paul_B's Profile: http://forums.slimdevices.com/member.php?userid=3039
View this thread: http://forums.slimdevices.com/showthread.php?t=28058

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


[SlimDevices: Plugins] Re: WinAmp DPS or similar to stream music from local PC directly to the SqueezeBox

2006-10-15 Thread Linzer

To the best of my knowledge, no one has written a WinAmp plugin that
outputs directly to a Squeezebox.  There IS a plugin that will output
to a ShoutCast server (or its variants in the open source world). 
Because a Squeezebox can tune in a Shoutcast stream you get what your
are after with running an additional piece of software; a Shoutcast
server.

HTH


-- 
Linzer

--
Linzer

Linzer's Profile: http://forums.slimdevices.com/member.php?userid=462
View this thread: http://forums.slimdevices.com/showthread.php?t=28676

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


[SlimDevices: Plugins] best alarm plug-in?

2006-10-15 Thread grimholtz

What's the best alarm plug-in these days? I installed 'Fishbone's
Advanced Alarm Plugin' (http://www.deane-freeman.com/slimserver/), but
can't even find a configuration page for it on slimserver. Maybe I
installed it wrong -- I just copied AlarmPlugin.pm to C:\Program
Files\SlimServer\server\Plugins. I made sure I downloaded the version
for my slimserver (6.5).

thanks for any help,
grimholtz


-- 
grimholtz

'Get PasswordMaker' (https://passwordmaker.org/)
'Get FoxyProxy' (http://foxyproxy.mozdev.org/)
'Read one of my books'
(http://www.amazon.com/exec/obidos/tg/detail/-/1861005202/102-7541338-1644948)

grimholtz's Profile: http://forums.slimdevices.com/member.php?userid=5235
View this thread: http://forums.slimdevices.com/showthread.php?t=28712

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


Re: [SlimDevices: Plugins] best alarm plug-in?

2006-10-15 Thread Michael Herger

What's the best alarm plug-in these days? I installed 'Fishbone's
Advanced Alarm Plugin' (http://www.deane-freeman.com/slimserver/), but


I just got woken up by this plugin. Dang... it's working every day! :-)


can't even find a configuration page for it on slimserver. Maybe I


Player Settings / Plugins?


installed it wrong -- I just copied AlarmPlugin.pm to C:\Program


As always with plugin trouble: run slimserver from the command line with  
d_plugins


--

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