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,
helpme1986
Junior Member Posts: 2 Joined: Jun 2012 Reputation: 0 |
2012-06-23 19:59
Post: #1
|
| find quote |
gbrune
Junior Member Posts: 1 Joined: Jun 2012 Reputation: 0 |
2012-06-24 14:02
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
Junior Member Posts: 39 Joined: Jul 2005 Reputation: 0 |
2012-06-25 00:24
Post: #3
Same issue here official android app and "XBMC 12.0-Alpha3 Git:20120621-31aece9"
|
| find quote |
Owel
Junior Member Posts: 19 Joined: Apr 2012 Reputation: 0 |
2012-06-25 08:55
Post: #4
Same issue here!
|
| find quote |
yusky03
Junior Member Posts: 21 Joined: Sep 2011 Reputation: 0 |
2012-06-25 09:51
Post: #5
Same issue here. Latest XBMC Alpha as of today and Android XBMC Remote. Not getting any TV Shows.
|
| find quote |
Domner
Junior Member Posts: 1 Joined: Jul 2012 Reputation: 0 |
2012-07-08 14:17
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
Senior Member Posts: 231 Joined: May 2011 Reputation: 0 |
2012-07-12 00:58
Post: #7
well I'm glad it's not just me
yeah, missing since alpha 3
|
| find quote |
Tom.
Junior Member Posts: 39 Joined: Jul 2012 Reputation: 0 |
2012-07-13 19:19
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");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
Junior Member Posts: 21 Joined: Sep 2011 Reputation: 0 |
2012-07-23 05:41
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
Junior Member Posts: 5 Joined: Feb 2012 Reputation: 0 |
2012-07-23 15:22
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 |

yeah, missing since alpha 3
Search
Help