Re: [SlimDevices: Plugins] scpowertool --hibernate not working

2010-01-06 Thread epoch1970
Sound good to me. I had devised server and CLI port discovery in my privileged inetd server I offered for use as a replacement to sudo for the mac. The code is very much magic to me, and cares only for responses coming from localhost, but I think I remember it worked over the lan. Perhaps you cou

Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import

2010-01-06 Thread Christophenonstop
Extract from xml as in gedit : Code: Track ID1877 NameL'héritage ArtistKana Album ArtistKana AlbumEntre frères... GenreReggae Français KindMPEG audio file Size6120 Total Time261000 Track Number9 Year2003 Date ModifiedSun Sep 16 14:39:22 2007 Da

Re: [SlimDevices: Plugins] scpowertool --hibernate not working

2010-01-06 Thread gharris999
Fair enough. I'll try to resist the urge to tinker with what's working. Would you guys (and anyone else) care to comment on the following? My SrvrPowerCtrl priorities at the moment are: 1). Move all the "optional action to take while not idle" support out of SrvrPowerCtrl and into a beefed up

Re: [SlimDevices: Plugins] CLI-commands

2010-01-06 Thread erland
mrMuppet;503538 Wrote: > '2. Is it possible to activate the Title-Format-changes (titels with > trackstat rating) in the main playing- and in the playlist-screen? I can > see those ratings only in the song list. (on the SB radio) > Unfortunately, I don't think the new Squeezeplay based devices

Re: [SlimDevices: Plugins] "Permission denied" in Custom Browse

2010-01-06 Thread erland
losinj;503600 Wrote: > Thanks, but please explain "The user running Squeezebox Server". How do > I find out the name of this user? > If you can login with ssh on the NAS, you should be able to run something like: ps aux|grep slim or ps aux|grep squeeze Or as an alternative, you can ask the de

Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import

