Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-11-16 Thread chris . mason

Gorden,

Just occured to me : is it possible to send a shutdown to
squeezenetwork command via the CLI using SCClitool?

Chris.


-- 
chris.mason

chris.mason's Profile: http://forums.slimdevices.com/member.php?userid=3323
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2009-11-16 Thread vagskal

erland;485922 Wrote: 
 It's a bug in SBS (vote on it if you like it to be fixed):
 https://bugs.slimdevices.com/show_bug.cgi?id=15116

Erland, thank you for all your work trying to find the cause of the
problem. I have voted for the bug report and I will ask for an option to
disable TrackStat integration in muso.


-- 
vagskal

2 x SB3 (wired), Receiver (wireless), Boom (wireless), Controller, iPeng
on iPod Touch, muso on remote computer running Win XP | 7.4.2 on Win XP

vagskal's Profile: http://forums.slimdevices.com/member.php?userid=20778
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2009-11-16 Thread jezbo

muso author here : yes muso will use the tracks_persistent table IF IT
IS THERE, but not if it's not.


-- 
jezbo

jezbo's Profile: http://forums.slimdevices.com/member.php?userid=9888
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed

2009-11-16 Thread BodgeIT

Just thought I'd post contents of my mmm.ini for you to compare:

 
 [mix]
 mixsize=20 tracks
 restrict=10 tracks
 style=20
 variety=0
 seed=1
 mydjrankingv2=1
 dj=
 [server]
 proxy=0
 host=
 proxyport=0
 authentication=0
 user=
 password=
 [services]
 key=
 cache=C:\Documents and Settings\Administrator\Application
 Data\MusicIP\MusicIP Mixer\default.m3lib
 port=10002
 tivo=0
 upnp=0
 api=1
 readonly=0
 refresh=15
 cpu=2
 archive=0
 [mydj]
 mydj_user=
 mydj_password=



-- 
BodgeIT

Whether you think you can or you think you can't, either way you are
right!
*SS*(7.4.2 - r29251) on *WHS SP2*(VMWare 1.8 Device(No Sound Card))
*Slimp3*(FW 2.3), *Receiver*(FW 65)  *Controller*(7.4.1 r7915).

BodgeIT's Profile: http://forums.slimdevices.com/member.php?userid=17100
View this thread: http://forums.slimdevices.com/showthread.php?t=67592

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


Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed

2009-11-16 Thread BodgeIT

I guess what's going on is that the headless server and MusicIp GUI
aren't actually talking to each other, only reading and writing to the
same dbase.

Funny how the Test Connection button on the server tab actually
works?

Didn't really pay that much attention when I set it up and it was a
good while ago.

That makes it very important that the headless server is using the file
that is created by MusicIP Mixer.

I think in one of your posts however you did say you could create a
test mix in the webpage from Spicefly...so I could be barking up the
wrong tree.


-- 
BodgeIT

Whether you think you can or you think you can't, either way you are
right!
*SS*(7.4.2 - r29251) on *WHS SP2*(VMWare 1.8 Device(No Sound Card))
*Slimp3*(FW 2.3), *Receiver*(FW 65)  *Controller*(7.4.1 r7915).

BodgeIT's Profile: http://forums.slimdevices.com/member.php?userid=17100
View this thread: http://forums.slimdevices.com/showthread.php?t=67592

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2009-11-16 Thread vagskal

vagskal;485940 Wrote: 
 Erland, thank you for all your work trying to find the cause of the
 problem. I have voted for the bug report and I will ask for an option to
 disable TrackStat integration in muso.

Erland, do you by any chance know if these error messages I got upon a
search for new and changed music in the SBS scanner.log are related to
the SBS bug you found?


Code:

[09-11-16 12:09:59.2270] Slim::Music::Import::runScanPostProcessing (430) 
Starting merge of various artists albums
  [09-11-16 12:10:11.9414] Slim::Schema::Storage::throw_exception (82) Error: 
