Re: [SlimDevices: Plugins] Custom Menu : Titelformat

2011-01-30 Thread Fried

Here are the custon menus I use:
---
 
- 
- 
Komponisten (Klassik) 
50 
- 
artist 
Albums 
artist 
sql 
alpha 
select
contributors.id,contributors.name,substr(contributors.namesort,1,1)
from contributors,contributor_album,multilibrary_contributor where
contributors.id=multilibrary_contributor.contributor and
multilibrary_contributor.library=1 and
contributor_album.contributor=contributors.id and
contributor_album.role in (2) group by contributors.id order by
contributors.namesort asc 
- 
album 
Songs 
album 
album 
sql 
^(.*)\s\((.*)\)$ 
select albums.id,albums.title from
contributor_album,albums,multilibrary_album where
albums.id=multilibrary_album.album and multilibrary_album.library=1 and
albums.id=contributor_album.album and contributor_album.role in (2) and
contributor_album.contributor={artist} group by albums.id order by
albums.titlesort asc,albums.disc asc 
- 
track 
track 
track 
all 
sql 
select tracks.id,tracks.title from
tracks,contributor_track,albums,multilibrary_track where
tracks.id=multilibrary_track.track and multilibrary_track.library=1 and
tracks.audio=1 and contributor_track.track=tracks.id and
tracks.album={album} and contributor_track.role in (2) and
contributor_track.contributor={artist} group by tracks.id order by
tracks.disc,tracks.tracknum asc,tracks.titlesort asc 
- 
trackdetails 
trackdetails 
track|0|library=1 







---
 
- 
- 
Alben (Klassik) 
50 
- 
album 
Songs 
album 
album 
sql 
bytitle 
alpha 
- 
bytitle 
Sort by title 

- 
byyear 
Sort by year 
number 
albumconcat 
select albums.id,if(albums.year=0,'
',concat('(',albums.year,')')),substr(albums.titlesort,1,1) from
tracks,albums,multilibrary_track where
tracks.id=multilibrary_track.track and multilibrary_track.library=1 and
albums.id=tracks.album group by albums.id order by albums.year
desc,albums.titlesort asc,albums.disc asc 

- 
byartist 
Sort by artist 
number 
albumconcat 
select albums.id,if(albums.compilation,' ',concat('(',
group_concat(distinct contributors.name separator ',') ,')')) from
tracks,albums,contributor_track,contributors,multilibrary_track where
tracks.id=multilibrary_track.track and multilibrary_track.library=1 and
tracks.id=contributor_track.track and contributor_track.role in
(1,2,5,6) and contributor_track.contributor=contributors.id and
albums.id=tracks.album group by albums.id order by
contributors.namesort asc,albums.year desc,albums.titlesort
asc,albums.disc asc 

^(.*)\s\((.*)\)$ 
select albums.id,albums.title,substr(albums.titlesort,1,1)
from tracks,albums,multilibrary_track where
tracks.id=multilibrary_track.track and multilibrary_track.library=1 and
albums.id=tracks.album group by albums.id order by albums.titlesort
asc,albums.disc asc 
- 
track 
track 
track 
all 
sql 
select tracks.id,tracks.title from
tracks,multilibrary_track where tracks.id=multilibrary_track.track and
multilibrary_track.library=1 and tracks.album={album} group by
tracks.id order by tracks.disc,tracks.tracknum asc, tracks.titlesort
asc 
- 
trackdetails 
trackdetails 
track|0|library=1 





---
 
- 
- 
artists.xml 
- 
Interpreten (Pop&Jazz) 

 
- 
50 

 
- 
1 

+ 
Various Artists 

- 
bytitle 

- 
1 

- 
3 

- 
0 

 
 
 
 




-- 
Fried

Fried's Profile: http://forums.slimdevices.com/member.php?userid=3
View this thread: http://forums.slimdevices.com/showthread.php?t=85246

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


Re: [SlimDevices: Plugins] Custom Menu : Titelformat

2011-01-30 Thread Fried

Here are the custom menus xlm files I use


-- 
Fried

Fried's Profile: http://forums.slimdevices.com/member.php?userid=3
View this thread: http://forums.slimdevices.com/showthread.php?t=85246

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


Re: [SlimDevices: Plugins] Custom Menu : Titelformat

2011-01-30 Thread Fried

Sorry if I have not been explicit enough.
I'm using the squeezebox server (Ver. 7.5.3)on a Tranquil WHS feeding a
touch.
The web interface runs on a Lenovo W701 notebook in the home net.
If I'm using your custom browse menus (Thanks very much for them, I
have build several to browse my classical music) to navigate to an
album, I always see this long version of the titels:
1. Concerto Brandebourgeois No.1 - BWV 1046 - 01 - Sans indication de
tempo - Johann Sebastian Bach von Trevor Pinnock aus 6 Brandenburg
Concertos; 4 Orchestra Suites [Pinnock], Disc 1 
Otherwise the short version is shown as I would expect:
1. Concerto Brandebourgeois No.1 - BWV 1046 - 01 - Sans indication de
tempo - Johann Sebastian Bach
Thx very much, Fried