2010-01-06 Thread erland
What's in the iTunes XML file ? é or %E9 ? It would also be interesting to know what's in the SBS database if you could get Database Query plugin to work. -- erland Erland Isaksson 'My homepage' (http://erland.isaksson.info) (Install my plugins through Extension Downloader) (Developer of 'Trac

Re: [SlimDevices: Plugins] Custom Scan does not read ID3v2.4; Bug?

2010-01-06 Thread wowo
vagskal;503438 Wrote: > Wowo, > > You said that you have both flac and MP3 files with different tags for > release year and original release year. Did you manage to use CustomScan > to combine two tag types them into one custom tag and, if so, how did > you accomplish this? Unfortunately, if I u

Re: [SlimDevices: Plugins] "Permission denied" in Custom Browse

2010-01-06 Thread losinj
Thanks, but please explain "The user running Squeezebox Server". How do I find out the name of this user? Using the NAS admin GUI, I have made sure all the visible users and groups have R/W access to Qmultimedia. Current users are "admin" and "ssods"; groups are "administrators", "everyone" and

Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import

2010-01-06 Thread Christophenonstop
Nice tool for character transcoding : Code: iconv -f iso8859-1 -t utf8 input_file.xml -o output_file.xml Unfortunately it does not work. It seems TrackStat requires original characters as an input, e.g. "é" instead of "%E9". %E9 %20 etc. is U

Re: [SlimDevices: Plugins] scpowertool --hibernate not working

2010-01-06 Thread Phil Meyer
>But I didn't know that there was such a small >difference in terms of actual power savings. Knowing this now, I'm >tempted to re-jigg SrvrPowerCtrl to offer just "sleep", ala OS X. Users >could specify S3 or hibernation in the settings. > >What do you think? Would 'simpler is better' really be

Re: [SlimDevices: Plugins] problem Custom Scan/Browse plugin

2010-01-06 Thread Statto
The Database Query plugin is extremely useful. Thanks Erland! Thing is though, once I'd installed it I did indeed see custom tag and mixed tag attributes. Then when I tried the menus again, hey presto, it had worked. I think I needed to do a full rescan of my library. Maybe there were tag con

[SlimDevices: Plugins] Sirius plugin still working for anyone?

2010-01-06 Thread DarkSith
My sirius plugin don't work no more. Is there any way I can listen to sirius via my duet still? -- DarkSith DarkSith's Profile: http://forums.slimdevices.com/member.php?userid=21537 View this thread: http://forums.slimdev

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

2010-01-06 Thread mbonsack
Is there any plans for a port? I miss this on the Radio I just got for Christmas! -- mbonsack mbonsack's Profile: http://forums.slimdevices.com/member.php?userid=1398 View this thread: http://forums.slimdevices.com/showth

Re: [SlimDevices: Plugins] CLI-commands

2010-01-06 Thread mrMuppet
tried to use last.fm with kidsplay: {PLAYER_ID} lfm rate L didn't work... Does anyone know CLI-commands to use with flickr? -- mrMuppet mrMuppet's Profile: http://forums.slimdevices.com/member.php?userid=34722 View this

Re: [SlimDevices: Plugins] TrackStat and iTunes Statistics Import

2010-01-06 Thread Christophenonstop
Yes, I use shared folders in VirtualBox and 'map a network drive' in XP. -- Christophenonstop Squeezebox Radio - 'SqueezePlay 7.5 beta' (http://www.jfwhome.com/2009/11/22/compiling-squeezeplay-on-linux-ubuntu-amd64/) Squeezebox Server 7.4.1 on Ubuntu 9.10 64-bit iPeng on iPhone 3G - iTunes 9.0

Re: [SlimDevices: Plugins] scpowertool --hibernate not working

2010-01-06 Thread epoch1970
What I've seen wrt power usage is: suspend = hibernate = soft off. Maybe recent machines (2008 and newer) fare better in hibernate and soft off modes ? IMO, saving a session for a server is more risky than useful. I can understand the use-case for a laptop, but that's all. Wakeup is so slow waki

Re: [SlimDevices: Plugins] iPeng support thread

2010-01-06 Thread pippin
fphredd;503456 Wrote: > My friend says he can move around in a track no problem with the > Controller. > I didn't send a file, would be happy to...how do I send a file of that > size (maybe 20MB?). FTP available? No FTP, I accept mail of that size :) coolio att penguinlovesmusic dott com --

Re: [SlimDevices: Plugins] scpowertool --hibernate not working

2010-01-06 Thread gharris999
I assume that the real difference in folks' minds between S3 and hibernation is the 'belt + suspenders' protection of your session surviving a power outage. But I didn't know that there was such a small difference in terms of actual power savings. Knowing this now, I'm tempted to re-jigg SrvrPow

Re: [SlimDevices: Plugins] iPeng support thread

2010-01-06 Thread fphredd
pippin;503439 Wrote: > Hm. Don't remember, did you send me a sample file to try? > On the Controller: You can do FWD and RWD on that one, right? My friend says he can move around in a track no problem with the Controller. I didn't send a file, would be happy to...how do I send a file of that siz

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

2010-01-06 Thread erland
vagskal;503442 Wrote: > > Does this mean that CustomScan cannot read a tag that is already read > by SBS? > It can read everything that SBS can read but it will read it exactly the same way. So if SBS scan's something into YEAR it will appear as YEAR also in Custom Scan. vagskal;503442 Wrote:

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

2010-01-06 Thread vagskal
erland;503430 Wrote: > Take a look at this thread, it contains some more detailed information > regarding year/date tags in Custom Scan and standard SBS: > http://forums.slimdevices.com/showthread.php?t=67526 > > It feels like you will need some kind of tag mapping with the "oneof" > directive t

Re: [SlimDevices: Plugins] iPeng support thread

2010-01-06 Thread pippin
Hm. Don't remember, did you send me a sample file to try? On the Controller: You can do FWD and RWD on that one, right? -- pippin --- see iPeng, the Squeezebox iPhone remote, at penguinlovesmusic.com pippin's Profile: htt

Re: [SlimDevices: Plugins] Custom Scan does not read ID3v2.4; Bug?

2010-01-06 Thread vagskal
Wowo, You said that you have both flac and MP3 files with different tags for release year and original release year. Did you manage to use CustomScan to combine two tag types them into one custom tag and, if so, how did you accomplish this? I have MP3 files with ID3v2.3 TYER and, where applicabl

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

2010-01-06 Thread Saughassy
erland;503424 Wrote: > You should have a "Rating" menu item in the track details provided by > TrackStat which you will find by hitting "More/+" key on a track. > > If you want a shortcut button similar to the numeric buttons on a > Classic have a look at the following thread: > http://forums.sl

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

2010-01-06 Thread erland
vagskal;503426 Wrote: > > I have set up CustomScan to read the ORIGYEAR tag (in flac files). Is > there any way to have that custom tag to overwrite the data already in > the SBS database for YEAR if and only if ORIGYEAR exists or to merge the > custom ORIGYEAR data and SBS YEAR data into a thir

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

2010-01-06 Thread vagskal
Erland, I have set up CustomScan to read the ORIGYEAR tag (in flac files). Is there any way to have that custom tag to overwrite the data already in the SBS database for YEAR if and only if ORIGYEAR exists or to merge the custom ORIGYEAR data and SBS YEAR data into a third tag which I can use in

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

2010-01-06 Thread erland
Saughassy;503372 Wrote: > > Can I rate tracks via Squeezeplay? On Classic we have a remote with > numeric buttons, but how can i do this on Squeezeplay? > You should have a "Rating" menu item in the track details provided by TrackStat which you will find by hitting "More/+" key on a track. If

Re: [SlimDevices: Plugins] CLI-commands

2010-01-06 Thread mrMuppet
Did the first test: its working wonderful! YESS!! My macro for Button 1 (on the SB Radio): display "{CURRENT_TRACK_ARTIST}: {CURRENT_TRACK_TITLE} is rated <1/5>"; trackstat setrating {CURRENT_TRACK_ID} 20% And it really works. Thats exactly what i wanted! Thank you so much Peter!! Two days aft

Re: [SlimDevices: Plugins] Napster Playlists and shuffle

2010-01-06 Thread BrockStone
When you say shuffling a normal list works, you turn on Shuffle from settings and it shuffles a Napster playlist? I definitely do NOT see this behviour with a Squeezebox Duet. I will try the hack tonight and see if that helps. Thanks -- BrockStone ---

Re: [SlimDevices: Plugins] Use your DirecTV Remote with your Squeezebox

2010-01-06 Thread maggior
I discovered last night that the remote with my newest DirecTV box is an RC64. It looks almost exactly like the RC32. The only difference appears to be some of the labelling on the buttons. I programmed in the code 20623 in it and it worked just like the RC32. On another note, in the Custom.ma

Re: [SlimDevices: Plugins] iPeng support thread

2010-01-06 Thread fphredd
pippin;503237 Wrote: > Yes, the Duet Controller's behavior is what I'm interested in. > The server version would also be of interest. > Oh.. And (you can do that yourself) the sample rate. Did we check this? > Could it be these are 24 Bit/96 kHz FLACs? Transporter plays these > natively while all

Re: [SlimDevices: Plugins] I cant get past number 10

2010-01-06 Thread Pluganator
No sure what I did but it worked and Its up and running. -- Pluganator Music is the mediator between the spiritual and the sensual life. ~Ludwig van Beethoven Pluganator's Profile: http://forums.slimdevices.com/member.ph

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

2010-01-06 Thread Saughassy
Hello! Can I rate tracks via Squeezeplay? On Classic we have a remote with numeric buttons, but how can i do this on Squeezeplay? Anyway big respect and many thanks to Erland for his magical stuffs. -- Saughassy Saughas

Re: [SlimDevices: Plugins] IR Blaster Volume granularity

2010-01-06 Thread fcm4711
Hi George Hmm, your file looks ok to me. What happens if you use the Test button in the web GUI? Maybe changing the position of the IR emitter helps? Felix -- fcm4711 Focus means saying "no". - Steve Jobs fcm4711's Pr

Re: [SlimDevices: Plugins] Announce: LightsOut 0.1 - a Plugin for Squeezecenter on Windows Home Server

2010-01-06 Thread steve0564
Here you can find an new version, which should work with LO 1.0! I, myself havn't tested till now! Good luck! http://forum.wegotserved.com/index.php?/topic/11777-lights-out-squeezebox-boom/page__st__20__gopid__70989&#entry70989 -- steve0564 LG Steve

Re: [SlimDevices: Plugins] problem Custom Scan/Browse plugin

2010-01-06 Thread erland
Statto;503285 Wrote: > > Must be an issue with Custom Scan but I can't work out what. > > Is the a way to test whether Custom Scan is working? > You can install the Database Query plugin and goto Extras/Database Query and select the "Custom Scan Statistics" query. You should see a number of ro

Re: [SlimDevices: Plugins] problem Custom Scan/Browse plugin

2010-01-06 Thread Statto
Hello Gould Did you resolve this problem? I'm experiencing exacttly the same issues - Multi Library has worked OK (can see that the Classical and Non Classical libraries contain the correct no of songs) and Custom Browse has also worked (I have managed to set up 2 of the 4 menus per the wiki - d

Re: [SlimDevices: Plugins] Napster Playlists and shuffle

2010-01-06 Thread KMorgan
Give this a try. Don't know if it will work, please report back. A while ago I discovered that Napster tracks can be incorporated into normal Squeezebox playlists, mixing local and Napster tracks. So set your Gym Napster playlist going and then save it as a Squeeze playlist. Then play it from M