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

2009-11-09 Thread matthijskoopmans

Thanks guys, for the pointers.

The registry edit made a change, I can now see the mixer icon, and I
see the create music ip mix from the song information. However, when I
create a mix, the screen of my squeezebox goes blank, and nothing
happens. The server is not down, because pressing the search button on
the remote takes it to the search menu.

I did do a restart of the server (the entire box, not just
squeezeboxserver), and then did a clear library and rescan everything.

I feel like I am getting closer... but there must be something else
wrong.


-- 
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] FreeNAS won't play 96khz

2009-11-09 Thread Michael Herger
 When I select a 96khz flac FreeNAS fails with this:

Could you please enable debugging for player.source and post again? Can you run 
sox from the command line when logged in to your FreeNAS box?
___
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-09 Thread Silenius

Great! Thank you.


-- 
Silenius

Silenius's Profile: http://forums.slimdevices.com/member.php?userid=34135
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: Beta version of SvrPowerControl

2009-11-09 Thread Innocence

gharris999;482742 Wrote: 
 srvrpowerctrl getidlecount
 ..which returns the number of minutes players have been idle, e.g.:
 Is this idlecounter handled by the player itself, or by the
SrvPowerControl plugin? IOW, can I do without the plugin and rely solely
on the command line utilities?


-- 
Innocence

Innocence's Profile: http://forums.slimdevices.com/member.php?userid=31572
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-09 Thread gharris999

Innocence;483371 Wrote: 
 Is this idlecounter handled by the player itself, or by the
 SrvPowerControl plugin? IOW, can I do without the plugin and rely solely
 on the command line utilities?

The idlecounter is part of the plugin.  The plugin registers the
srvrpowerctrl CLI command.  When you send SqueezeCenter a
srvrpowerctrl CLI request, it hands it off to the plugin to be
processed.


-- 
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] Inguz and 7.4

2009-11-09 Thread rbl

you can try downloading from the inguz website. I know in the version
history it says that it has expired, but certainly the processor has not
expired yet, so worth a shot.


-- 
rbl

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=68618

___
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-09 Thread bpa

Perfect.

For other readers of the thread - QNAP is behaving as a mixed endian
system unlike other little endian ARM systems such as Radio/Touch and a
big-endian Freecom FSG3 NAS which I have.
The output of a code pasted below is as follows on different ARM
systems 

Touch: ENDIAN:LITTLE  Test of unpack: 0ff3  Swap
flag:0
QNAP:  ENDIAN:LITTLE  Test of unpack: 0ff3  Swap
flag:1
FSG3:  ENDIAN:BIG Test of unpack: f30f  Swap
flag:0

The problem is a word swap which is peculiar to ARM architecture and
some ports of Linux and/or the compiler..

I believe this has confirmed the problem - now the fix needs to be
written.. 


Code:


  use constant ENDIAN = unpack('S', pack('C2', 0, 1)) == 1 ? 'BIG' : 'LITTLE'; 


  
  my $swapDoubles;  


  my $double = pack (d,1);


  my $hex =  unpack(h*,$double);  


  if ( $hex eq 0ff3){ 


  $swapDoubles=1;   

  } 


  else {


  $swapDoubles=0;   

  } 

  
  print ENDIAN: . ENDIAN.   Test of unpack: $hex  Swap flag:$swapDoubles\n;


I copied the code from this CPAN module
http://cpansearch.perl.org/src/EXIFTOOL/Image-ExifTool-7.89/lib/Image/ExifTool.pm
- look for swapWord anbd SwapWords in the file.


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


[SlimDevices: Plugins] Please remove thanks

2009-11-09 Thread groove006
groove...@gmail.com
Sent from my Verizon Wireless BlackBerry
___
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-09 Thread wowo

Hi Erland,

