android-xbmcremote icon indicating copy to clipboard operation
android-xbmcremote copied to clipboard

Fixed TV shows not showing up in new XBMC nightly builds

Open tsubus opened this issue 12 years ago • 3 comments

The database structure of XBMC was changed with this commit: https://github.com/xbmc/xbmc/commit/aacfed85daba2737c368ccc33aeaa7793889d203

tsubus avatar Jun 05 '12 13:06 tsubus

2 things:

  1. 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.
  2. Why did you leave the episode.idEpisode lines commented out? Are they needed?

ghost avatar Jul 09 '12 20:07 ghost

  1. 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.
  2. My bad, I forgot to delete those

tsubus avatar Jul 11 '12 09:07 tsubus

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

bitgangsta avatar Sep 22 '12 13:09 bitgangsta