-- 
Fried

Fried's Profile: http://forums.slimdevices.com/member.php?userid=3
View this thread: http://forums.slimdevices.com/showthread.php?t=85246

___
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

2011-01-30 Thread PeterGV

Good thought... Let's see what happens tomorrow.

Peter


-- 
PeterGV

PeterGV's Profile: http://forums.slimdevices.com/member.php?userid=31531
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] Custom Menu : Titelformat

2011-01-30 Thread erland

What do you mean with custom menu ?
Are you talking about a menu created with Custom Browse plugin or
something else ?
Which interface are you talking about ? Web interface ? Squeezebox
display ? Classic/Boom/Transporter or Radio/Touch/Duet ?

If you are talking about Custom Browse, could you post the xml file
(*.cb.values.xml or *.cb.xml) that represent your menu ?


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))

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

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


Re: [SlimDevices: Plugins] IPad App

2011-01-30 Thread Ron Olsen

The iPad with iPengHD and SqueezePad is the best controller I have for
my SB players.  

Hope you have great cover art to really enjoy it!  bliss will help you
upgrade your cover art if needed: http://www.blisshq.com/

http://www.albumartexchange.com also has great cover art.  600x600  (or
larger) looks really good on the iPad.


-- 
Ron Olsen

Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=85244

___
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

2011-01-30 Thread shabbs

Maybe because of the NHL All-Star game... the two teams are not normal
teams in the usual list. They are "Team Lidstrom" and "Team Staal".

This may go away after the All Star game today.


-- 
shabbs

[shabbs]

*Rip/encode:* 'EAC' (http://www.exactaudiocopy.de/) v0.99 prebeta 5
[secure] w/ 'Lame' (http://www.rarewares.org/mp3.html) v3.98.2 [-V 0]
*Audio:* 'SB1' (http://www.slimdevices.com/pi_squeezebox.html) -->
Technics SA-DX1040 --> customs; 'SB3'
(http://www.slimdevices.com/pi_squeezebox.html) --> Yamaha RX-V661 -->
JBL E30's

shabbs's Profile: http://forums.slimdevices.com/member.php?userid=6016
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: SuperDateTime - Current Date/Temperature and/or Baseball Screensaver

2011-01-30 Thread PeterGV

Anybody else having a new problem with NHL parsing?  Just started
showing up today.

SDT aborts for me with the following error:

Error: Select task failed calling
Slim::Networking::Async::HTTP::_http_read_body: Can't call method
"content_list" on an undefined value at
C:\Users\PeterGV\AppData\Local\Temp\par-PeterGV\cache-24c2e1eea6517d634fdd9502de7accf55df99f74\2988b6a4.pm
line 5266.

The problem disappears if I remove the NHL team (Bruins) from my list.

NOTE THE LINE NUMBER ABOVE reflects the line number in MY UPDATED
VERSION of plugin.pm (posted above) -- The error is in the following
line from the subroutine gotNHL:

my( $away_team )   = $teams[ 0 ]->content_list;

Looks like we have a page format change at espn.com?

Peter


-- 
PeterGV

PeterGV's Profile: http://forums.slimdevices.com/member.php?userid=31531
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] iPeng support thread

2011-01-30 Thread pippin

doubleugk;606859 Wrote: 
> Measure wasn't effective. After switching off iPeng for about 2 hours
> and starting it again. The content is mixed up again.
> 
> Is this a bug?

Not really. I am not aware of any issues.
There is one problem which is that iPeng on some releases of SBS
doesn't reliably detect some rescans. But that should not affect cases
_that_ severe. Did iPeng maybe crash for some reason before you could
regularly quit it?

You are just selecting a single artist? What do you get then?
Could you send me a screen shot?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
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] iPeng support thread

2011-01-30 Thread doubleugk

doubleugk;606768 Wrote: 
> For every artist the album content was not correct.
> 
> I flushed the cache and that did solve the problem.
> 
> Thanx.

Measure wasn't effective. After switching off iPeng for about 2 hours
and starting it again. The content is mixed up again.

Is this a bug?


-- 
doubleugk

Synology DS410j • CPU 800 MHz • Bus: 16bit@DDR800 • Mem: 128 MB • 4
Seagate Barracuda 7200.12 SATA 3Gb/s 1TB • FW DSM 3.0-1354 • Plattform
armv5tel-linux • Perl 5.8.6 - armv5tel-linux-thread-multi •
MySQL-Version: 5.1.49 | Squeezebox Server 7.5.1 - r30836 | 2 SB Radio,
FW 7.5.3-r9283 | 2 SB Receiver FW 65 • S/PDIF -> Proceed CDP |
SqueezePlay beta 7.5.1 | iPod touch 3G OS 4.2.1 with iPeng app v1.2.10
to control everything :-)

doubleugk's Profile: http://forums.slimdevices.com/member.php?userid=36464
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] iPeng support thread

