• 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 9
No TV Shows Found since Alpha 3
#46
Thanks Tolriq, i guess i'll have to start porting the code over :\
Reply
#47
(2012-08-08, 18:29)Tom. Wrote: Ah, so it does. Give this one a try, i think i've fixed it
https://github.com/downloads/tombriden/a...-0.9.3.apk

Working perfectly now! Thank you so much for your effort Tom :-)
Reply
#48
Hi,

The newest 0.9.3.apk doesn't show the Music library of my Raspbmc (XBMC 12.0), it only shows music genres but they appear empty.
Also it doesn't show any library of my XBMC 11.0 install on another PC.
..of course I can access the filestructure of the shares within the remote, but no library info.

Any fix for this or am I doing something wrong?
Reply
#49
Thanks Tom. The app I tried was crashing like the other users, but works great now after your fix!
Reply
#50
Just uploaded another new version with most the http api calls ported over to jsonrpc. It should now be mostly backwards compatible with older xbmc versions.

For now, listing actors of tv/movies isn't done as there isn't a jsonrpc call to get all actors, they are only available as a cast attribute per show/movie.

I expect there to still be some issues as i haven't tested everything so let me know if anything doesn't work or doesn't behave the same as before.

https://github.com/downloads/tombriden/a...0.10.0.apk

Edit: Pi users will probably find this version slower getting large lists of items, i think its because it has to do a lot more work than before to structure the sql query results into json for the response.
Reply
#51
Hmm that broke everything for me.
"NumberFormatException"

Cant see any movies or shows.
Reply
#52
Weird. What version of xbmc you running? Can you post an adb logcat of the exception?
Reply
#53
a nightly I think it says Alpha 5.
Going to update tomorrow and reinstall and then report back.
Reply
#54
Thanks for the work!

In using 0.10.0 Im getting "null pointer exception" and "internal error" while browsing different tabs on my Music database.

Dont know why. Any logs I can post about this?
Reply
#55
(2012-08-13, 01:41)jelle-e Wrote: Thanks for the work!

In using 0.10.0 Im getting "null pointer exception" and "internal error" while browsing different tabs on my Music database.

Dont know why. Any logs I can post about this?

Same here. Using Raspbmc RC4 with Alpha 5. -Sad

//Lasse
Reply
#56
Ok, what exactly do you do to cause the error? If you can post an adb logcat of it happening, that would be great.
Reply
#57
I just opened the app and went to Music then files. Boom, nullpointer.
When going to Artist, it just sits there and waits forever. No error.

Will install it again for u and post a log. Just uninstalled and using 0.9.3 again -Smile

//Lasse
Reply
#58
(2012-08-13, 10:29)Tom. Wrote: Ok, what exactly do you do to cause the error? If you can post an adb logcat of it happening, that would be great.

Here is a log.
Started App
Went to Music,Artist. Timeglass.....
Went to files. Boom, nullpointer exeption.

http://pastebin.com/7tHfnULk

regards
Lasse
Reply
#59
Cheers for that.

I've uploaded a new apk that may fix that error and also has the following fixes

* Added code for getPlaylistSize in MusicClient
* Added code for removeFromPlaylist when passing a filename in MusicClient
* Fixed getting compilation artists
* Fixed now playing music
* Fixed playing a file of different type to current playing file (eg playing a video while music is currently on)
* Fixed getting filelist of music/picture shares
* Fixed playing folder from filelist


If you still have issues, another logcat please Smile
Reply
#60
No more exeption but I am afraid the artist, album or songs doesn't work. When entering Artist it just sits there spinning until it timeouts.
start App
music
artist
timeglass..........


http://pastebin.com/SGcfaQZ2


Question?
U have a pi correct?
This app works for u so I was thinking if I installed the same xbmc as u have instead of raspbmc all should work?
So how did u install xbmc on your pi?

Regards
//Lasse
Reply
  • 1
  • 2
  • 3
  • 4(current)
  • 5
  • 6
  • 9

Logout Mark Read Team Forum Stats Members Help
No TV Shows Found since Alpha 30