Re: [SlimDevices: Plugins] iPeng support thread

2011-10-14 Thread pippin

Wow, this definitely sounds bad. 
I've tried to play around with Pandora on MySB for a while and I did
indeed get a single crash after getting one of the error messages you
are seeing. Not the same one, though, mine was caused by switching from
another server, it's the one I mentioned above. The one _you_ are seeing
should not be there, this concerns me since it's different behavior from
the side of MySB from what I am seeing, that error message should not be
there, t...

Since I can't reproduce this at all, this is going to be a wide shot,
sorry:

1. Did you try to uninstall and re-install iPeng?
2. You are using Pandora, so I assume you are in the US and the
language on your iThingies is set to English?
3. How are your players named? Any special characters in there?
4. Do you use Pandora from "MyApps" or is it on the home menu? (I can
only use it on the home menu due to restrictions from accessing it
outside the US).
5. Which other "Apps" do you have on the home menu, if any?
6. Does Pandora work if you use it directly from one of the
Squeezeboxes?
7. How many Squeezeboxes do you have?

Sorry if this is all a bit vague but I have to somehow be able to
reproduce this.


-- 
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-10-14 Thread neilcoburn

Hi there

Apologies if this is covered already in this thread, but is it possible
to customise the left hand menu items within 'My Music' on the main iPad
screen?  

I use Custom Browse, and I get both the Custom Browse menu items
showing as well as the standard Squeezebox Server items showing, which
means that items such as 'Albums' and 'Artists' show twice.  (I have
set up Custom Browse to replace the SB Server menu items, but that
doesn't happen on Ipeng for IPad though it does on the GUI on my PC).


-- 
neilcoburn

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

No, currently that's not possible.


-- 
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-10-14 Thread pippin

darkrail;663186 Wrote: 
> Yes I'm on 1.4.2 and 1.2.2
> 
> "go to switch stations" means when I choose a different station within
> Pandora.  In your app it's called "Your Stations".  Clicking on that
> has always gotten me my list of stations, now it gets me a crash.
> 
> "go to switch player" means when I switch to a different physical
> Squeezebox in my house--I have three Touches and one Boom.  In your
> app, I swipe to the right from the NOW PLAYING screen and see a list of
> my players.  Tapping on a player lets me control that player.  But now,
> tapping on a player gets me a crash.  
> 
> Hitting PLAY or turning on a player also causes crashes now, but those
> are more intermittent. 
> 
> In simple terms, most anything I do makes it crash.   
> 
> I'm glad it's working on your end, but it's completely not working on
> my end.  I've used your app daily for a couple years, and these
> problems started right when I upgraded the iPad and iPhone to iOS5, and
> the issue is nearly the same on both iPad and iPhone.  Please let me
> know if you have any suggestions or if I can give you any further
> information to help you troubleshoot.  Thanks.

OK, could you drop me an e-mail at coolio att penguinlovesmusic dott
com?
I can confirm that iPeng crashes after that error message shows up
(which it is not supposed to do, too).
I would have a fix for that leaving the question of why you keep
getting these errors.


-- 
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] Custom Browse (+ iPeng?): Play track directly, avoid displaying menu

2011-10-14 Thread sts78

Currently I have the following two menus (amongst others) which work
pretty well with iPeng:

Albums view:

Code:


  
  

Alben
none
alpha
Musik
50


artist
Interpreten
artist
sql
none
alpha

select 
contributors.id,contributors.name,substr(contributors.namesort,1,1) 
from 
contributors,contributor_album,albums,tracks
where contributor_album.contributor = 
contributors.id 
and contributor_album.album = albums.id 
and contributor_album.role in (1,5) 
and 
(
albums.compilation is null 
or albums.compilation=0 
or 
{property:server:variousArtistAutoIdentification} = 0
)
and tracks.album = albums.id 
and tracks.url like '%/share/Musik/Alben/%'
group by contributors.id 
order by contributors.namesort asc


album
Songs
album
album
alpha
sql
^(.*)\s\((.*)\)$

select 
albums.id,albums.title,substr(albums.titlesort,1,1) 
from contributor_album,albums 
where albums.id = 
contributor_album.album 
and contributor_album.contributor = 
{artist} 
and contributor_album.role in (1,5)
and albums.title not in ('Kein Album')
group by albums.id 
order by albums.titlesort 
asc,albums.disc asc


