android-xbmcremote
android-xbmcremote copied to clipboard
Fixed TV shows not showing up in new XBMC nightly builds
The database structure of XBMC was changed with this commit: https://github.com/xbmc/xbmc/commit/aacfed85daba2737c368ccc33aeaa7793889d203
2 things:
- Wouldn't this break db access for tv shows with the current release? So if I ran XBMC 11.0 this fix would cause the same issue that the nightlies have now.
- Why did you leave the episode.idEpisode lines commented out? Are they needed?
- Yes, it would break it for eden...it's meant for people that want to use it with nightlies, so that they can just pull the commit. putting it in a new branch would also be nice, so that work for the new release can be started.
- My bad, I forgot to delete those
I have created a fork which includes the fix for this problem. If you'd like to install my fork, you can compile it yourself from: https://github.com/bitgangsta/android-xbmcremote
Or you can just install my pre-compiled binary: https://dl.dropbox.com/u/1408139/android/android-xbmcremote-drj.apk