DBI Exception: DBD::mysql::st execute failed: File 'C:\Documents and 
Settings\All Users\Application Data\Squeezebox\Cache\MySQL\#sql_96c_0.MYD' not 
found (Errcode: 13) [for Statement SELECT me.id, me.url, me.content_type, 
me.title, me.titlesort, me.titlesearch, me.album, me.primary_artist, 
me.tracknum, me.timestamp, me.filesize, me.disc, me.remote, me.audio, 
me.audio_size, me.audio_offset, me.year, me.secs, me.cover, me.vbr_scale, 
me.bitrate, me.samplerate, me.samplesize, me.channels, me.block_alignment, 
me.endian, me.bpm, me.tagversion, me.drm, me.musicmagic_mixable, 
me.musicbrainz_id, me.lossless, me.lyrics, me.replay_gain, me.replay_peak, 
me.extid, contributorTracks.role, contributorTracks.contributor, 
contributorTracks.track FROM tracks me LEFT JOIN contributor_track 
contributorTracks ON contributorTracks.track = me.id WHERE ( ( 
contributorTracks.role = ? AND me.album = ? ) ) ORDER BY contribut
 orTracks.track]
  [09-11-16 12:10:11.9424] Slim::Schema::Storage::throw_exception (82) 
Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/C:\Program\SQUEEZ~2\server\scanner.exeSlim/Schema/Storage.pm line 82)
  frame 1: Slim::Schema::Storage::throw_exception 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI.pm line 957)
  frame 2: DBIx::Class::Storage::DBI::__ANON__ 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI.pm line 1217)
  frame 3: DBIx::Class::Storage::DBI::_dbh_execute 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI.pm line 532)
  frame 4: DBIx::Class::Storage::DBI::dbh_do 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI.pm line 1227)
  frame 5: DBIx::Class::Storage::DBI::_execute 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI.pm line 1451)
  frame 6: DBIx::Class::Storage::DBI::_select 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI/Cursor.pm line 
82)
  frame 7: DBIx::Class::Storage::DBI::Cursor::_dbh_next 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI.pm line 547)
  frame 8: (eval) 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI.pm line 540)
  frame 9: DBIx::Class::Storage::DBI::dbh_do 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI/Cursor.pm line 
101)
  frame 10: DBIx::Class::Storage::DBI::Cursor::next 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/ResultSet.pm line 953)
  frame 11: DBIx::Class::ResultSet::next 
(/C:\Program\SQUEEZ~2\server\scanner.exeSlim/Schema.pm line 1496)
  frame 12: Slim::Schema::mergeSingleVAAlbum 
(/C:\Program\SQUEEZ~2\server\scanner.exeSlim/Schema.pm line 1457)
  frame 13: Slim::Schema::mergeVariousArtistsAlbums 
(/C:\Program\SQUEEZ~2\server\scanner.exeSlim/Music/Import.pm line 434)
  frame 14: Slim::Music::Import::runScanPostProcessing (scanner.pl line 306)
  frame 15: (eval) (scanner.pl line 306)
  frame 16: main::main (scanner.pl line 439)
  
  [09-11-16 12:10:12.0196] Slim::Schema::Storage::throw_exception (82) Error: 
Carp::Clan::__ANON__(): DBI Exception: DBD::mysql::st execute failed: File 
'C:\Documents and Settings\All Users\Application 
Data\Squeezebox\Cache\MySQL\#sql_96c_0.MYD' not found (Errcode: 13) [for 
Statement SELECT me.id, me.url, me.content_type, me.title, me.titlesort, 
me.titlesearch, me.album, me.primary_artist, me.tracknum, me.timestamp, 
me.filesize, me.disc, me.remote, me.audio, me.audio_size, me.audio_offset, 
me.year, me.secs, me.cover, me.vbr_scale, me.bitrate, me.samplerate, 
me.samplesize, me.channels, me.block_alignment, me.endian, me.bpm, 
me.tagversion, me.drm, me.musicmagic_mixable, me.musicbrainz_id, me.lossless, 
me.lyrics, me.replay_gain, me.replay_peak, me.extid, contributorTracks.role, 
contributorTracks.contributor, contributorTracks.track FROM tracks me LEFT JOIN 
contributor_track contributorTracks ON contributorTracks.track = me.id WHERE ( 
( contributorTracks.role = ? AND me.album = 
 ? ) ) ORDER BY contributorTracks.track] at 
/C:\Program\SQUEEZ~2\server\scanner.exeSlim/Schema/Storage.pm line 86
  [09-11-16 12:10:12.0208] Slim::Schema::Storage::throw_exception (82) 
Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/C:\Program\SQUEEZ~2\server\scanner.exeSlim/Schema/Storage.pm line 82)
  frame 1: Slim::Schema::Storage::throw_exception 
(/C:\Program\SQUEEZ~2\server\scanner.exeDBIx/Class/Storage/DBI.pm line 562)
  frame 2: DBIx::Class::Storage::DBI::dbh_do 

Re: [SlimDevices: Plugins] Problems with Napster

2009-11-16 Thread SW4Peter

I can't get Napster to work with softsqueeze either.

