Re: [SlimDevices: Plugins] iPeng support thread

2019-03-31 Thread pippin
I have to check about going back, but there is indeed a difference between the search while you type and after you press „Search“. The former only uses LMS search command while the latter uses a track search, which returns more detail. It might also use a different list although it really

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-31 Thread dolodobendan
I have a question regarding the search. Is there a difference in search between "search while you type" and the search after pressing "Search"? I have the distinct feeling that they are not. I ran a search for something, cannot remember what it was. I wanted to add a song, so I held on it and

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-28 Thread pippin
This means your LMS (is iPeng is still connected to the correct one) has löschte connection to MySqueezebox.com. You could also check the credentials in the MySB settings in the web interface. Or it could be a firewall issue. --- learn more about iPeng, the iPhone and iPad remote for the

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-28 Thread rp9197
I restarted LMS and it is still the same. I only have three icons in Ipeng my apps (Ickstream, Spotify and Facebook). Prior to this problem there were more icons. I didn’t use them so the only one I remember specifically is Live Music Archive. I’m not sure what to do next. I usually

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-27 Thread pippin
Please try to restart LMS (only LMS, not the machine it’s running on or the OS). The menu item is server-provided. Is anything else missing? --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free Party-App, at

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-27 Thread rp9197
I have lost my Tidal icon in IPeng. I can still access Tidal and play music to my Squeezeboxes and Transporter from my desktop using LMS. I always use IPeng/Tidal to play music. I had a password issue months ago where I lost Tidal on both Ipeng and LMS. I am wondering if my current problem

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-19 Thread dolodobendan
pippin wrote: > Do you use another App to control iPeng's player? > I get similar error messages, albeit with a different code (455) when I > try to control a disconnected player from iPeng's watch app, which also > uses JSON/RPC (iPeng on the iPhone/iPad uses cometd instead) I have to add

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-19 Thread pippin
dolodobendan wrote: > Ok, thank you. I'm a bit curious why apparently I'm the only one getting > this error with the code 486 here. Do you use another App to control iPeng's player? I get similar error messages, albeit with a different code (455) when I try to control a disconnected player

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-19 Thread pippin
May have to do with your logging preferences --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free Party-App, at penguinlovesmusic.com *New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-19 Thread dolodobendan
pippin wrote: > It's probably when the player shuts down. iOS Apps don't "run" in the > background unless they are doing something like playing audio. They get > completely suspended the moment you send them to the background so in > iPeng's case it won't communicate with the server either. >

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-19 Thread pippin
Pascal Hibon wrote: > > Do you have an AppleTV Ipeng app or is it on the making? > I probably won't be using my AppleTV for playing music but it could be a > nice way to show the now playing content at parties. Still working on it but it's a bit of a low priority. Browsing large libraries on

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-19 Thread pippin
dolodobendan wrote: > I do get a lot of these in server.log: > > I think this happens when iPeng is running in background (not playing) > and the iPhone shuts down WiFi or whatever to preserve power. But I'm > just guessing here. Is there a way to suppress this? It's probably when the player

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-12 Thread Pascal Hibon
pippin wrote: > That's not an iPeng screen, that's an AirPlay screen and you're probably > using AirPlay to your Apple TV. > I think AirPlay is probably caching old information that only gets > updated if you start playing something from iPeng again. > > Or do you use the AirPlayBridge plugin?

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-11 Thread dolodobendan
I do get a lot of these in server.log: Code: [19-03-11 15:22:28.3056] Slim::Web::JSONRPC::requestMethod (486) iPeng's-MAC: request not dispatchable! [19-03-11 15:22:28.3094] Slim::Web::JSONRPC::requestMethod (486) iPeng's-MAC: request not dispatchable!

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-10 Thread pippin
That's not an iPeng screen, that's an AirPlay screen and you're probably using AirPlay to your Apple TV. I think AirPlay is probably caching old information that only gets updated if you start playing something from iPeng again. Or do you use the AirPlayBridge plugin? In this case it might be

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-10 Thread Pascal Hibon
Hey guys, I'm using my AppleTV (2nd gen) to stream TV from my iPad. Ipeng is installed on that iPad. I noticed that whenever I stop streaming TV that an Ipeng screen appears on my TV. This is actually a great feature! But it would be useful if the content would be correct. I attached a

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-09 Thread pippin
It‘s semantically the CLI but through cometd which offers more additional information for some queries. It’s the same as the JSON/RPC Interface but with the additional capability to subscribe to automatic updates like with the CLI --- learn more about iPeng, the iPhone and iPad remote for the

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-09 Thread JensD
pippin wrote: > playlist_cur_index = 4 means track 5, the index is 0-based, not > 1-based. > Clear, I was referring to index 4 when I wrote number 4. And this is the song that is reported by the cli (" status -"), played by the Squeezebox, but does not appear in the playlist view, neither

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-09 Thread pippin
playlist_cur_index = 4 means track 5, the index is 0-based, not 1-based. No idea why iPeng shows the wrong last track, my guess would be it did get a different list earlier and the playlist time wasn’t updated when the server updated that last track --- learn more about iPeng, the iPhone and

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-09 Thread JensD
pippin wrote: > No, there is no cache, if closing iPeng and restarting doesn’t help it’s > a server-side problem. > Are you sure the web interface then shows the correct list? ;tldr It's a server side issue which could be handled nicer. Perhaps. I did some comparisons between iPeng, Web

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-08 Thread pippin
No, there is no cache, if closing iPeng and restarting doesn’t help it’s a server-side problem --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free Party-App, at penguinlovesmusic.com *New: iPeng 9, the

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-08 Thread JensD
pippin wrote: > Does it fix this on its owning you wait? Sorry, no, it doesn't. Even closing iPeng and restart doesn't help (is there a cache?). I initially thought it's a server-side problem, but in both the web frontend and the squeezebox touch the playlist shows up correctly. Is there

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-08 Thread pippin
Does it fix this on its owning you wait? When the net track shows up at latest? Usually iPeng should get a notification from the server whenever the playlist is updated. However, iPeng ignores the next update if it initiated the change itself (e.g. when deleting a track) to avoid issues with the

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-07 Thread JensD
pippin wrote: > Hm, how long are your playlists? Not very long, but updated frequently. When you start a random mix of songs using the Random Mix plugin, it puts initially 10 songs into your playlist. Every time a song was played, a new song is added to the list. If you start deleting songs

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-07 Thread pippin
Hm, how long are your playlists? --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free Party-App, at penguinlovesmusic.com *New: iPeng 9, the Universal App for iPhone, iPad and Apple Watch*

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-05 Thread SangSomBucket
Yes, can confirm that I have seen this kind of behaviour in the playlist view of the iOS app after editing. SangSomBucket's Profile: http://forums.slimdevices.com/member.php?userid=55758 View this thread:

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-05 Thread JensD
Hi, I love iPeng and use it on both on iPhone and iPad. For the iPhone app there is something that puzzles me. I hear often a random title mix. When I start editing the playlist, e.g. remove songs, after a short while the playlist becomes confused. Sometimes it indicates the wrong song that is

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-03 Thread Tony T
pippin wrote: > It's not supposed to show the time, the button doesn't know the current > sleep state. > The wording is meant to indicate that you can set in how many minutes it > should go to sleep. > > I admit it's not a perfect fit but it's one of Logitech's default > strings so it gets

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-03 Thread gianky69
pippin wrote: > Are you using music folders to play? They sometimes have this issue > although I thought it was fixed in LMS 7.9 > > Other suggestion: do you use the bookmarks plugin? No bookmarks plugin About music folders... what do you mean? My music collecion is organized as artist/album

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-03 Thread pippin
Tony T wrote: > Minor point. > When checking Sleep with Long Press, "Sleeping in" does not indicate > time remaining. > See attached It's not supposed to show the time, the button doesn't know the current sleep state. The wording is meant to indicate that you can set in how many minutes it

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-03 Thread pippin
Are you using music folders to play? They sometimes have this issue although I thought it was fixed in LMS 7.9 Other suggestion: do you use the bookmarks plugin? --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the

