No TV Shows Found since Alpha 3

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
helpme1986 Offline
Junior Member
Posts: 2
Joined: Jun 2012
Reputation: 0
Post: #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,
find quote
gbrune Offline
Junior Member
Posts: 1
Joined: Jun 2012
Reputation: 0
Post: #2
yep, same "no tv shows found" problem here with openelec.tv (r11392) on a RaspberryPi, the movies are shown normally.
find quote
lastimp Offline
Junior Member
Posts: 39
Joined: Jul 2005
Reputation: 0
Post: #3
Same issue here official android app and "XBMC 12.0-Alpha3 Git:20120621-31aece9"
find quote
Owel Offline
Junior Member
Posts: 19
Joined: Apr 2012
Reputation: 0
Post: #4
Same issue here!
find quote
yusky03 Offline
Junior Member
Posts: 21
Joined: Sep 2011
Reputation: 0
Post: #5
Same issue here. Latest XBMC Alpha as of today and Android XBMC Remote. Not getting any TV Shows.
find quote
Domner Offline
Junior Member
Posts: 1
Joined: Jul 2012
Reputation: 0
Post: #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?
find quote
ialand Offline
Senior Member
Posts: 231
Joined: May 2011
Reputation: 0
Post: #7
well I'm glad it's not just me Smile yeah, missing since alpha 3
find quote
Tom. Offline
Junior Member
Posts: 39
Joined: Jul 2012
Reputation: 0
Post: #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
find quote
yusky03 Offline
Junior Member
Posts: 21
Joined: Sep 2011
Reputation: 0
Post: #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.
find quote
jkermorvant Offline
Junior Member
Posts: 5
Joined: Feb 2012
Reputation: 0
Post: #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.
find quote
Post Reply