Any suggestions?


-- 
SW4Peter

SW4Peter's Profile: http://forums.slimdevices.com/member.php?userid=9672
View this thread: http://forums.slimdevices.com/showthread.php?t=71433

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2009-11-16 Thread tamanaco

Version 5.8.9 won't install on Today's 7.4.2 build. I tried installing
via the plugin installer and manually by expanding the 5.8.9 zip file in
the \Documents and Settings\All Users\Application
Data\Squeezebox\Cache\InstalledPlugins\Plugins\SuperDateTime folder. I
also used the new special repo location, but I keep getting the Plugin
updates are available message in the web UI. The 5.8.9 files are
downloaded and expanded in the right folder and the previous version is
replaced. The plugin page still shows that that the new version is
available for download and Superdatetime is not listed as installed. I
downloaded the 5.8.8 zip file and expanded in the folder mentioned above
and it installs fine. The plugin page still reports that there is an
update, but I least I have the previous version (5.8.8) installed and
working.


-- 
tamanaco

tamanaco's Profile: http://forums.slimdevices.com/member.php?userid=4620
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Logitech Z-5500 remote from Duet

2009-11-16 Thread benlen

I have finally made the xml file for the Z5500 remote.
You can add the following line to your plugins in Squeezebox server
settings page.

http://bendik.xn--lens-xoa.com/projects/Z5500Remote/Z5500Remote.xml


Then you should be able to install it from your controller (settings-
advanced- Applet installer)


-- 
benlen

benlen's Profile: http://forums.slimdevices.com/member.php?userid=21743
View this thread: http://forums.slimdevices.com/showthread.php?t=56111

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


Re: [SlimDevices: Plugins] SqueezeControl for Android announcement and support thread

2009-11-16 Thread benlen

Thanks for the new version.

Download playlist was really neat!

The feature I miss the most is sync players.
It could be done from the Select player.

and the volume up/down icons are almost invisible (on magic). Just
white.


Thanks/Takk


-- 
benlen

benlen's Profile: http://forums.slimdevices.com/member.php?userid=21743
View this thread: http://forums.slimdevices.com/showthread.php?t=62581

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


Re: [SlimDevices: Plugins] Announce: SqueezeIR - A Generic Infra-Red Remote Control Applet for the Duet's SBC

2009-11-16 Thread indifference_engine

Getting SqueezeIR to work with alarm/sleep is not something I've looked
at or even contemplated.  I'll look into it for a future version but at
the moment the answer is no :(  You'd have to place the controller very
carefully for it to work!


-- 
indifference_engine

indifference_engine's Profile: 
http://forums.slimdevices.com/member.php?userid=20698
View this thread: http://forums.slimdevices.com/showthread.php?t=66795

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2009-11-16 Thread erland

vagskal;485986 Wrote: 
 Erland, do you by any chance know if these error messages I got upon a
 search for new and changed music in the SBS scanner.log are related to
 the SBS bug you found?
 
No, those are something else. Complaints regarding *.MYD files are
often caused by incorrectly configured antivirus software.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.isaksson.info) (Install my plugins through
Extension Downloader)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))

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

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


Re: [SlimDevices: Plugins] Announce: New versions of erlands plugins

2009-11-16 Thread vagskal

erland;486091 Wrote: 
 No, those are something else. Complaints regarding *.MYD files are often
 caused by incorrectly configured antivirus software.

OK, thanks.


-- 
vagskal

2 x SB3 (wired), Receiver (wireless), Boom (wireless), Controller, iPeng
on iPod Touch, muso on remote computer running Win XP | 7.4.2 on Win XP

vagskal's Profile: http://forums.slimdevices.com/member.php?userid=20778
View this thread: http://forums.slimdevices.com/showthread.php?t=49483

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


Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed

2009-11-16 Thread matthijskoopmans

BodgeIT;485980 Wrote: 
 Just thought I'd post contents of my mmm.ini for you to compare:
 
 
 
 Note the entries under [Services], now I'm not sure what's going on
 because in my Gui settings page in MusicIp API is not selected:


I have changed the directory of the MIP Cache file, from Program files
to Documents and Settings - Administrator - ...

I have refreshed the songs in Headless MIP. Then restarted both MIP and
SqueezeBoxServer.
I can create a test mix in the MIP Headless mode. that works ok. I can
still not create a mix for any song in SqueezeCenter. The MIP mixer icon
shows in SqueezeBoxServer, but the mix shows up as empty (same API
error).

Same process with Firewall off on HomeServer: same result.