track
track
titleformat
TITLE 
(DURATION)
all
alpha
sql

^(.*)\s\((.*)\)$

select tracks.id,tracks.title
from 
tracks,contributor_track,albums 
where tracks.audio = 1 
and contributor_track.track = 
tracks.id 
and tracks.album = {album} 
and 
contributor_track.contributor = {artist} 
and contributor_track.role in 
(1,5) 
group by tracks.id 
order by 
tracks.disc,tracks.tracknum asc,tracks.titlesort asc


trackdetails

trackdetails
track|0



 
  


  
  



Singles view (single songs with an artist, but no album tag, filtered
by a special folder)

Code:


  
  

Musik
Singles
none
alpha
70


artist
Artist
artist
none
sql
alpha

select distinct 
contributors.id,contributors.name,substr(contributors.namesort,1,1) 
from contributors,contributor_track,tracks
where contributors.id = 
contributor_track.contrib

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

2011-10-14 Thread DannyKudos

Hello Triode.

I use your plugin on my home set up (Touch and "Receiver" which I run
headless) and it works great.  Very pleased.  

Trying to use it at work with a Squeezebox 2 and the display says
"Player Not Supported".  Looking at your release notes your plugin
should support a SB2.  Any ideas ?  Im running server version 7.61.

Cheers !


-- 
DannyKudos

DannyKudos's Profile: http://forums.slimdevices.com/member.php?userid=4940
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] Custom Browse (+ iPeng?): Play track directly, avoid displaying menu

2011-10-14 Thread pippin

try changing

Code:


artist
  


to

Code:


album
  


or

Code:


playlist
  


in the second menu.


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

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


[SlimDevices: Plugins] Triode's Spotify: long delays in SBS activities?

2011-10-14 Thread jimzak

I have noticed that when I have Triode's Spotify plugin enabled it slows
SBS to a crawl at times.

For example, simply clicking on the New Music link in the web interface
results in all the players disconnecting for approx 5 mins and then
reconnecting when the New Music category displays on the web
interface.

Another example is music rescans, the same thing occurs for about 5
mins prior to a rescan starting.  Additionally the rescan time is
doubled.

I have a minimum number of other plugins including Last.fm, Live365,
and random mix and Music Information.

I'm running a nightly build of 7.6.2 but this abnormal behavior occurs
on all versions of 7.6.x in Win 7 64 bits.

Is anyone else seeing this?


-- 
jimzak

http://zzzone.net
http://have-a-nice-day.org
http://www.last.fm/user/zzzoneDOTnet
http://somethingsomethingsomething.net

Ripper: dBpoweramp
Router: Cisco E4200
Server: SBS 7.6.1 - i3 - Win 7 64bit
Player: 2 Booms, 1 Radio, 1 Touch
Control: 2 controllers, iPad1, iPad2, Nexus S smartphone, Transformer
Eee tablet
Apps: iPeng for iPad, SqueezePad, Logitech Squeezebox app
'Library' (http://zzzone.net/photo/2009/music1.jpg): 10,000+ FLAC/MP3
files - 2TB external HD x 2

jimzak's Profile: http://forums.slimdevices.com/member.php?userid=17592
View this thread: http://forums.slimdevices.com/showthread.php?t=90938

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


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

2011-10-14 Thread tuc

erland;663201 Wrote: 
> Just to confirm your suspicions, TrackStat and also peterw's PlayLog
> plugin keeps track of the history of played tracks but none of them
> keep track of the history of played playlists as far as I know.
> 
> Theoretically, it would be possible to create a list of the playlists
> which the songs played is part of based on the TrackStat data, but
> since a song can be part of multiple playlists I suspect this isn't
> exactly what you want.
> 
You are right that is not exactly what I am looking for.

erland;663201 Wrote: 
>  Another question is if it's important to keep track of how the playlist
> looked like when it was played or if it's only important to keep track
> of which playlist that was played while its content would be the latest
> version of the playlist ?
> For example, if I have "Playlist 1", play it and then a bit later add a
> new track to it and play it again. Do you only need this to be
> represented as if "Playlist 1" has been played twice or do you also
> need to see how it looked like each time it was played for it to be
> useful ?
> 
It certainly would be great to at least have the option (default
behaviour) of the order being the same. If one accidentally deletes the
active playlist by pressing play to a single track, it would be nice to
get the playlist back in its original form. Perhaps this requires
additional data to be saved by TrackStat?


erland;663201 Wrote: 
> A third question, what about the scenario where you play "Playlist 1",
> stop the music and do something else and then later play "Playlist 1"
> again, should this be represented as two entries in the history or just
> a single entry ?
> 
You are of course right that defining "an active playlist" exactly is
not straightforward. In your example I would say that it would make
most sense to define it as one list (not two). The best definition of
the playlist to store I can think of is: "the last version of the
active playlist before it was deleted". By deleted I mean either
replaced entirely by a predefined (named) playlist or replaced by an
album, track or selection of tracks.
As far as I can see TrackStat (or some other plugin) would have to save
data about active playlists at the time a playlist is deleted (in the
sense I described above). This information would be: TrackID and Track
order. I have no idea of how to implement this with the DB-info in SBS.
Also, I don't know if it is possible to store data at the time an active
playlist is deleted.
To me it seems to be not so easy, but I'd love the functionality :-)


-- 
tuc

--
Server:  Atom D510 running Ubuntu 10.10 with 2 GB RAM
Players: SB receiver + 2 SB boom, all players synchronized
Remotes: SB controller + HTC legend with SqueezeCommander

tuc's Profile: http://forums.slimdevices.com/member.php?userid=34475
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] MOG -- Any update on App/Plug-In