I have read in the SqueezeboxWiki
(http://wiki.slimdevices.com/index.php/Custom_Tags):
MP3 ID3 frame:
*TRDC* is mapped to the tag name *RECORDINGTIME* in the Custom Scan
plugin.
Is this a mistake?
*TDRC* is a standard ID3v2.4 frame that is called Recording Time. But
this frame is not mentioned in the wiki-custom tags.
I have tried to scan TDRC with Custom Scan but with no luck.:(

Is *TRDC* a typo and or must it be corrected in *TDRC* inside the
Custom Scan program?
I am a little puzzled.


-- 
wowo

*Squeezebox*: 3 Classic
*SSODS*: 4.1
*SqueezeboxServer*: 7.4.1 - 28947
*Plugins*: Album Review 2.8.2; Biography 2.8.3; Custom Browse 2.10; 
Custom Scan 2.7.4; Lazy Search Music 3.5.3; Trackstat 2.10
*NAS*: Synology DS107+ DSM 2.2-0942
*Tag*: MusicBrainz 0.12; Mp3tag v2.44f
*Windows Frontend*: Moose 072
'Last.fm' (www.last.fm/user/Wowotiel)

wowo's Profile: http://forums.slimdevices.com/member.php?userid=18033
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] Custom Scan does not read ID3v2.4; Bug?

2009-11-09 Thread wowo

erland;482161 Wrote: 
 TDRC - Isn't mapped/scanned because a bug in Custom Scan (Will be
 mapped to RECORDINGTIME after correction)
Is it possible to map TDRC soon to RECORDINGTIME ?

I have did some testing and found out:
- If you use *only* TDRC in your Mp3-files: After scanning Squeezebox
Server showed the recordingtime in the different menu's under year
- If you use *only* TDOR in your Mp3-files: After scanning Squeezebox
Server showed the original release time in the different menu's under
year
- If you use TDRC *and* TDOR in your Mp3-files: After scanning
Squeezebox Server showed the original release time in the different
menu's under year
As you have said earlier:
Squeezebox Server scanning routines prefers original release time
over release time.
This is the behaviour I like.
Almost all of my Mp3-files have I tagged with TDOR and so everything is
showing well in the Squeezebox interface.
For instance:
I want to see the in 1997-03-25 released album Super Trouper of ABBA
*not* under 1997 but under 1980 = original releasetime. So it seems that
the oldest bug is solved.

But ..I want also see the releasetime somewhere.
I have tried to scan TDRC in Custom scan but it did not work.


-- 
wowo

*Squeezebox*: 3 Classic
*SSODS*: 4.1
*SqueezeboxServer*: 7.4.1 - 28947
*Plugins*: Album Review 2.8.2; Biography 2.8.3; Custom Browse 2.10; 
Custom Scan 2.7.4; Lazy Search Music 3.5.3; Trackstat 2.10
*NAS*: Synology DS107+ DSM 2.2-0942
*Tag*: MusicBrainz 0.12; Mp3tag v2.44f
*Windows Frontend*: Moose 072
'Last.fm' (www.last.fm/user/Wowotiel)

wowo's Profile: http://forums.slimdevices.com/member.php?userid=18033
View this thread: http://forums.slimdevices.com/showthread.php?t=67526

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


Re: [SlimDevices: Plugins] FreeNAS won't play 96khz

2009-11-09 Thread avr300

SOX is running ok at command line.

freenas:~# sox
sox: SoX v14.2.0

Failed: Not enough input filenames specified


Logfile attached.

I noticed: 

[09-11-09 18:45:04.5100]
Slim::Player::StreamingController::_playersMessage (777) Samplefrekvens
understøttes ikke:
file:///mnt/data/musik/0_High%20Resolution/96khz/2L38_01_96kHz.flac

Samplefrekvens understøttes ikke = Sampling frequency is not supported


The highres files are comming from here:

http://www.2l.no/hires/index.html


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

-- 
avr300

/avr300

avr300's Profile: http://forums.slimdevices.com/member.php?userid=21177
View this thread: http://forums.slimdevices.com/showthread.php?t=71129

___
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-09 Thread erland

wowo;483402 Wrote: 
 
 Is *TRDC* a typo and or must it be corrected in *TDRC* inside the
 Custom Scan program?
 
It's a bug in Custom Scan, by mistake it currently maps TRDC to
RECORDINGTIME but it should of course be TDRC to RECORDINGTIME. It will
be corrected in next Custom Scan version, you can modify the
CustomScan/Modules/CustomTag.pm file manually in a text editor if you
don't want to wait.


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


[SlimDevices: Plugins] Skin for disability

2009-11-09 Thread tanguy

Hello ,

I want to install a squeezecenterbox for my mother
but she have a little disability 
so i'm thinking to adapt the skin touch interface to simplify
so she can use it on a little touchscreen 
( like asus T91 )