log: 
[09-11-17 05:37:29.5522] Slim::Plugin::MusicMagic::Plugin::_cacheidOK
(556) Read cacheid of 1258268167
[09-11-17 05:37:29.5694] Slim::Plugin::MusicMagic::Plugin::_statusOK
(479) Read status idle
[09-11-17 05:38:44.7111] Slim::Plugin::MusicMagic::Plugin::getMix (928)
Creating mix for: song using: \\mkshome\Music\Squeezebox\A\Alice In
Chains\Facelift\03 Sea of Sorrow.mp3 as seed.
[09-11-17 05:38:44.7120] Slim::Plugin::MusicMagic::Plugin::getMix (941)
Request
http://localhost:10002/api/mix?song%3D%5C%5Cmkshome%5CMusic%5CSqueezebox%5CA%5CAlice%20In%20Chains%5CFacelift%5C03%20Sea%20of%20Sorrow.mp3variety=2rejectsize=5mixgenre=0style=20sizetype=minsize=240
[09-11-17 05:38:44.7347] Slim::Plugin::MusicMagic::Plugin::getMix (962)
Warning: Couldn't get mix:
song%3D%5C%5Cmkshome%5CMusic%5CSqueezebox%5CA%5CAlice%20In%20Chains%5CFacelift%5C03%20Sea%20of%20Sorrow.mp3variety=2rejectsize=5mixgenre=0style=20sizetype=minsize=240
[09-11-17 05:38:44.7356] Slim::Plugin::MusicMagic::Plugin::getMix (963)
HTTP/1.0 500 Internal Server Error
Client-Date: Tue, 17 Nov 2009 13:38:44 GMT
Client-Peer: 127.0.0.1:10002
Client-Response-Num: 1

MusicIP API error - invalid request or internal error.


-- 
matthijskoopmans

Livingroom: SB3 (Logitech Black) + Onkyo SR805 + JBL CF120 + Dali
Concept Sub
Bedroom: SB BOOM
Office: SB3 (SlimDevices White) + Onkyo ASV420 + Jamo C70 + Jamo SW600
Server: Windows Home Server

matthijskoopmans's Profile: http://forums.slimdevices.com/member.php?userid=2622
View this thread: http://forums.slimdevices.com/showthread.php?t=67592

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


Re: [SlimDevices: Plugins] MusicIP over Windows home server

2009-11-16 Thread matthijskoopmans

I have switched off the virus scanner (comodo), and the firewall
(windows):

same result, empty mix.

We are making progress along the lines of elimination :)


-- 
matthijskoopmans

Livingroom: SB3 (Logitech Black) + Onkyo SR805 + JBL CF120 + Dali
Concept Sub
Bedroom: SB BOOM
Office: SB3 (SlimDevices White) + Onkyo ASV420 + Jamo C70 + Jamo SW600
Server: Windows Home Server

matthijskoopmans's Profile: http://forums.slimdevices.com/member.php?userid=2622
View this thread: http://forums.slimdevices.com/showthread.php?t=71121

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


Re: [SlimDevices: Plugins] iPlayer Won't Play BBC Listen Again on QNAP

2009-11-16 Thread MunichMelly

It's good to see lots of people are now successfully running iplayer on
their QNAPs thanks to the contributions in this thread. 
Having done a clean install of SSOTS and Squeezebox Server, and
applying the iplayer filechange provided in this thread, I am also able
to start both live and listen-again streams on my QNAP.

Unfortunately I am having problems with very frequent rebuffering
(several times a minute, i.e. not useable) with pretty much every
program (both live and listen-again). I am not in the UK.
The QNAP is connected to the squeezebox duet receiver via cable so I
don't think its a local network problem.

As a comparison, if I run Squeezebox Server on my laptop (via a 802.11n
wireless router) instead of on the QNAP then there are no problems - so
the problem seems to be specific to the QNAP setup.

Have other QNAP users had similar problems (and how did you solve
them)?
If other non-UK QNAP users are using iplayer without rebuffering
problems, did you change anything from the standard setup to achieve
this?
Are there any settings which I can change to help this?
Hope someone can help 


-- 
MunichMelly

 System Info 
Squeezebox Duet (receiver firmware 65)
QNAP 209 pro II
SSOTS:  4.1-7.4.0
Squeezebox Server Version: 7.4.1 - r28947 @ Tue Oct 20 08:02:44 PDT
2009
Operating system: Linux - EN - utf8
Platform Architecture: armv5tejl-linux
Perl Version: 5.10.0 - armv5tejl-linux-thread-multi
MySQL Version: 5.0.27
BBC iPlayer (v0.9f)
BBC iPlayer Extras (v0.3)