2011-10-14 Thread nervoteso

MeSue;663077 Wrote: 
> Might want to fix that typo before the rumors start flying!

i start flying...

logitech will buy napster???


-- 
nervoteso

Touchx2, Boom, Duetx2! Squeezebox Server 7.5.0 (Qnap ts-119)

nervoteso's Profile: http://forums.slimdevices.com/member.php?userid=30262
View this thread: http://forums.slimdevices.com/showthread.php?t=90645

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2011-10-14 Thread smitti_

sorry for the late reply :-)
no, problem is not a content-filter. The problem appears everytime
after listening to 15 youtube tracks. No matter which song.

Has anyone an idea?


-- 
smitti_

smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] Announce: YouTube Plugin

2011-10-14 Thread smitti_

I've updated my squeezebox server and it works up to now. I've tested to
play 60 songs, and it is still working without any error.
I will monitor it the next few days and keep you up to date.

My current config:
Fedora release 14 (Laughlin)
SBS Version: 7.6.1 - r33149

Oh man, am I happy that it works now :D


-- 
smitti_

smitti_'s Profile: http://forums.slimdevices.com/member.php?userid=49173
View this thread: http://forums.slimdevices.com/showthread.php?t=87731

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


Re: [SlimDevices: Plugins] MOG -- Any update on App/Plug-In

2011-10-14 Thread jhonsber...@msn.com

Rhapsody already bought Napster.


-- 
jhonsber...@msn.com

jhonsber...@msn.com's Profile: 
http://forums.slimdevices.com/member.php?userid=4438
View this thread: http://forums.slimdevices.com/showthread.php?t=90645

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


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

2011-10-14 Thread Triode

DannyKudos;663243 Wrote: 
> Hello Triode.
> 
> I use your plugin on my home set up (Touch and "Receiver" which I run
> headless) and it works great.  Very pleased.  
> 
> Trying to use it at work with a Squeezebox 2 and the display says
> "Player Not Supported".  Looking at your release notes your plugin
> should support a SB2.  Any ideas ?  Im running server version 7.61.
> 
> Cheers !

Can you post what the server log says?


-- 
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] iPeng support thread

2011-10-14 Thread darkrail

pippin;663239 Wrote: 
> OK, could you drop me an e-mail at coolio att penguinlovesmusic dott
> com?
> I can confirm that iPeng crashes after that error message shows up
> (which it is not supposed to do, too).
> I would have a fix for that leaving the question of why you keep
> getting these errors.

Deleting the app and reinstalling fixed the problem.

I apologize:  usually I would have tried this right away.  But when I
was seeing the exact same problem on two different devices (and two
different versions of your program), I didn't see how reinstalling
would help.  

Reinstalling fixed it completely on both devices.  I've played around
with both quite a bit and haven't gotten a single crash.  

I've had the apps installed for a long time; I think I bought the HD
version the day your released it.  So I'm guessing something from an
older version was lingering around and conflicted with the newest
update.  Whatever the problem, it's gone now.  Thanks for your
assistance.