I'm just thinking change size of button or letters 
if anybody has little documentation about skin squeezecenter
or have another solution 

Many thanks for any suggestion 

Tanguy


-- 
tanguy

tanguy's Profile: http://forums.slimdevices.com/member.php?userid=3642
View this thread: http://forums.slimdevices.com/showthread.php?t=71195

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


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

2009-11-09 Thread J_zurigo

matthijskoopmans;483329 Wrote: 
 ..However, when I create a mix, the screen of my squeezebox goes blank,
 and nothing happens... 

hmm... shouldn't be like that. I did notice some short screen-blanking
moment on my boom today, when I created a mix of ~50 songs/playlist. But
this was only for a split of a second. 

When you try to create the mix from the Squeezeserver web gui, it
works?


-- 
J_zurigo

1 SB classic, 1 Boom, 1 Duet
7.4.1 running on WHS on Acer Easystore H340

J_zurigo's Profile: http://forums.slimdevices.com/member.php?userid=10235
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-09 Thread Triode

So Bryan - my understanding of this is that we treat as little endian,
but swap the first and second 32 bits in the binary representation of
the double?

In which case - could someone try the attached.  (Note this assumes the
architecture discussed so is bound not to work on anything else.)


+---+
|Filename: RTMP.pm  |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=8688|
+---+

-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
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-09 Thread Triode

I'd like to poll for feedback on the iPlayer plugin:

- do you use it frequently for live streams?
- are you in the UK?
- if so does audio stall a couple of seconds after starting a stream
for a second or so while the player rebuffers
- once it is going to you see any more rebuffering events (well anymore
than you see when using iplayer in a web browser)
- would you prefer that the pause was removed if doing so means
delaying how long it takes to start a live stream?

I find that for live streams I get a stall just after startup.  I can
probably get rid of this by delaying when we start streaming until we
have buffered more data, but I want to know that this is a problem seen
by multiple people and people would think it would be worthwhile.


-- 
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] Inguz and 7.4

2009-11-09 Thread miklorsmith

All my 7.4.x efforts have failed me.  There's a bug (filed) with .cue
sheets that seems to plague all the versions.  I'll be downgrading for
the time being.  My recollection is Inguz had a hard time with .cue
sheets before so I'm not holding my breath that I'll get it back but at
least I'll have a server that works.

I sent the following message to 'MickeyG' last week, not sure if he's
the right dude or what (sorry for length):

I'm an audiophile guy, have been for 20 years. I was a reviewer for
6moons for a while and have a fair bit of experience with equalizers and
DSP, having owned three different TacT units and Inguz for quite a while
through 3 Squeezebox Classics.

While the Squeezebox is arguably more geared toward the 'consumer'
market over hardcore audiophiles (more for price than anything else), it
can be featured in a Very Serious setup. My primary rig would retail for
over $25k and my (modded) SB to an outboard DAC is my best possible
digital link.

The Transporter is unabashedly audiophile-oriented. While us
sound-dorks will yell all over that our gear is so good we don't need
tone controls, the simple truth is we do. For a ton of reasons,
primarily room/speaker interactions, speaker/amp pairings, and
fundamental speaker issues, in-room response is almost always terrible.

Of course, most of us don't know that, but it doesn't mean it's not a
problem. We don't know it mostly because our stereos don't permit any
fiddling. If we have controls, we'll play. If we play we'll realize
there's more there than what we're getting, and if we're serious we'll
actually measure the room to see where the problems are. If we have
tools to fix them, the end-result can be really, completely
unbelievable.

For a few years, Inguz has provided a very nice though quirky
feature-set to dial in one's system. However, support for SB Server
7.4.x has gone dry and is set to expire in January. At present, the code
needs to be tweaked to get it to run at all, and even then it causes
problems with .cue files and maybe more. Most of my collection is set up
with single music files + .cue sheets.

There are quite a few people that are concerned about Inguz expiring
and the loss of support. This would seem a great time for Logitech to
pick up the EQ torch and integrate it as a core feature of the
software.

The current options for EQ in a system are not good. I ultimately went
away from the *very expensive* TacT units because their digital
processing engine drained life from the music. Analog EQs are not
flexible enough and add a tremendous amount of analog circuitry to the
chain, also a big no-no. There are software packages that can do this
work, but they too cost big dollars and also can't pair with SB Server.