MunichMelly's Profile: http://forums.slimdevices.com/member.php?userid=33549
View this thread: http://forums.slimdevices.com/showthread.php?t=70812

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


Re: [SlimDevices: Plugins] iPlayer Won't Play BBC Listen Again on QNAP

2009-11-16 Thread bpa

It's possible the UK users of QNAP have disabled AAC and so QNAP does no
transcoding (i.e. no processor load) whereas your QNAP must transcode
the AAC stream and this would have a significant processor load.

Have you disabled AAC-MP3 and AAC-Flac.  This will ease processor
load but increase network load.

This transcoding problem may go away next year (or possibly sooner)
when BBC start providing Listen Again in WMA (replacing RealAudio) as
well as AAC for non UK listeners.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] Announce: BBCiPlayer 0.9 - with UK and Non UK Support

2009-11-16 Thread Triode

Looks to me that that beta version does not fix the problem - I need to
do more tests..

I would be interested in feedback from iPlayer users using a Squeezebox
Radio or Touch (beta) and who have the very latest 7.5 betas running
(yesterday's nightlies).  This will now use direct streaming for Flash
streams - i.e. flash is streaming direct to the player with Squeezebox
Server only used to establish the connection.  (This is only for the new
players as I needed to write some code for the player and hence this
can't go in the old players)  The advantage is that it should lower the
cpu load on low powered servers.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] iPlayer Won't Play BBC Listen Again on QNAP

2009-11-16 Thread MunichMelly

bpa;486141 Wrote: 
  ... your QNAP must transcode the AAC stream and this would have a
 significant processor load.
 
 Have you disabled AAC-MP3 and AAC-Flac.  This will ease processor
 load but increase network load.

I haven't (knowingly) disabled anything.
How can I check this, and how can I try this?


-- 
MunichMelly

 System Info 
Squeezebox Duet (receiver firmware 65)
QNAP 209 pro II
SSOTS:  4.1-7.4.0
Squeezebox Server Version: 7.4.1 - r28947 @ Tue Oct 20 08:02:44 PDT
2009
Operating system: Linux - EN - utf8
Platform Architecture: armv5tejl-linux
Perl Version: 5.10.0 - armv5tejl-linux-thread-multi
MySQL Version: 5.0.27
BBC iPlayer (v0.9f)
BBC iPlayer Extras (v0.3)

MunichMelly's Profile: http://forums.slimdevices.com/member.php?userid=33549
View this thread: http://forums.slimdevices.com/showthread.php?t=70812

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


Re: [SlimDevices: Plugins] SqueezeControl for Android announcement and support thread

2009-11-16 Thread DaGGeRRz

Great to hear. I just uploaded another update:

* Fixed some search filtering and navigation issues
* Current song can now be downloaded to the device
* Songs can be scanned through by holding the skip buttons (will not
work on transcoded songs)
* Fixed problem downloading songs with special characters in album,
title or artist
* Fixed potential memory leak in song download

The first issue was rather annoying and often apparent but it should be
rock solid now (or so I hope).

Syncing players is not on top of my list right now, but sync groups can
be set up permanently from the devices themselves, can't they?


-- 
DaGGeRRz

DaGGeRRz's Profile: http://forums.slimdevices.com/member.php?userid=29754
View this thread: http://forums.slimdevices.com/showthread.php?t=62581

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


Re: [SlimDevices: Plugins] MusicIP/ SpiceFly for WHS running 7.4 - your help needed

2009-11-16 Thread Michael Herger
 http://localhost:10002/api/mix?song%3D%5C%5Cmkshome%5CMusic%5CSqueezebox%5CA%5CAlice%20In%20Chains%5CFacelift%5C03%20Sea%20of%20Sorrow.mp3variety=2rejectsize=5mixgenre=0style=20sizetype=minsize=240

Hmm... the above url seems to have a minor glitch. Can you open it in your 
browser? If not, what about the following:

http://localhost:10002/api/mix?song=%5C%5Cmkshome%5CMusic%5CSqueezebox%5CA%5CAlice%20In%20Chains%5CFacelift%5C03%20Sea%20of%20Sorrow.mp3variety=2rejectsize=5mixgenre=0style=20sizetype=minsize=240

IMHO the = sign after song should not be URI encoded. But if that was a 
general issue in the MIP plugin, all of us users would see it fail :-/.

If this still doesn't work, try removing one parameter after the other until 
you only use the song=... parameter (no variety, etc.).
___
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins


Re: [SlimDevices: Plugins] iPlayer Won't Play BBC Listen Again on QNAP

2009-11-16 Thread MunichMelly

bpa;486158 Wrote: 
 WebUI Settings/Filetypes
 
 set AAC - MP3 to disabled
 Set AAC-Flac to disabled
 
 Click Apply
Thanks - I tried this but it didn't appear to make any difference.
That left AAC-AAC as native and AAC-PCM as faad.
As it didn't work, for now I've put it back to 
AAC-MP3 faad/lame and AAC-Flac faad/flac
Any other ideas?
Are there any logs I can switch on to look at this in more detail?


-- 
MunichMelly

 System Info 
Squeezebox Duet (receiver firmware 65)
QNAP 209 pro II
SSOTS:  4.1-7.4.0
Squeezebox Server Version: 7.4.1 - r28947 @ Tue Oct 20 08:02:44 PDT
2009
Operating system: Linux - EN - utf8
Platform Architecture: armv5tejl-linux
Perl Version: 5.10.0 - armv5tejl-linux-thread-multi
MySQL Version: 5.0.27
BBC iPlayer (v0.9f)
BBC iPlayer Extras (v0.3)

MunichMelly's Profile: http://forums.slimdevices.com/member.php?userid=33549
View this thread: http://forums.slimdevices.com/showthread.php?t=70812

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


Re: [SlimDevices: Plugins] iPlayer Won't Play BBC Listen Again on QNAP

2009-11-16 Thread bpa

Check CPU load of the QNAP - if it is high 70% or more then then
transcoding is likely the cause of the problem.

I don't know what tools are available on QNAP to show cpu load but top
is the usual linux tool


-- 
bpa

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

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


Re: [SlimDevices: Plugins] iPlayer Won't Play BBC Listen Again on QNAP

2009-11-16 Thread MunichMelly

bpa;486179 Wrote: 
 Check CPU load of the QNAP - if it is high 70% or more then then
 transcoding is likely the cause of the problem.
 
 I don't know what tools are available on QNAP to show cpu load but top
 is the usual linux tool

QNAP supply a web admin tool, which has a system information screen.
When playing an iplayer stream cpu load is indicated to be around 100%
confirming your thoughts, compared with playing a local mp3 file showing
a load between 5% and 25%.

Is there any way to avoid the transcoding, or do I have to wait for the
BBC to start supporting other stream formats?


-- 
MunichMelly

 System Info 
Squeezebox Duet (receiver firmware 65)
QNAP 209 pro II
SSOTS:  4.1-7.4.0
Squeezebox Server Version: 7.4.1 - r28947 @ Tue Oct 20 08:02:44 PDT
2009
Operating system: Linux - EN - utf8
Platform Architecture: armv5tejl-linux
Perl Version: 5.10.0 - armv5tejl-linux-thread-multi
MySQL Version: 5.0.27
BBC iPlayer (v0.9f)
BBC iPlayer Extras (v0.3)

MunichMelly's Profile: http://forums.slimdevices.com/member.php?userid=33549
View this thread: http://forums.slimdevices.com/showthread.php?t=70812

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


Re: [SlimDevices: Plugins] Podcast Player App

2009-11-16 Thread Sb42

Here are two that work for me, it took me a while to come to understand
that the Podcast Menu had been removed in v7.4 and all moved to the
MyApps option on the Web. I used to go to my Squeezecentre console on my
local computer but now I realise that I have to setup my Podcasts on the
mysqueezebox.com website, which seems to be a backward step for me.

http://www.npr.org/rss/podcast.php?id=510208
http://downloads.bbc.co.uk/rmhttp/downloadtrial/fivelive/markkermodesfilmreviews/rss.xml

hope this helps...


-- 
Sb42

Sb42's Profile: http://forums.slimdevices.com/member.php?userid=10692
View this thread: http://forums.slimdevices.com/showthread.php?t=71453

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


Re: [SlimDevices: Plugins] iPlayer Won't Play BBC Listen Again on QNAP

2009-11-16 Thread bpa

can you run the faad program on a command line with no arguments.  It
will display a banner and check if it the fixed point version.


-- 
bpa

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

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


Re: [SlimDevices: Plugins] iPeng support thread

2009-11-16 Thread Troutmaster

pippin;485834 Wrote: 
 I think it has to be the duet. If it were iPeng it would just connect to
 the wrong account.
 
 Are you using MySqueezebox.com or Squeezebox Server (SqueezeCenter)? I
 assume the latter or you would probably not see the player.
 The message means, that your Receiver is probably connected to a
 different MySqueezebox.com Account than the one that is configured in
 your server.
 This would mean you either have to change the account in the server
 configurazion or log into the wrong account and delete the player (it
 can then be connected to the correct one) or to call Logitech support to
 do that.

Thanks. It was the duet and my MAC had somehow been reassigned to
someone else, according to helpful logitech support. All working again
now.


-- 
Troutmaster

Troutmaster's Profile: http://forums.slimdevices.com/member.php?userid=32406
View this thread: http://forums.slimdevices.com/showthread.php?t=51929

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


Re: [SlimDevices: Plugins] XM radio plugin with 7.4?

2009-11-16 Thread freedomgli

jaredcoe;485772 Wrote: 
 Not getting it to show up in the plugin's list on OS X.

It doesn't show up in Settings/Plugins either so I am unable to
configure although I can see it under Home/Internet Radio and it is
physically located in the correct location on my machine.  I'm running
SS 7.4.0 on Vortexbox 0.9 (Fedora 11).


-- 
freedomgli

freedomgli's Profile: http://forums.slimdevices.com/member.php?userid=30760
View this thread: http://forums.slimdevices.com/showthread.php?t=68420

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-11-16 Thread guiness

gharris999;484176 Wrote: 
 I'm glad things are in order again.
 
 I just did a clean install on Windows 7 of 7.4.2 and the latest
 SrvrPowerCtrl beta via the extension downloader.  I didn't see evidence
 of the problem with the settings page being inaccessible that you had
 pointed out.  I have seen that problem in the past, though, when there
 are conflicting versions of SrvrPowerCtrl installed both manually and
 via the extension downloader.  Just make sure you delete any manually
 installed versions before you attempt to install a new version via the
 ED.

Well the connection between S3B and server is unstable again.  I think
the SC 7.3.4 is trying so hard to get to the old SqueezeNetwork address
it is gumming stuff up.  I think I will try to go back to 7.4

Slim::Networking::SqueezeNetwork::Players::_players_error (146) Unable
to get players from SN: Couldn't resolve IP address for:
www.squeezenetwork.com, retrying in 300 seconds


-- 
guiness

guiness's Profile: http://forums.slimdevices.com/member.php?userid=17782
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] XM radio plugin with 7.4?