2011-01-30 Thread pippin

Mnyb;606821 Wrote: 
> 
> But if you press on the text under the pic it pop up the wrong info.

Ooops. That sounds like a bug, could you file a ticket for this? I
think I know what _could_ be going wrong...
https://trac.penguinlovesmusic.de/trac/ipengnat/


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
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] iPeng support thread

2011-01-30 Thread Mnyb

I,ve found out where it goes wrong !

If you invoke pop up menu from the artwork you good .

But if you press on the text under the pic it pop up the wrong info.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH and
assorted amps SiriuS, Classe' Primare and Dynadio speakers, Contour 4
Contour Center, and Contour 1.3SE rear ch. Rel Stadium 3 sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)

PLEASE FIX BUG 112
http://bugs.slimdevices.com/show_bug.cgi?id=112

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
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] Triode: Spotify; helper app not running

2011-01-30 Thread Triode

There is no library available for FreeBSD and hence the plugin does not
target this os.  I think someone may have used it with a linux
compatibility support but they needed to change a few things - its
definately not a supported for easy install.


-- 
Triode

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

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


Re: [SlimDevices: Plugins] iPeng support thread

2011-01-30 Thread Mnyb

I have similar issues with 7.6 but flushIng cache does not help.
>From album view the pop-up pionts to the wrong album.
however chosing it and then start it workshops fine, but not via the
album view context menu.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH and
assorted amps SiriuS, Classe' Primare and Dynadio speakers, Contour 4
Contour Center, and Contour 1.3SE rear ch. Rel Stadium 3 sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)

PLEASE FIX BUG 112
http://bugs.slimdevices.com/show_bug.cgi?id=112

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
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


[SlimDevices: Plugins] Custom Menu : Titelformat

2011-01-30 Thread Fried

Hi,
in the Interface Tab from Server settings I have chosen
TRACKNUM.  TITLE - COMPOSER 
This works fine in any standard menu:
1. Concerto Brandebourgeois No.1 - BWV 1046 - 01 - Sans indication de
tempo - Johann Sebastian Bach 
But if I use custom menues, I see:
1. Concerto Brandebourgeois No.1 - BWV 1046 - 01 - Sans indication de
tempo - Johann Sebastian Bach von Trevor Pinnock aus 6 Brandenburg
Concertos; 4 Orchestra Suites [Pinnock], Disc 1 
How can I change this?
I don't want this extra album info because it clutters the single track
list.
Thx, Fried


-- 
Fried

Fried's Profile: http://forums.slimdevices.com/member.php?userid=3
View this thread: http://forums.slimdevices.com/showthread.php?t=85246

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


Re: [SlimDevices: Plugins] Triode: Spotify; helper app not running

2011-01-30 Thread mherger

Afaik there is no binary for FreeBSD/FreeNAS available. Therefore you
cannot use that plugin.


-- 
mherger

Michael