Having the source itself be the EQ is freaking brilliant, it's
manipulating the file in its native habitat (the server) and the results
don't impart an artificial character, it's all the good with none of the
bad.

In my opinion, and some others I've talked to, this feature is the
single-most important 'extra' the software includes. I understand all
the cool gizmos and people do like those, but this one actually makes
your system sound better, a lot lot lot better.

From Logitech's standpoint, the potential sales advantage to the
audiophile customer is undeniable. In my mind, it's the last dagger in
the CD player's coffin. Even the grouchy old guys will get it, since
they remember the days when hi-fi kit included tone controls. But, these
are a thousand times better.

Sorry for the long message, thanks for staying with me. I understand
this may be a significant undertaking, who knows, maybe Hugh is done
updating the software and would happily turn over what he has to you.

I can't possibly overstate how important this feature is to a good
number of your serious sound customers.

Thanks a lot,

Mike Smith, aka Miklorsmith

We need to get a concerted effort going to try to get Logitech to take
this on . . .


-- 
miklorsmith

miklorsmith's Profile: http://forums.slimdevices.com/member.php?userid=4349
View this thread: http://forums.slimdevices.com/showthread.php?t=68618

___
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-09 Thread bpa

Correct about swappign 1st and 2nd word when 32 bit number however I
think your version of RTMP.pm won't work for 2 reasons.

(i) encode_number is called with various size numbers such as 1,4 and 8
bytes so the swapDouble should only be done when length is 8.

(ii) when decoding swapDoubles should be done after swapbytes so
decode_number should be
return unpack('d', swapDoubles(swap( $_[0]) ) );

I'm not 100% sure but just looking at the exiftool.pm code as a
template.


-- 
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-09 Thread Triode

bpa;483515 Wrote: 
 (i) encode_number is called with various size numbers such as 1,4 and 8
 bytes so the swapDouble should only be done when length is 8.
 
Isn't it called with any perl number but always returns an 8 byte
string as its always returning the result of pack 'd'? 

 
 (ii) when decoding swapDoubles should be done after swapbytes so
 decode_number should be
 return unpack('d', swapDoubles(swap( $_[0]) ) );
 
Not sure I understand how it becomes reversable if this is the case -
should we not be able to encode and decode a number and get back to the
original..?

Anyway I'm possibly not thinking straight so happy to be proved wrong.

Perhaps someone can try it and let me how wrong it is!


-- 
Triode

Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
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-09 Thread ModelCitizen

What sort of a poll is this? Where's the nice check boxes and sexy
coloured bars?

Oh well, here goes anyway...

- do you use it frequently for live streams?
YES

- are you in the UK? 

YES
- if so does audio stall a couple of seconds after starting a stream
for a second or so while the player rebuffers
NO

- once it is going to you see any more rebuffering events (well anymore
than you see when using iplayer in a web browser)
OCCASIONALLY I HAVE BUT NOT RECENTLY. I'VE ALWAYS BLAMED THE TRAFFIC
SHAPING OF MY ISP PLUSNET. IF I WAS STILL ON BT (TRIODE) I'D ALMOST
EXPECT CONSTANT BUFFERING!

- would you prefer that the pause was removed if doing so means
delaying how long it takes to start a live stream? ???
IF YOU REMOVE THE PAUSE SURELY THE STREAM WOULD START FASTER?? ANYWAY,
I'D LIKE THE STREAM TO START AS INSTANTLY AS POSSIBLE.

Sorry to shout.

MC


-- 
ModelCitizen

Think the third party Squeeze plugins and applets are important?
Then 'vote for bug 14194'
(http://bugs.slimdevices.com/show_bug.cgi?id=14194) so more can be
made.

Last.fm/user/ModelCitizen

ModelCitizen's Profile: http://forums.slimdevices.com/member.php?userid=446
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] Announce: New versions of erlands plugins

2009-11-09 Thread wowo

erland;483449 Wrote: 
 , you can modify the CustomScan/Modules/CustomTag.pm file manually in a
 text editor if you don't want to wait.
Thanks a lot for the reply.
I will change it manually, because I cannot wait.:)


-- 
wowo