2009-11-16 Thread jdc

Neil much thanks! Will try the upgrade tomorrow!


-- 
jdc

jdc's Profile: http://forums.slimdevices.com/member.php?userid=23870
View this thread: http://forums.slimdevices.com/showthread.php?t=68420

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-11-16 Thread RichardH

I hope I am in the right thread.  I installed the plug in for the Power
Center Control ( v20091110.223903).  I am running Windows XP, and
Version 7.4.2-r29251 of Squeezebox Server.  I have a duet.  The commands
for Power Center appear on the controller, but when I enter any one of
the commands, I get the following message on my PC:

Windows cannot find 'scpowertool.exe.  Make sure you typed the name
correctly, and then try again.  To search a file, clicketc.

and the server does not shut down.  It also seems that I get the blue
signal indicator on the controller and have to restart Squeezebox Server
from the PC.  I am not very computer literate.  Have I done something
wrong,  Can I fix something to get this to work?

Thanks in advance for your advice


-- 
RichardH

RichardH's Profile: http://forums.slimdevices.com/member.php?userid=19643
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


[SlimDevices: Plugins] Does Playlist Manager work in Windows 7?

2009-11-16 Thread 84tiger

I'm running 7.3.4 on a new Windows 7 desktop. Players are two SB3's. I
did not use Playlist Manager on my old XP machine but decided to give it
a try with my new setup. I've downloaded the plugin with extension
downloader (I've also tried loading it manually), it shows up in the
plugin list and under the advanced settings tab I can see Playlist
Manager and create my list of playlists.  When I try to access the
Playlist Manager from the remote by holding the add key all that
happens is the track gets zapped - I never see the extended menu for
playlist manager. Any ideas? Is anybody out there using Playlist Manager
successfully with Windows 7? Thanks.


-- 
84tiger

84tiger's Profile: http://forums.slimdevices.com/member.php?userid=14908
View this thread: http://forums.slimdevices.com/showthread.php?t=71487

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


Re: [SlimDevices: Plugins] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2009-11-16 Thread jsnell

GoCubs;485254 Wrote: 
 I have a work-in-progress posted based on the CustomTime Lua applet that
 you can give a shot.  Besides the CustomTime functionality it will also
 show the current conditions and temp.
 Let me know what you think.  More functionality to come :)