-- 
darkrail

darkrail's Profile: http://forums.slimdevices.com/member.php?userid=46242
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] Custom Browse (+ iPeng?): Play track directly, avoid displaying menu

2011-10-14 Thread sts78

Both attempts result on iPeng in a red Error-Box:

Code:

[SERVER] Server returned Error: request failed with error: Bad dispatch



The web UI just doesn't come back from the request...


-- 
sts78

sts78's Profile: http://forums.slimdevices.com/member.php?userid=50205
View this thread: http://forums.slimdevices.com/showthread.php?t=90936

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


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

2011-10-14 Thread NikolajC

Damn Triode - your support is unprecedented. Do you have a donation
option somewhere?

Now successfully running the plugin on a UBIFS Sheevaplug. Almost too
good to be true for such a low-power server.

The server seems to run spotifydnoflac at 40% CPU. Is that normal?
Anyway to run the regular spotifyd and is there any gain in doing so?

Thanks in advance.


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


Re: [SlimDevices: Plugins] iPeng support thread

2011-10-14 Thread cvj

pippin;663178 Wrote: 
> That has nothing to do with the latest version of iPeng but you are
> probably playing a Spotify Playlist?
> 
> It's the Spotify plugin which replaces the button and I think you can't
> shuffle Spotify playlists.
> 
> The "thubmbs up" button adds the currently playing track to the
> "starred tracks" playlist, in this case.

But I still have the shuffle button, when I use my iTouch and iPeng
to.play a Spotify playlist ...


-- 
cvj

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

cvj;663335 Wrote: 
> But I still have the shuffle button, when I use my iTouch and iPeng
> to.play a Spotify playlist ...

When you use Triode's plugin or the Logitech App?

I saw this with triode's plugin, not exactly sure when, I believe it
was with the "spotifyradio" feature in the 1.x versions, will
investigate.
It's a server-controlled feature. The server can replace the buttons.
This also happens with Pandora, Last.fm, Slacker and iPlayer, I
believe.


-- 
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-10-14 Thread pippin

darkrail;663325 Wrote: 
> 
> 
> I apologize:  usually I would have tried this right away.  But when I
> was seeing the exact same problem on two different devices (and two
> different versions of your program), I didn't see how reinstalling
> would help.  
> 

Actually I thought the same.
And yesterday I was bitching about Facebook's QA who had a similar
issue with their iOS 5 update :) OK, their App crashed right at startup
and for about 50% of all users... Same fix.

Did the error message also go away? I'm asking because I could
reproduce a crash whenever that message shows up, has to do with a
change of behavior of iOS 5 compared to previous iOS versions or with
the libraries to compile for iOS 5. A very old iPeng bug but did no
harm in the past.

Also: did you use a local server in the past?


-- 
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] MOG -- Any update on App/Plug-In

2011-10-14 Thread aubuti

So does that mean Logitech bought Rhapsody too? Or vice versa?  :-)


-- 
aubuti

aubuti's Profile: http://forums.slimdevices.com/member.php?userid=2074
View this thread: http://forums.slimdevices.com/showthread.php?t=90645

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


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

2011-10-14 Thread Slabbedask

Hi,

I'd been enjoying my Triode Spotify plugin on a Classic and a Duet on
WHS for a while when it suddenly stopped working some time ago. Now I
just get the error message "Connect timed out: Bad file descriptor".
This was not related to any kind of software upgrade AFAIK. I've tried
restarting Squeezebox Server, uninstalling and reinstalling the Spotify
plugin, uninstalling and reinstalling Squeezebox Server, fiddling around
with the helper app port number (really a bit too advanced for me),
restarting the home server itself etc. a million times, but no luck.
Yesterday I tried downgrading to 7.5.3 (newer versions have all had
some rather annoying, non-Spotify-related bugs), but no luck. I'm
currently back at 7.6.1, with a dead Spotify and a functioning (yet
inferior) WiMP-plugin.

I'm attaching the server log file - are there other documents I can
send for you to look into it? Any other suggestions?

Thank you in advance, your help is much appreciated.

Slabbedask


+---+
|Filename: server.log   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=12609|
+---+

-- 
Slabbedask

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

2011-10-14 Thread cvj