-
http://www.herger.net/slim-plugins - AlbumReview, Biography,
MusicInfoSCR

mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=85240

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


Re: [SlimDevices: Plugins] iPeng support thread

2011-01-30 Thread doubleugk

pippin;606793 Wrote: 
> Which server version do you use? 7.3.4? 7.5.2?

I assume that the question is directed to me.

I use 7.5.1


-- 
doubleugk

Synology DS410j • CPU 800 MHz • Bus: 16bit@DDR800 • Mem: 128 MB • 4
Seagate Barracuda 7200.12 SATA 3Gb/s 1TB • FW DSM 3.0-1354 • Plattform
armv5tel-linux • Perl 5.8.6 - armv5tel-linux-thread-multi •
MySQL-Version: 5.1.49 | Squeezebox Server 7.5.1 - r30836 | 2 SB Radio,
FW 7.5.3-r9283 | 2 SB Receiver FW 65 • S/PDIF -> Proceed CDP |
SqueezePlay beta 7.5.1 | iPod touch 3G OS 4.2.1 with iPeng app v1.2.10
to control everything :-)

doubleugk's Profile: http://forums.slimdevices.com/member.php?userid=36464
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] iPeng support thread

2011-01-30 Thread pippin

Which server version do you use? 7.3.4? 7.5.2?


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
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


[SlimDevices: Plugins] IPad App

2011-01-30 Thread Mnyb

I just got My iPad :) fantastic

I just bought both iPengHD and SqueezePad no need to be cheap.

Kudos to both Pippin & Bluegaspode for their excellent work.


-- 
Mnyb


Main hifi: Touch + CIA PS +MeridianG68J MeridianHD621 MeridianG98DH and
assorted amps SiriuS, Classe' Primare and Dynadio speakers, Contour 4
Contour Center, and Contour 1.3SE rear ch. Rel Stadium 3 sub.
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Misc use: Radio (with battery)

PLEASE FIX BUG 112
http://bugs.slimdevices.com/show_bug.cgi?id=112

Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=85244

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


Re: [SlimDevices: Plugins] iPeng support thread

2011-01-30 Thread doubleugk

pippin;606766 Wrote: 
> What does "mixed up" mean?

For every artist the album content was not correct.

I flashed the cache and that did solve the problem.

Thanx.


-- 
doubleugk

Synology DS410j • CPU 800 MHz • Bus: 16bit@DDR800 • Mem: 128 MB • 4
Seagate Barracuda 7200.12 SATA 3Gb/s 1TB • FW DSM 3.0-1354 • Plattform
armv5tel-linux • Perl 5.8.6 - armv5tel-linux-thread-multi •
MySQL-Version: 5.1.49 | Squeezebox Server 7.5.1 - r30836 | 2 SB Radio,
FW 7.5.3-r9283 | 2 SB Receiver FW 65 • S/PDIF -> Proceed CDP |
SqueezePlay beta 7.5.1 | iPod touch 3G OS 4.2.1 with iPeng app v1.2.10
to control everything :-)

doubleugk's Profile: http://forums.slimdevices.com/member.php?userid=36464
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] iPeng support thread

2011-01-30 Thread pippin

doubleugk;606764 Wrote: 
> In the artist view the album content is completly mixed up.
> 
> Any idea how this can be solved?

What does "mixed up" mean?

Usually it should help to flush the cache ("Settings->iPeng
Settings->Flush Cache").


-- 
pippin

---
see iPeng, the Squeezebox iPhone remote and 
*New: iPeng for iPad*, at penguinlovesmusic.com

pippin's Profile: http://forums.slimdevices.com/member.php?userid=13777
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] iPeng support thread

2011-01-30 Thread doubleugk

In the artist view the album content is completly mixed up.

Any idea how this can be solved?


-- 
doubleugk

Synology DS410j • CPU 800 MHz • Bus: 16bit@DDR800 • Mem: 128 MB • 4
Seagate Barracuda 7200.12 SATA 3Gb/s 1TB • FW DSM 3.0-1354 • Plattform
armv5tel-linux • Perl 5.8.6 - armv5tel-linux-thread-multi •
MySQL-Version: 5.1.49 | Squeezebox Server 7.5.1 - r30836 | 2 SB Radio,
FW 7.5.3-r9283 | 2 SB Receiver FW 65 • S/PDIF -> Proceed CDP |
SqueezePlay beta 7.5.1 | iPod touch 3G OS 4.2.1 with iPeng app v1.2.10
to control everything :-)