Re: [SlimDevices: Plugins] iPeng support thread

2019-03-03 Thread gianky69
Hello, I have a strange trouble: when using iPeng to command my LMS with a Squeezebox Classic, it always skip the first song starting an album from the app. Is it a known bug? I have: LMS 7.9.2 running on Synology Nas DS1512+ (3 GB RAM) DSM 6.2.1-23824 Update 6 4500 album 56000 songs Latest

Re: [SlimDevices: Plugins] iPeng support thread

2019-02-06 Thread Tony T
Minor point. When checking Sleep with Long Press, "Sleeping in" does not indicate time remaining. Tony SBTouch SBRadio Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread:

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-31 Thread dolodobendan
d6jg wrote: > As a workaround you can duplicate the presets as Favourites and then > expose them on the main iPeng screen. Ok, that's what I did, thank you. QLMS 7.9.2@2.03.21 x64 (digimaster) / QNAP 469L QTS 4.3.4

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-31 Thread d6jg
dolodobendan wrote: > Now that I discovered that there are 'presets' > (https://forums.slimdevices.com/showthread.php?110087-New-in-7-9-2-Presets-editor), > I wonder: Is there a way to access them in iPeng? As a workaround you can duplicate the presets as Favourites and then expose them on the

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-31 Thread dolodobendan
Now that I discovered that there are 'presets' (https://forums.slimdevices.com/showthread.php?110087-New-in-7-9-2-Presets-editor), I wonder: Is there a way to access them in iPeng? QLMS 7.9.2@2.03.21 x64 (digimaster) / QNAP 469L QTS 4.3.4

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-19 Thread pippin
dmon wrote: > > Firstly the menu opens and I can see the choosen items, but after a > second it will be hidden with these lines. > Any idea ? > Looking at the last image again... The iPeng plugin contains a lot of optimizations to make smooth scrolling of partial screen sections on that 1st

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-19 Thread pippin
dmon wrote: > Hello, > > What can be the cause of this behaviour ? > WOW!! You are seriously using the iPeng Plugin? I haven't seen that in almost 10 years, I have to admit I have no idea whether it's compatible with current LMS versions. As your experience shows... probably not... The

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-19 Thread dmon
Hello, What can be the cause of this behaviour ? The home screen is correct : 26591 but if I open any menu I get this: 26592 : Firstly the menu opens and I can see the choosen items, but after a second it will be hidden with these lines. Any idea ? Thank you. d.

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-10 Thread JohnB
pippin wrote: > Switching libraries should work. Usually, you just select the new > library in iPeng‘s list of players and servers and iPeng then asks you > whether you’d like to take the player along. > What happens if you do that? Thanks pippin. Dammit, this time switching libraries on with

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-10 Thread pippin
Switching libraries should work. Usually, you just select the new library in iPeng‘s list of players and servers and iPeng then asks you whether you’d like to take the player along. What happens if you do that? --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-10 Thread JohnB
I'm not sure where to post this question but I use the excellent iPeng to control my system. I have one Touch and two LMS Libraries Main system: Microserver: runs LMS and contains Music Library Other system: Windows 7: runs LMS and contains Music Library Switching libraries on iPeng doesn't

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-04 Thread Hoch
pippin wrote: > No, from next week on. But I have a pretty good idea when it got > introduced, hopefully will find a fix for the next update. > It's a bit difficult with all these gesture recognizers interacting > these days but since I no longer have to support iOS 7 and 8 it should > be

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-04 Thread pippin
Hoch wrote: > Did you have time to investigate the scroll issue? No, from next week on. But I have a pretty good idea when it got introduced, hopefully will find a fix for the next update. It's a bit difficult with all these gesture recognizers interacting these days but since I no longer have

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-03 Thread Hoch
pippin wrote: > Interesting catch. No idea why nobody has found this issue before. Will > investigate. Did you have time to investigate the scroll issue? Hoch's Profile:

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-01 Thread pippin
BuddyRich wrote: > > Can the toggle be added to the phone (even as an iPeng setting vs. the > Globe UI element), or alternatively can the global search be made to > function as a main menu item (and given an icon - it shows a puzzle > piece if promoted to the main menu). Im guessing since the

Re: [SlimDevices: Plugins] iPeng support thread

2019-01-01 Thread BuddyRich
Im trying to standardize (as best I can) the UI between iPeng on the phone and my iPad. Everything is almost perfect but the searching on the phone doesn't support the global search toggle. On the iPad you have the Globe and can enable global search which actually works with the Spotty plugin.

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-28 Thread d6jg
pippin wrote: > Interesting catch. No idea why nobody has found this issue before. Will > investigate. I have seen it before but never got around to telling you. VB2.4[/B] STORAGE *QNAP TS419P (NFS) [B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s *Office* - Pi3+Sreen ->

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-27 Thread pippin
Hoch wrote: > When in album view with the current now playing list on the right side > is the screen and selecting the edit function to delete songs or > rearrange the playlist I cannot scroll on my 9.5 iPad Pro, iOs 12.1. Interesting catch. No idea why nobody has found this issue before. Will

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-26 Thread Hoch
When in album view with the current now playing list on the right side is the screen and selecting the edit function to delete songs or rearrange the playlist I cannot scroll on my 9.5 iPad Pro, iOs 12.1. Hoch's Profile:

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-24 Thread Ikabob
Ikabob wrote: > For some reason I cannot save a playlist. Is there a limit to how many > playlists can be saved? I press “save” and enter a playlist name but it > does not show up in my list of playlists anymore. Just to update: I fixed this issue. Seems that my LMS was caught in a never

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-23 Thread chris5u
pippin wrote: > I actually don’t remember exactly what’s needed, someone in the server > section might be able to help. > iPeng doesn’t support WMA natively (Microsoft wants expensive licenses > for that) so the server needs to transcode it - this is what fails > here. > It should not, though.

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-22 Thread pippin
I actually don’t remember exactly what’s needed, someone in the server section might be able to help. iPeng doesn’t support WMA natively (Microsoft wants expensive licenses for that) so the server needs to transcode it - this is what fails here. It should not, though. I’ve used several RPi setups

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-22 Thread chris5u
Really enjoy using iPeng to control all my music players, and also streaming to iPhone and iPad. Great software and convenient way set up playlists, and sync and unsync players around the house. After running LMS on Windows and Mac machines for a number of years, I’ve now moved on to using rPi

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-21 Thread pippin
Depends on your OS/Platform but the server not having the necessary writing permissions is usually the reason. Another one would be a wrong playlist folder path but then you wouldn’t see existing playlists, too. And then of course that disk could be full... --- learn more about iPeng, the

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-21 Thread Ikabob
d6jg wrote: > Works for me. Is your playlist folder writable ? Thank you. I have never had a problem saving playlists, so I would say it’s always been writable. How do I check to see if somehow it got changed. Ikabob Squeezebox Touch w/LMS V7.9; Benchmark DAC1 USB;Marantz Pre-amp; SAE

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-21 Thread d6jg
Ikabob wrote: > For some reason I cannot save a playlist. Is there a limit to how many > playlists can be saved? I press “save” and enter a playlist name but it > does not show up in my list of playlists anymore. Works for me. Is your playlist folder writable ? VB2.4[/B] STORAGE *QNAP TS419P

Re: [SlimDevices: Plugins] iPeng support thread

2018-12-21 Thread Ikabob
For some reason I cannot save a playlist. Is there a limit to how many playlists can be saved? I press “save” and enter a playlist name but it does not show up in my list of playlists anymore. Ikabob Squeezebox Touch w/LMS V7.9; Benchmark DAC1 USB;Marantz Pre-amp; SAE Amplifier;ESS Heil

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-17 Thread Tony T
pippin wrote: > What do you mean by "this"? The back button issue? That's probably only > dependent on the title size. > I don't understand the podcast relation, though. Yes, back button issue. The only time I have the issue is when I drill down the podcast menu. Tony SBTouch SBRadio

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-17 Thread pippin
Tony T wrote: > I'm getting this also on an iPhone SE iOS 12.1 > It disappears we when going to a podcast's recent episodes What do you mean by "this"? The back button issue? That's probably only dependent on the title size. I don't understand the podcast relation, though. --- learn more

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-17 Thread Tony T
I'm getting this also on an iPhone SE iOS 12.1 It disappears we when going to a podcast's recent episodes Tony SBTouch SBRadio Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this thread:

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-15 Thread dolodobendan
pippin wrote: > You can also always do the edge-pan gesture from the left edge to back > up from any menu in iPeng Yes, I know, thank you. Just wanted to let you know that in some cases, the arrow disappears. QLMS 7.9.2@2.02.02 x64 (digimaster) / QNAP 469L QTS 4.3.4

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-14 Thread pippin
You can also always do the edge-pan gesture from the left edge to back up from any menu in iPeng --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free Party-App, at penguinlovesmusic.com *New: iPeng 9, the

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-14 Thread dolodobendan
d6jg wrote: > I know it’s there and pressing works My dirty mind at work again. :cool: QLMS 7.9.2@2.02.02 x64 (digimaster) / QNAP 469L QTS 4.3.4 dolodobendan's Profile:

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-14 Thread d6jg
dolodobendan wrote: > That would be 12.1 (on an iPhone 8). :D You can’t see the back arrow on iPhone 6s iOS 12.? Either but I know it’s there and pressing works VB2.4[/B] STORAGE *QNAP TS419P (NFS) [B]Living Room* - Joggler & SB3 -> Onkyo TS606 -> Celestion F20s *Office* - Pi3+Sreen -> Sony

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-14 Thread dolodobendan
pippin wrote: > Argh. Which iOS version is this? Looks like Apple changed the scaling > logic again. Usually it should make sure all buttons are shown and > truncate the title. That would be 12.1 (on an iPhone 8). :D QLMS 7.9.2@2.02.0 x64 (digimaster) / QNAP 469L QTS 4.3.4

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-14 Thread pippin
Argh. Which iOS version is this? Looks like Apple changed the scaling logic again. Usually it should make sure all buttons are shown and truncate the title. --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-14 Thread dolodobendan
I found a small bug or feature. When browsing through menus, the "back" arrow will disappear, if whatever is right next to it is too long: 25974 The back arrow is missing in front of "Air". It will come back when rotating the phone, despite the fact that the visible area is much smaller

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-11 Thread philippe_44
pippin wrote: > I have now included it in the next update. If it breaks something > fundamental somewhere I guess I'll then learn about it :) Thanks! LMS 7.7, 7.8 and 7.9 - 5xRadio, 3xBoom, 4xDuet, 1xTouch, 1 SB2. Sonos PLAY:3, PLAY:5, Marantz NR1603, JBL OnBeat, XBoxOne, XBMC, Foobar2000,

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-11 Thread earthbased
Lyrics are working again! Sent from my iPhone using Tapatalk earthbased's Profile: http://forums.slimdevices.com/member.php?userid=334 View this thread: http://forums.slimdevices.com/showthread.php?t=51929

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-11 Thread dwoolley
I have an odd situation where my iPhone App can’t connect or register with mysqueezebox.com however using cellular data works fine and the player is discovered and accessible. By using WiFi again though, the app can’t see the player and yet both my Apple Watch app and the Widget work using

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-08 Thread pippin
philippe_44 wrote: > Was there something wrong with that question? I have now included it in the next update. If it breaks something fundamental somewhere I guess I'll then learn about it :) --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-07 Thread pippin
Indeed. The shuffle button shows this when Random Mix is on. If you tap it, Random Mix will be turned off. You can also START a Random Mix by hold-ing the shuffle button --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-07 Thread karlek
That was easy: Random Mix is playing. karlek's Profile: http://forums.slimdevices.com/member.php?userid=64321 View this thread: http://forums.slimdevices.com/showthread.php?t=51929

Re: [SlimDevices: Plugins] iPeng support thread

2018-11-07 Thread earthbased
I recently noticed a Dice symbol on the playing screen. What does that mean? Sent from my iPhone using Tapatalk earthbased's Profile: http://forums.slimdevices.com/member.php?userid=334 View this thread:

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-31 Thread philippe_44
pippin wrote: > No, I just missed it. > > It came up a few times and I actually forgot why I didn't yet enable it, > there was some reason (I have alphabetical sorting enabled but > deactivated in the code). Will have to look into it again when I find > the time. Thanks! LMS 7.7, 7.8 and

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-31 Thread pippin
philippe_44 wrote: > Was there something wrong with that question? No, I just missed it. It came up a few times and I actually forgot why I didn't yet enable it, there was some reason (I have alphabetical sorting enabled but deactivated in the code). Will have to look into it again when I

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-31 Thread philippe_44
philippe_44 wrote: > Hi - I'm digging-out that post. I thought I asked the question as well > but cannot find. Would that be possible? I have a lot of players and the > random order is not very convenient. Of course, just the alphabetical > absolute order is not great, you probably want to sort

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-30 Thread pippin
earthbased wrote: > Recently iPeng has not been showing any lyrics. Did the provider block > the app? > iPeng doesn’t have any Lyrics lookup of its own. They either come from your tags, the Music and Artist Information plugin (recommended) or the SongLyrics plugin (no longer under

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-30 Thread Tony T
pippin wrote: > Hm, I have no idea why your server returns your albums in this order, > but this is how it returns them. iPeng doesn’t sort the main albums > list, it uses it exactly as it’s supplied by the server. I just realized why — All my tracks have an ALBUMSORT Tag of "Year", so my sort

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread earthbased
Recently iPeng has not been showing any lyrics. Did the provider block the app? Sent from my iPhone using Tapatalk earthbased's Profile: http://forums.slimdevices.com/member.php?userid=334 View this thread:

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread rgro
pippin wrote: > Ah, OK, yes iOS 9 doesn't show a cancel option, I can see that. > > But I've tried it on my old iPad 3 with iOS 9, too: it's the same as > with the cancel button: if you deselect the menu by tapping the > background instead of selecting an item both shuffle buttons then work >

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread pippin
rgro wrote: > > OS may be the issue. I have an older iPad and it's most current OS > version is 9.3.5. As far as I know, it won't upgrade any further than > that. BTW, my iPeng version is 9.6. Ah, OK, yes iOS 9 doesn't show a cancel option, I can see that. But I've tried it on my old iPad

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread rgro
pippin wrote: > This is how it's supposed to look like on iPad under iOS 12: > 25862 Well, I don't know German, but I think I get it that that last , 8th, item is the Cancel choice, which I do not have (I only have the 7 choices I mentioned). Yes, I can definitely quit the menu by touching

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread pippin
This is how it's supposed to look like on iPad under iOS 12: 25862 +---+ |Filename: shuffle_menu.png | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=25862|

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread pippin
Hm, which iOS version is this? You can’t scroll the menu? Can you quit the menu by selecting the background outside the popover? --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free Party-App, at

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread rgro
pippin wrote: > The other screen except for the NowPlaying one. Where you can browse the > menu etc. > > > There should be a "Cancel" option at the bottom (as the last item). > Depending on the localization it might be called differently (it's a > system option, I think). The "Shuffle" menu

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread pippin
rgro wrote: > Sorry, I guess I'm confused. I think I need you to define what you're > describing as the "Main Screen". > The other screen except for the NowPlaying one. Where you can browse the menu etc. > > If I press and hold the shuffle button on any other page, there's a > "Don't

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread rgro
pippin wrote: > But have you tried "Cancel" instead of selecting one of the menu options > - like I wrote in my post above? > If I do that it keeps working until you do another long press. > > No idea what causes this issue, must be a gesture recognizer precedence > problem, unfortunately

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread Tony T
pippin wrote: > > What does the web interface show if you select album-sort? Good question! — I get the same sort that iPeng does (I never tried that before). Tony SBTouch SBRadio Tony T's Profile:

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread pippin
Tony T wrote: > I was thinking maybe those mp3's were causing the sort issue, but I > removed them and rescanned and same result. Is there anything in the scanner log or the server log that might give a hint as to what's wrong? --- learn more about iPeng, the iPhone and iPad remote for the

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread pippin
Tony T wrote: > > I rarely use Album View, so I it doesn't matter to me, however, maybe > iPeng can sort the list and give options like the WebUI does: Only three of those options make any sense on the main album list ("Album" and "Artist, Year, Album" and "Artist, Album") and iPeng supports

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread Tony T
I was thinking maybe those mp3's were causing the sort issue, but I removed them and rescanned and same result. Tony SBTouch SBRadio Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544 View this

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread Tony T
pippin wrote: > Hm, I have no idea why your server returns your albums in this order, > but this is how it returns them. iPeng doesn’t sort the main albums > list, it uses it exactly as it’s supplied by the server. > The index is probably wrong because a wrong index is returned for the > last

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread pippin
Hm, I have no idea why your server returns your albums in this order, but this is how it returns them. iPeng doesn’t sort the main albums list, it uses it exactly as it’s supplied by the server. The index is probably wrong because a wrong index is returned for the last album under „#“ (the index

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread Tony T
pippin wrote: > Please try to clear the cache in iPeng and please send me that screen > shot of the last page I cleared the cache (no change) Attached is a screenshot of the last page. The 2 albums not listed under # are my only 2 mp3's (every other album is FLAC)

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread Tony T
pippin wrote: > You are probably doing a Clear on your library and the library is > incomplete? > > Otherwise, do you have a screen shot of your last albums page? > Is this the main Albums list or albums for a particular artist? Clear was done and is complete. Albums in WebUI is shown

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread pippin
Please try to clear the cache in iPeng and please send me that screen shot of the last page --- learn more about iPeng, the iPhone and iPad remote for the Squeezebox and Logitech UE Smart Radio as well as iPeng Party, the free Party-App, at penguinlovesmusic.com *New: iPeng 9, the Universal

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread pippin
Tony T wrote: > This is a weird one. > I never look at Album view (I usually use Artist), but my Album view is > not in any order, and their all listed under "#" (none under A-Z) > Is there a setting I'm missing? You are probably doing a Clear on your library and the library is incomplete?

Re: [SlimDevices: Plugins] iPeng support thread

2018-10-29 Thread Tony T
This is a weird one. I never look at Album view (I usually use Artist), but my Album view is not in any order, and their all listed under "#" (none under A-Z) Is there a setting I'm missing? Tony SBTouch SBRadio

<    2   3   4   5   6   7   8   9   10   11   >