• 1(current)
  • 2
  • 3
  • 4
  • 5
  • 9
No TV Shows Found since Alpha 3
#1
Just wondering if anyone else is having the "No TV Shows Found" issue with the Android app, only noticed it since upgrading to Version 12 - Alpha 3 (Raspbmc on a Raspberry Pi)

Cheers,
Reply
#2
yep, same "no tv shows found" problem here with openelec.tv (r11392) on a RaspberryPi, the movies are shown normally.
Reply
#3
Same issue here official android app and "XBMC 12.0-Alpha3 Git:20120621-31aece9"
Reply
#4
Same issue here!
Reply
#5
Same issue here. Latest XBMC Alpha as of today and Android XBMC Remote. Not getting any TV Shows.
Reply
#6
Just adding my "Me Too" to this, it seems like the app can fetch the "TV Shows Actors" listing fine, but not the listing of TV shows itself. Is there any builds available of a devel version of the app in case this is a question of the Google Play version of the app not having support for the latest git version of XBMC?
Reply
#7
well I'm glad it's not just me Smile yeah, missing since alpha 3
Reply
#8
Same for me with latest OpenELEC build for the pi.

It's due to a change in the database schema in this version of XBMC, specifically the tvshowlinkepisode is no longer there.

The fix is to edit src/org/xbmc/httpapi/client/TvShowClient.java and change all occurrences of

Code:
sb.append("        JOIN tvshowlinkepisode ON tvshow.idShow = tvshowlinkepisode.idShow");
sb.append("        JOIN episode ON episode.idEpisode = tvshowlinkepisode.idEpisode");

to

Code:
sb.append("        JOIN episode ON episode.idShow = tvshow.idShow");

I'm also trying to get fix downloading posters and banners as that's not working for me either. Once i sort that ill post an apk
Reply
#9
Awesome I can't wait! Been annoying having to use the remote to manually browse through my huge collection of TV Shows. Only reason I am using the Alpha is for 10-bit playback. A bunch of my stuff in 10-bit now.
Reply
#10
Hello,

I've the same problem using Android Remote on ATV2 XBMC 12 alpha 4 git. 20120722-F4D87E3 for TV shows and music library.
Reply
#11
You should try Yatse (See my signature) it has Frodo support.
Reply
#12
I've started a fork on github here: https://github.com/tombriden/android-xbmcremote with changes for the Frodo database structure and getting the banners/thumbs. There's an apk in the downloads section. You'll have to uninstall the existing app first as the certificates wont match. (Note, this version will break Eden compatibility)

I also merged in

homescreen remote widget from: https://github.com/hjhamala/android-xbmcremote
IMDB context menu from: https://github.com/shaigithub/android-xbmcremote
Reply
#13
You should check with Xbmc team if they will drop http support in Frodo or in the version after before putting too much time in getting http working with Frodo.
Reply
#14
Tom.

Thanks so much for this ... It's been bugging me for ages! Works like a dream as well so far.

Squiggleh
Reply
#15
Thanks.
TV Shows and thumbs are working again.

is it also possible to make the changes for music? there is also nothing found..
Reply
  • 1(current)
  • 2
  • 3
  • 4
  • 5
  • 9

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