Great start. Obviously more to be done (this is true for ALL of the
Radio screensavers) in terms of formatting and stuff, but it's nice to
see the temperature on there again! :-)


-- 
jsnell

jsnell's Profile: http://forums.slimdevices.com/member.php?userid=66
View this thread: http://forums.slimdevices.com/showthread.php?t=14327

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-11-16 Thread gharris999

RichardH;486252 Wrote: 
 I hope I am in the right thread.  I installed the plug in for the Power
 Center Control ( v20091110.223903).  I am running Windows XP, and
 Version 7.4.2-r29251 of Squeezebox Server.  I have a duet.  The commands
 for Power Center appear on the controller, but when I enter any one of
 the commands, I get the following message on my PC:
 
 Windows cannot find 'scpowertool.exe.  Make sure you typed the name
 correctly, and then try again.  To search a file, clicketc.
 
 and the server does not shut down.  It also seems that I get the blue
 signal indicator on the controller and have to restart Squeezebox Server
 from the PC.  I am not very computer literate.  Have I done something
 wrong,  Can I fix something to get this to work?
 
 Thanks in advance for your advice
You need to install scpowertool.exe.  Download and run the installer
from: http://srvrpowerctrl.googlecode.com/files/SCPowerTool_latest.exe

Check out the windows help page.  Go to Settings-SrvrPowerCtrl
settings and click on the link to the help page.  It explains what
SCPowerTool.exe is and how it works.


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] Announce: Beta version of SvrPowerControl