doubleugk's Profile: http://forums.slimdevices.com/member.php?userid=36464
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


[SlimDevices: Plugins] Triode: Spotify; helper app not running

2011-01-30 Thread Furry

Dear Triode,

I have just signed up for Spotify (premium) and am attempting to use
your plugin, but cannot get the helper app to run.

Can I expect this to work on FreeNAS 0.7.2 running on Intel Atom D525?

TIA,
Dave.


-- 
Furry

Living room: SB Touch, Audiolab 8000A (c1985) + TDL RTL3 speakers.
Dining room: SB Boom.
Kitchen: SB Radio 1/2, with battery.
Bedroom 1: SB Radio 2/2, with battery.
Bedroom 2: SB3, AE 2.1.
Bedroom 3: SB3, powered monitors.
SBS v7.5.3 r31792 FreeBSD and music on FreeNAS 0.7.2 r5543 (Sabanda).

Furry's Profile: http://forums.slimdevices.com/member.php?userid=11328
View this thread: http://forums.slimdevices.com/showthread.php?t=85240

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


Re: [SlimDevices: Plugins] iPeng support thread

2011-01-30 Thread doubleugk

My iPod touch 3g 8GB OS 4.2.1 lays on the table. iPengs running and the
device wasn't touched for some time. Suddenly iPengs stops.

Anyone made a similar experience?


-- 
doubleugk

Synology DS410j • CPU 800 MHz • Bus: 16bit@DDR800 • Mem: 128 MB • 4
Seagate Barracuda 7200.12 SATA 3Gb/s 1TB • FW DSM 3.0-1354 • Plattform
armv5tel-linux • Perl 5.10.0 - armv5tel-linux-thread-multi •
DBD::SQLite 1.31 (sqlite 3.7.2) | SSODS 4.11 Squeezebox Server
7.6.0-r31861 | 2 SB Radio, FW 7.6.0-r9298 | 2 SB Receiver FW 70 •
S/PDIF -> Proceed CDP | SqueezePlay beta 7.5.1 | iPod touch 3G OS 4.2.1
with iPeng app v1.2.10 to control everything :-)

doubleugk's Profile: http://forums.slimdevices.com/member.php?userid=36464
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] Announce: Spotify Premium Plugin (Beta)

2011-01-30 Thread att666

@absolog

Just another hint. Try to use TOR or another proxy coming from a
supported IP adresse, JUST ONCE. Connect with the spotify app you
download to your PC or MAC. After that you should be able to stream
from germany via the plugin.

/att666


-- 
att666

att666's Profile: http://forums.slimdevices.com/member.php?userid=33435
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-01-30 Thread att666

