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

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

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

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

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

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:

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

[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

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

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:

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

[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

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

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

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

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

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

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

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

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

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

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

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

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:

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

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

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

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

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