pippin;663178 Wrote: 
> That has nothing to do with the latest version of iPeng but you are
> probably playing a Spotify Playlist?
> 
> It's the Spotify plugin which replaces the button and I think you can't
> shuffle Spotify playlists.
> 
> 

When playing a single Spotify album, you can not shuffle the playlist,
but if you have two or more albums you can.


-- 
cvj

cvj's Profile: http://forums.slimdevices.com/member.php?userid=2979
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] Custom Browse Menu- Need Coding Advice

2011-10-14 Thread aeo12

erland;663192 Wrote: 
> No, since you have:
> select comments.id,comments.value from
> 
> The first parameter returned from the SQL will be put in the {comment}
> parameter, so I think you instead should use:
> comments.id='{comment'}
> 
> Just for information, the second parameter (comments.value) will be the
> one displayed to the user.

Thanks, Erland.  I've got the menu working now.  I still want to adjust
it so that I can choose between "by Year" and "by Title", but I think I
can follow the format of some of your built-in menus to do that.  My
goal is to create a menu that will allow use of a "custom tag" (i.e.,
the content of the Comment tag) without using Custom Scan.  Your new
Custom Scan alpha has greatly improved scanning time for my large
library, but Custom Browse menus using the custom tags are rather
sluggish at times.  So far, this new menu based on the Comment tag
seems faster.


-- 
aeo12

aeo12's Profile: http://forums.slimdevices.com/member.php?userid=10883
View this thread: http://forums.slimdevices.com/showthread.php?t=90927

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


Re: [SlimDevices: Plugins] SqueezeIR Support Thread

2011-10-14 Thread Paden


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.


indifference_engine;662164 Wrote: 
> My only suggestion is to restart the controller again, or try removing
> SIR, restarting and re-installing SIR.  IIRC there is a setting
> somewhere in options to add/remove to the home-menu but not to change
> the ordering.

Having had a stable set-up, I've only just updated to 7.6, only to find
that this has the facility to re-order the home menu built in!
Just press the "+" button while against your chosen home menu item &
you're given options to move it :-)

Cheers, Paul


-- 
Paden

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

2011-10-14 Thread darkrail

pippin;663339 Wrote: 
> Did the error message also go away? I'm asking because I could reproduce
> a crash whenever that message shows up, has to do with a change of
> behavior of iOS 5 compared to previous iOS versions or with the
> libraries to compile for iOS 5. A very old iPeng bug but did no harm in
> the past.
> 
> Also: did you use a local server in the past?

The error message is 100% gone.  

I tried a local server once a long time ago (at least a year, probably
longer).  Maybe the error was still coming from the memory of that.  

It's great to have that error gone.  In iOS5 it was there all the time,
but even in iOS4 I got it maybe 25% of the time.  It was never a problem
in iOS4--I'd just ignore it and it would go away.  Now it seems gone for
good.  

Keep up the awesome software!


-- 
darkrail

darkrail's Profile: http://forums.slimdevices.com/member.php?userid=46242
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-10-14 Thread cvj

pippin;663337 Wrote: 
> When you use Triode's plugin or the Logitech App?
> 
> I saw this with triode's plugin, not exactly sure when, I believe it
> was with the "spotifyradio" feature in the 1.x versions, will
> investigate.
> It's a server-controlled feature. The server can replace the buttons.
> This also happens with Pandora, Last.fm, Slacker and iPlayer, I
> believe.

I am using Triode's plugin (of course) :-)


-- 
cvj

cvj's Profile: http://forums.slimdevices.com/member.php?userid=2979
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] MOG -- Any update on App/Plug-In

2011-10-14 Thread margolbe

I have been trying out both MOG and Spotify.  If you like classical
music and jazz, MOG is much better.  The problem with Spotify is that
they rarely have an entire jazz or classical album from Universal Music
-- i.e. ECM, Verve, Decca or Deutsche Grammaphon.  Typically, at least
one track is missing.  There is nothing worse than hearing a classical
piece with one movement missing.

When the MOG plugin appears, I will say goodbye to Spotify.


-- 
margolbe

margolbe's Profile: http://forums.slimdevices.com/member.php?userid=30194
View this thread: http://forums.slimdevices.com/showthread.php?t=90645

___
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-10-14 Thread vdeknock

Anyone else getting this issue? I am running on a vortex box system so
it might be related to a different issue?


-- 
vdeknock

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