*Squeezebox*: 3 Classic
*SSODS*: 4.1
*SqueezeboxServer*: 7.4.1 - 28947
*Plugins*: Album Review 2.8.2; Biography 2.8.3; Custom Browse 2.10; 
Custom Scan 2.7.4; Lazy Search Music 3.5.3; Trackstat 2.10
*NAS*: Synology DS107+ DSM 2.2-0942
*Tag*: MusicBrainz 0.12; Mp3tag v2.44f
*Windows Frontend*: Moose 072
'Last.fm' (www.last.fm/user/Wowotiel)

wowo's Profile: http://forums.slimdevices.com/member.php?userid=18033
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] iTunesUpdate plugin not working on 7.4

2009-11-09 Thread simong

Hi,

I can't get itunes update working either... Have had a few funny things
happen recently (custom scan etc) but these now seem to be fixed... 

I installed it with the extension downloader.

Here is some debugging code (sadly, it's all meaningless to me!) not
sure if it helps!

Thanks

Simon

[09-11-09 20:43:39.5362] Plugins::iTunesUpdate::Settings::handler (71)
directupdate:$VAR1 = 'on';
[09-11-09 20:43:39.5365] Plugins::iTunesUpdate::Settings::handler (71)
set_artwork:$VAR1 = undef;
[09-11-09 20:43:39.5368] Plugins::iTunesUpdate::Settings::handler (71)
ignore_filetype:$VAR1 = undef;
[09-11-09 20:43:39.5371] Plugins::iTunesUpdate::Settings::handler (71)
halfstar:$VAR1 = undef;
[09-11-09 20:43:39.5374] Plugins::iTunesUpdate::Settings::handler (71)
bookmarks:$VAR1 = undef;
[09-11-09 20:44:06.7061] Plugins::iTunesUpdate::Settings::handler (71)
directupdate:$VAR1 = 'on';
[09-11-09 20:44:06.7064] Plugins::iTunesUpdate::Settings::handler (71)
set_artwork:$VAR1 = undef;
[09-11-09 20:44:06.7067] Plugins::iTunesUpdate::Settings::handler (71)
ignore_filetype:$VAR1 = undef;
[09-11-09 20:44:06.7070] Plugins::iTunesUpdate::Settings::handler (71)
halfstar:$VAR1 = undef;
[09-11-09 20:44:06.7073] Plugins::iTunesUpdate::Settings::handler (71)
bookmarks:$VAR1 = undef;
[09-11-09 20:44:19.1236] Plugins::iTunesUpdate::Settings::handler (71)
directupdate:$VAR1 = 'on';
[09-11-09 20:44:19.1240] Plugins::iTunesUpdate::Settings::handler (71)
set_artwork:$VAR1 = undef;
[09-11-09 20:44:19.1243] Plugins::iTunesUpdate::Settings::handler (71)
ignore_filetype:$VAR1 = undef;
[09-11-09 20:44:19.1247] Plugins::iTunesUpdate::Settings::handler (71)
halfstar:$VAR1 = undef;
[09-11-09 20:44:19.1250] Plugins::iTunesUpdate::Settings::handler (71)
bookmarks:$VAR1 = undef;
[09-11-09 20:59:02.9916] Slim::Display::Display::string (809) Error:
missing string BBC
[09-11-09 20:59:02.9922] Slim::Display::Display::string (809)
Backtrace:


-- 
simong

simong's Profile: http://forums.slimdevices.com/member.php?userid=8178
View this thread: http://forums.slimdevices.com/showthread.php?t=67806

___
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-09 Thread bpa

If a QNAP user could test Triode's it would provide real results.

I was slow in posting my version of RTMP.pm because  I have been trying
to convince myself what code is needed to do the byte and word
swapping.

1. My worry about the order of SwapDouble and swap - you're right it
makes no difference.

2. The encode_number - I'm not sure - I found it odd that it is used
with different size numbers.


-- 
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-09 Thread majones

Triode;483508 Wrote: 
 In which case - could someone try the attached.  (Note this assumes the
 architecture discussed so is bound not to work on anything else.)
Congratulations - it worked! Start and stop are a bit sluggish, but
that may simply be because of other demands on my system - might the
attached server log provide insight?


+---+
|Filename: server[1].zip|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=8689|
+---+

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


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

2009-11-09 Thread bpa

That's good and it is really the QNAP this time !!

Are you playing Flash/AAC or Flash/MP3 ?  With AAC there may be a
transcoding load on the server whereas for MP3 there is no transcoding.


-- 
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: Beta version of SvrPowerControl

2009-11-09 Thread guiness

As others here,a move to 7.4 wasn't a really happy choice. I have
contacted Slimdevices support. My wireless connection from my sb3 to the
sbs seems very flaky now with songs stopping and problem connecting to
file errors.  Server Power Control doesn't work too well either but I
assume it is not the source of the problem.  I deactivated spc and still
had the same issues.

There are references to svrpowerctrl in the server log, however. Here
is an example.

[09-11-09 00:40:21.] Slim::Utils::Timers::__ANON__ (260) Error:
Timer failed: Can't call method execute without a package or object
reference at
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/SrvrPowerCtrl/Plugin.pm
line 239.

Can I attach a server log to a post and ask you to see if you can
determine if svrpowerctrl is implicated or just a victim in the cross
fire?


-- 
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] Announce: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2009-11-09 Thread BoomX2

