Okay, I had version .94 backed up and I tried a restore to give that one a shot.. I kept getting an 'out of date beta' prompt, but did manage to change all the settings.. and alas I did not connect. I know I had that version working before so the problem must lay somewhere in the way my xbmc is set-up it would seem.
I may try making a separate install to test tings more in a day or 2 here.
Thanks for the help tho!
skabyss
Senior Member Posts: 243 Joined: Dec 2005 Reputation: 0 |
2012-07-16 22:50
Post: #51
(This post was last modified: 2012-07-16 22:51 by skabyss.)
|
| find quote |
marvin1985
Junior Member Posts: 7 Joined: Jul 2012 Reputation: 0 |
2012-07-17 00:53
Post: #52
First of all let me say I really like this app and it is well-conceived.
Your approach of using a local playlist makes a lot of sense. However, now I can't use a normal IR remote control for skipping to the next song because there is always only one song in the xbmc playlist. I prefer using an IR remote for such a task as it's much faster than grabbing my phone. Any chance of transmitting the playlist on the phone to the now playing playlist on xbmc? |
| find quote |
sajberman
Member Posts: 65 Joined: Nov 2010 Reputation: 0 Location: Sweden |
2012-07-17 08:36
Post: #53
This app is really great, but a wake on lan feature is really on my wishlist, as in the official remote app. I am also missing flac support when playing locally but i guess this is a android problem and not the app? Really good work!
|
| find quote |
Millencolin007
Senior Member Posts: 214 Joined: Mar 2012 Reputation: 7 Location: Switzerland |
2012-07-18 22:00
Post: #54
(2012-07-17 00:53)marvin1985 Wrote: First of all let me say I really like this app and it is well-conceived. I tried a little workaround a couple of days ago where I added the next and previous song to the xbmc playlist so that you would be able to skip forward and backward but I run into some issues with xbmc so I put this idea on hold for the moment. If you have an android ICS or newer device you can use skip to the next song from the lockscreen which is relatively fast. (2012-07-17 08:36)sajberman Wrote: This app is really great, but a wake on lan feature is really on my wishlist, as in the official remote app. I am also missing flac support when playing locally but i guess this is a android problem and not the app? Really good work! Wake on lan will be added sometime, its not a high priority for me at the moment. Flac is only supported on android 3.1+
(This post was last modified: 2012-07-18 22:02 by Millencolin007.)
|
| find quote |
skabyss
Senior Member Posts: 243 Joined: Dec 2005 Reputation: 0 |
2012-07-18 22:29
Post: #55
MillenC, wanted to give an update. I tried to load the artist list again randomly, and no songs loaded which was no surprise.. But I just put my phone down while on that screen and went to bed. When I woke up and turned it back on the list seems to have populated, although I have no idea how long that took to happen. So luckily that is working again.
Unfortunately the album art is still a bit hit or miss. I played an album from your app that showed no album art, but in YATSE (another android xbmc widget) the art seemed to have called up fine (although I am running an alpha build of it from just last weekend). I noticed I was still having issues with the next track not playing every time, but maybe pre-loading the next track items in xbmc like you mentioned could help with that! |
| find quote |
Millencolin007
Senior Member Posts: 214 Joined: Mar 2012 Reputation: 7 Location: Switzerland |
2012-07-18 23:30
Post: #56
(2012-07-18 22:29)skabyss Wrote: MillenC, wanted to give an update. I tried to load the artist list again randomly, and no songs loaded which was no surprise.. But I just put my phone down while on that screen and went to bed. When I woke up and turned it back on the list seems to have populated, although I have no idea how long that took to happen. So luckily that is working again. There's a new (preferred) way to retrieve images in xbmc. I don't know if YATSE is already using this. This may explain the difference. Moreover YATSE may have cached the album art from a previous xbmc installation. Pre-loading the next track will probably not help with your problem since I suspect that the notification connection on port 9090 gets killed during sleep, maybe because wifi turns off automatically even if I set a wake lock. Do you still see the issues with the next track if you set your wifi policy to never sleep? |
| find quote |
Tolriq
Donor Joined: Jun 2009 Reputation: 52 Location: France |
2012-07-18 23:46
Post: #57
If you use vfs you just need to urlencode the data from json for image:// suppport no need to switch to image so support for both Frodo and Eden. (Even if a simple startwith image:// allows easy switch to image)
BTW I never posted here but I must admit I use you app for offline mode, and some times also for online, the only annoying thing is that when you disconnect from a server it seems you clear playlists or stop all that is playing. The annoying example is : I'm playing a movie on my Xbmc, I start music pump to synchronize music for next day, close music pump and the movies stops
Yatse 2 : Media Center Remote Control for Touch Screens Yatse, the Xbmc Remote and Widgets for Android |
| find quote |
skabyss
Senior Member Posts: 243 Joined: Dec 2005 Reputation: 0 |
2012-07-19 00:04
Post: #58
@MC Yea I did check my wifi sleep policy too and it is set to never sleep.
It seems like it happens more when I select the item from the "now playing" play list more than it would if i just long press an album and press "play" that way. I have no idea why that would be, but that seems to be what is happening for me. Also I noticed if you long-press play an album that is already playing, it will actually just skip to the next track.. This isnt so much a problem as much as potentially just unexpected behavior, figured I would mention it. Thanks for the continued support! |
| find quote |
Millencolin007
Senior Member Posts: 214 Joined: Mar 2012 Reputation: 7 Location: Switzerland |
2012-07-19 00:06
Post: #59
(2012-07-18 23:46)Tolriq Wrote: If you use vfs you just need to urlencode the data from json for image:// suppport no need to switch to image so support for both Frodo and Eden. (Even if a simple startwith image:// allows easy switch to image) Yes I am aware of the two ways to retrieve the album art and the url encoding. I was following the json-rpc development thread. At the moment I use the additional request to xbmc with Files.PrepareDownload to get a propper url for any xbmc version. On Froyo it returns the ../image/.. url and on Eden the ../vfs/... Indeed the automatic playback stop can be annoying in some situations, I will make it optional or remove it. The playlist is actually hold on the device itself and every time a song is complete I get a notification from xbmc and start the next song. You will only see one song at a time in the playlist => If you stop the app music will finish playing the playlist and stop (or stop music directly when you close the app) |
| find quote |
Millencolin007
Senior Member Posts: 214 Joined: Mar 2012 Reputation: 7 Location: Switzerland |
2012-07-19 00:31
Post: #60
(2012-07-19 00:04)skabyss Wrote: @MC Yea I did check my wifi sleep policy too and it is set to never sleep. Doesn't make sense to me that there would be a difference depending from where you start playback. Maybe it has to do with the song length (or the duration without receiving a notification from xbmc) or bad wifi reception which drops the connection from time to time On my devices I don't have these disconnects so it is difficult to debug. If you want you can extract the log from your device after your music stopped using a tool like "Log Collector" and send it to me. Maybe I can see from there why it doesn't play the next song. |
| find quote |


Search
Help