absolog;606255 Wrote: 
> Thank you att666! I really appreciate your help.
> 
> Does that mean that I always have to use a proxy or Tor to connect to
> Spotify? 
> 
> I found out that when I change my country to Sweden in mysqueezebox.com
> I can see and install the Spotify plugin. I put in my premium account
> login. So far so good. However, as soon as I try to connect to Spotify
> I get a 401 error. :-( No function at all. So the plugin checks my
> local IP and recognizes me being in Germany. :-(
> 
> I think I will cancel my Spotify account and use Napster here in
> Germany.
> 
> Unhappy:
> absolog.

Hi,

You do _NOT_ need to stream through TOR or any other proxy. This is
only required as a part of the sign-up process for a spotify premium
account. If you already have a premium spotify account, then you can
connect from germany etc. 

If you get an error I would check the following:

1. Are you able to use the Windows Spotify app from your network to
stream?
2. Check you are on a supported version of SqueezeCenter
3. Check you are running SqueezeCenter on supported architecture: INTEL
ONLY
4. Check the spotify plugin logs.

Let me know...


-- 
att666

att666's Profile: http://forums.slimdevices.com/member.php?userid=33435
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-01-30 Thread Triode

cakes;606663 Wrote: 
> Hi,
> 
> Just an idea: it would be great to have the starred tracks playlist
> showing the most recently starred tracks first.
> 
> Cakes

The list is shown in the order spotify return it.  This doesn not give
me any information on when tracks are starred, so I am afraid I don't
think this will be possible.  (The starred playlist should be the same
on all spotify clients and hence I am not storing any extra info in the
plugin)


-- 
Triode

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

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-01-30 Thread cakes

Hi,

Just an idea: it would be great to have the starred tracks playlist
showing the most recently starred tracks first.

Cakes


-- 
cakes

Server : Squeezecentre 7.5.3 on iMac / OSX10.6.6.
Plugins: Triode Spotify plugin 1.2.0
Control: iPeng 1.2.10
Players: Squeezeplay 7.5.1 --> Airfoil --> Airport Express

cakes's Profile: http://forums.slimdevices.com/member.php?userid=18136
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-01-30 Thread cakes

Triode;606494 Wrote: 
> I've just released a small bug fix release.  There are only two minor
> changes:
> - fix starring of tracks from the context menu
> - use 2 formatting for all track lists on squeezeplay
> 
> [As with 1.2.0, the helper app remains at version 1.1.1 so it is not an
> error that this reports a different version from the plugin version.]

Wow, that's a super fast bug fix !! Great thanks !! 

cakes


-- 
cakes

Server : Squeezecentre 7.5.3 on iMac / OSX10.6.6.
Plugins: Triode Spotify plugin 1.2.0
Control: iPeng 1.2.10
Players: Squeezeplay 7.5.1 --> Airfoil --> Airport Express

cakes's Profile: http://forums.slimdevices.com/member.php?userid=18136
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2011-01-30 Thread indifference_engine


A poll associated with this post was created, to vote and see the
results, please visit http://forums.slimdevices.com/showthread.php?t=79524

Question: Are you interested in IR-over-IP?

- Yes, I'd like to have IRoIP.
- No, I don't care.


Pokersut;606591 Wrote: 
> Of course! Thanks!
Does that mean you are now seeing Status 3 (Success) in the
SqueezeIR>About screen?
Pokersut;606591 Wrote: 
> Okay, I have kept the old hotkey (Home + Back) and changed the one in
> the profile section to  , but it
> doesn't work. Nothing happens when I press Home and Play.
> 
> Edit: Forgot to mention that the Home Caption setting isn't working
> either. I have entered a different value in the HomeCaption element in
> the xml file, but in the Controller menu it still says "SqueezeIR". I'm
> now running a 7.6 nightly of SBS. Firmware version on the Controller is
> 7.6.0 r9298. Could this have something to do with it?
> I have reloaded the configuration file and cleared the cache. Am I
> missing something?
It could be that you have inadvertantly turned off the SqueezeIR
buttons with the earlier hotkey confusion - go to SqueezeIR>Settings
and make sure Buttons Enabled is checked (or use the hotkey; press Home
& Back does the same thing) and see if that brings everything back.

It might also be a 7.6 issue, I haven't looked at that version yet
although earlier releases of 7.6 weren't a problem.

You shouldn't need to clear the cache as it only means that you will
have to do another manual update of SqueezeIR next time you restart
your controller for the reasons given before.  The clear cache feature
really is a last resort for a corrupted cache.

If you are still having problems then post your xml, lirc files and
your SqueezeIR settings (default configuaration, use player profiles
etc).


-- 
indifference_engine

2xReceiver, 2xController, 1xSB3, 2xSqueezeSlave, SBS 7.5.3
Inventor of SqueezeIR applet for the Controller

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

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


Re: [SlimDevices: Plugins] Beginnings of a Windows Phone 7 app - quick question

2011-01-30 Thread will biddle

Cheers Chris, I think I get it now, thanks a lot - I'm not getting the
phone until end of Feb.  Where should I go to pick up your app to give
it a go?
Will


-- 
will biddle

will biddle's Profile: http://forums.slimdevices.com/member.php?userid=21903
View this thread: http://forums.slimdevices.com/showthread.php?t=83330

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


Re: [SlimDevices: Plugins] Announce: Spotify Premium Plugin (Beta)

2011-01-30 Thread NikolajC

Excellent work with the two line support. Now I can actually bother to
go to the "what's new" section. Thanks for everything. Did you ever
sort a donate option?


-- 
NikolajC

NikolajC's Profile: http://forums.slimdevices.com/member.php?userid=18676
View this thread: http://forums.slimdevices.com/showthread.php?t=79706

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