NinjaPuffin;483509 Wrote: 
 What is the name and location of the file that user BoomX2 has mentioned
 he has made modifications too?
 I would like to take a look but can't seem to locate the file(s).
 
 Thanks

The file is called plugin.pm.  It is located inside a *.par file.  The
par file is located in a directory under SuperDateTime which is under
plugins.

The possible locations for plugins on your installation can be found
near the bottom of the page on the Information tab of the server
settings.

My recommendation would be to start by downloading the plugin from
gregbrown.net and manually installing the plugin after you modify it.

Use winwar or winzip to extract plugin.pm and make your modifications
and then place it back into the par file.  

You will need to restart the server for the changes to be recognized.


-- 
BoomX2

BoomX2's Profile: http://forums.slimdevices.com/member.php?userid=33529
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] Inguz and 7.4

2009-11-09 Thread inguz

Thanks for the kind words, Mike.

I've been waay behind the curve in keeping up with the Squeezebox
Server changes.  Part of this was just laziness; with my own system I
got to the stage where everything was working quite adequately well,
while the server kept moving underneath me, and it was a struggle to
engage.  Part of it was just procrastination and other time pressures
:-)

Anyhow, there's a new development which may or may not be of interest. 
I've updated the tools and DSP to remove their expiry dates.  Current
downloads are on http://inguzaudio.com/downloads/. 

At the same time, I've pushed the sourcecode (including all the DSP) to
github under the MIT free license.  

Now, the plugin still hasn't been updated to work with the 7.4 system. 
That'll take a little work -- not sure how much, yet.  I hope to get on
that soon.

Hugh


-- 
inguz

inguz's Profile: http://forums.slimdevices.com/member.php?userid=1139
View this thread: http://forums.slimdevices.com/showthread.php?t=68618

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


Re: [SlimDevices: Plugins] Inguz and 7.4

2009-11-09 Thread Wirrunna

Hugh, wonderful to see you back here. There is a bunch of us hanging off
going to SBS 7.4.x until Inguz works. Frankly, I think you have saved us
all a lot of grief.

miklorsmith, I agree with your reasoned and well thought out post.
Would you put it in Bugzilla as an enhancement request and post the bug
number in this thread? I'm sure a lot of us would vote for it.


-- 
Wirrunna

A camel is a racehorse designed by a committee.

Wirrunna's Profile: http://forums.slimdevices.com/member.php?userid=3225
View this thread: http://forums.slimdevices.com/showthread.php?t=68618

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


Re: [SlimDevices: Plugins] Inguz and 7.4

2009-11-09 Thread miklorsmith

Hey guys!  

I've been in a bit of a washing machine - what I thought was an
Inguz/cue/7.4.x problem I now think is a cue/7.4 problem.  Oh, except
tonight I downgraded to 7.3.4 and . . . still not working right.  I'm
all focused now on just getting the damned software operational - I've
regressed.

Before this problem, I did have Inguz working with 7.4, using the
tweaks mentioned earlier in this thread.  Some others got it working
too.  Last week I reported a bug with .cue/Inguz (maybe misplaced on
cause) and got the answer back that the bug reporting system doesn't
apply to third party plugins.

I now have another pending on the cue problem, but that's a different
topic.

Is MickeyG the right person to engage with this question?  Should we
start a petition that people can sign?  Sorry I don't know the protocol.


-- 
miklorsmith

miklorsmith's Profile: http://forums.slimdevices.com/member.php?userid=4349
View this thread: http://forums.slimdevices.com/showthread.php?t=68618

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