2009-11-16 Thread gharris999

geoperkins;485811 Wrote: 
 I used the extension downloader to install the beta SvrPowerConrol
 plugin into Squeezebox Server 7.4.1 and it froze the Squeezebox Server
 (squeezesvr.exe). I could not stop or restart the service using the
 Squeeze Tray applet. I could not stop, restart the service using the
 Windows MMC services. I had to use Task Manager and kill the process.I've 
 seen this too, but it's unrelated to SrvrPowerCtrl as far as I can
tell.  It's even happened to me when I was just disabling some of the
stock plugins.  A simple reboot of the computer solves the problem. 

geoperkins;485811 Wrote: 
 Then did an uninstall and a new re-install. A result of the re-install I
 lost all of my settings, etc., which had to be manually re-entered.
 Ouch. Needless to say, I will not be doing any more beta testing! :) Well, 
 I'm sorry you had to go through that, but I don't think you can
blame SrvrPowerCtrl.  My experience with this has been that a simple
reboot of the server got me back on track.  No need to uninstall or
reinstall anything.  I can only think of one instance of anyone loosing
actual data from SrvrPowerCtrl and that had to do with a bad assumption
on my part about how users would run the linux setup script.  

geoperkins;485811 Wrote: 
  I am running Squeezebox Server on Windows XP SP3.  
 
 I would really, really like to be green and manage my server standby
 state based on the activity of the Squeezebox players. There is no
 reason to be running the server 24x7 when the music players are not on.
 Logitech, are you listening?!? This is definitely a consumer product
 feature requirement. 
 
 Thank you to the community for trying to fix the Logitech gap. I'll
 continue to monitor this thread in hopes something stable results.
My testing with SBS 7.4.2 and the latest beta of SrvrPowerCtrl on XP
shows SrvrPowerCtrl to be stable.  I encourage you to give it a try
again.  If there are issues, you can help contribute to a more stable
version by giving me feedback.  But again, my impression is that the
latest beta is stable and that I've resolved all the outstanding issues
that will be addressed in the next 'release'.


-- 
gharris999

gharris999's Profile: http://forums.slimdevices.com/member.php?userid=115
View this thread: http://forums.slimdevices.com/showthread.php?t=48521

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


Re: [SlimDevices: Plugins] iPlayer Won't Play BBC Listen Again on QNAP

2009-11-16 Thread majones

MunichMelly;486185 Wrote: 
 When playing an iplayer stream cpu load is indicated to be around 100%
 confirming your thoughts, compared with playing a local mp3 file showing
 a load between 5% and 25%.
I found with my TS-119 that the CPU became excessive when using the
RAID configuration, because the software interpreted Squeezebox sreaming
over the internet as a trigger for disk duplication. My solution has
been to run a planne bacup overnight rather than RAID. Worth a try?


-- 
majones

majones's Profile: http://forums.slimdevices.com/member.php?userid=13029
View this thread: http://forums.slimdevices.com/showthread.php?t=70812

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