No TV Shows Found since Alpha 3

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Tom. Offline
Junior Member
Posts: 39
Joined: Jul 2012
Reputation: 0
Post: #21
I've uploaded a new apk (https://github.com/tombriden/android-xbm...ownloads):

* Fixed music browsing and crc calculation for thumb cache
* Added new 'Queue Episode' and 'Play from here' items to tv episodes context menu
find quote
sulz Offline
Junior Member
Posts: 3
Joined: Aug 2012
Reputation: 0
Post: #22
thanks, it's working again with the music...
find quote
Squiggleh Offline
Junior Member
Posts: 4
Joined: Aug 2012
Reputation: 0
Post: #23
Sweeeeeeeeeeeeeeeeeeet.
find quote
andyrav Offline
Junior Member
Posts: 8
Joined: Aug 2012
Reputation: 0
Post: #24
Hi this crashes when you click on Music, Movies, TV show or Pictures.
with the error
Sorry!
the application XBMC Rmote (process org.xbmc.android.remote) has stopped unexpectedly
Using HTC Desire S, Android Verson 2.3.5
08-06 09:56:10.046 E/InputDispatcher(1372)channel '409f7798 com.android.vending/com.google.android.finsky.activities.MainActivity (server)' ~ Channel is unrecoverably broken and will be disposed!
08-06 09:56:57.052 E/AndroidRuntime(6382)FATAL EXCEPTION: main
08-06 09:56:57.052 E/AndroidRuntime(6382)java.lang.NoSuchMethodError: android.widget.AbsListView.setAdapter
08-06 09:56:57.052 E/AndroidRuntime(6382)at org.xbmc.android.remote.presentation.controller.ListController$3.run(ListControl​ler.java:186)
08-06 09:56:57.052 E/AndroidRuntime(6382)at android.os.Handler.handleCallback(Handler.java:587)
08-06 09:56:57.052 E/AndroidRuntime(6382)at android.os.Handler.dispatchMessage(Handler.java:92)
08-06 09:56:57.052 E/AndroidRuntime(6382)at android.os.Looper.loop(Looper.java:150)
08-06 09:56:57.052 E/AndroidRuntime(6382)at android.app.ActivityThread.main(ActivityThread.java:4385)
08-06 09:56:57.052 E/AndroidRuntime(6382)at java.lang.reflect.Method.invokeNative(Native Method)
08-06 09:56:57.052 E/AndroidRuntime(6382)at java.lang.reflect.Method.invoke(Method.java:507)
08-06 09:56:57.052 E/AndroidRuntime(6382)at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:849)
08-06 09:56:57.052 E/AndroidRuntime(6382)at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
08-06 09:56:57.052 E/AndroidRuntime(6382)at dalvik.system.NativeStart.main(Native Method)
08-06 09:58:23.036 E/AndroidRuntime(6411)FATAL EXCEPTION: main
08-06 09:58:23.036 E/AndroidRuntime(6411)java.lang.NoSuchMethodError: android.widget.AbsListView.setAdapter
08-06 09:58:23.036 E/AndroidRuntime(6411)at org.xbmc.android.remote.presentation.controller.ListController$3.run(ListControl​ler.java:186)
08-06 09:58:23.036 E/AndroidRuntime(6411)at android.os.Handler.handleCallback(Handler.java:587)
08-06 09:58:23.036 E/AndroidRuntime(6411)at android.os.Handler.dispatchMessage(Handler.java:92)
08-06 09:58:23.036 E/AndroidRuntime(6411)at android.os.Looper.loop(Looper.java:150)
08-06 09:58:23.036 E/AndroidRuntime(6411)at android.app.ActivityThread.main(ActivityThread.java:4385)
08-06 09:58:23.036 E/AndroidRuntime(6411)at java.lang.reflect.Method.invokeNative(Native Method)
08-06 09:58:23.036 E/AndroidRuntime(6411)at java.lang.reflect.Method.invoke(Method.java:507)
08-06 09:58:23.036 E/AndroidRuntime(6411)at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:849)
08-06 09:58:23.036 E/AndroidRuntime(6411)at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
08-06 09:58:23.036 E/AndroidRuntime(6411)at dalvik.system.NativeStart.main(Native Method)
(This post was last modified: 2012-08-06 11:00 by andyrav.)
find quote
zerocool_ie Offline
Junior Member
Posts: 34
Joined: Jun 2012
Reputation: 1
Location: Ireland
Post: #25
(2012-08-05 19:22)Tom. Wrote:  I've uploaded a new apk (https://github.com/tombriden/android-xbm...ownloads):

* Fixed music browsing and crc calculation for thumb cache
* Added new 'Queue Episode' and 'Play from here' items to tv episodes context menu

Thanks! TV Shows working again for me

Running 4.0.3 on a Samsung Galaxy S2

[ XBMC1: Frodo | Transparency! | ASRock ION 330HT-BD | Windows 7 32bit | 40" SAMSUNG LCD ]
[ XBMC2: Frodo | Transparency! | DELL Inspiron 1525 | Windows 7 64bit | 42" PHILLIPS LCD ]
[ SERVER: DELL Optiplex | MySQL 5.5.28 ] [ NAS: Synology DS411 | 9TB usable ]
find quote
Tom. Offline
Junior Member
Posts: 39
Joined: Jul 2012
Reputation: 0
Post: #26
I've just uploaded 0.9.2 that fixes the 'play now' button in the episode details that i managed to break in the last release


(2012-08-06 10:33)andyrav Wrote:  Hi this crashes when you click on Music, Movies, TV show or Pictures.
with the error
Sorry!
the application XBMC Rmote (process org.xbmc.android.remote) has stopped unexpectedly
Using HTC Desire S, Android Verson 2.3.5

Does the official app from the play store work? It's probably an incompatibility with android 2.3.5 but i don't think I've changed anything that would cause those errors, maybe i'm missing some libraries from that API version or something in my build environment.
find quote
andyrav Offline
Junior Member
Posts: 8
Joined: Aug 2012
Reputation: 0
Post: #27
(2012-08-06 20:36)Tom. Wrote:  I've just uploaded 0.9.2 that fixes the 'play now' button in the episode details that i managed to break in the last release


(2012-08-06 10:33)andyrav Wrote:  Hi this crashes when you click on Music, Movies, TV show or Pictures.
with the error
Sorry!
the application XBMC Rmote (process org.xbmc.android.remote) has stopped unexpectedly
Using HTC Desire S, Android Verson 2.3.5

Does the official app from the play store work? It's probably an incompatibility with android 2.3.5 but i don't think I've changed anything that would cause those errors, maybe i'm missing some libraries from that API version or something in my build environment.

Yes the official app works
find quote
philipacentaur Offline
Member
Posts: 75
Joined: Nov 2008
Reputation: 0
Post: #28
Tom, thanks for doing these updates. I made the necessary query fixes, but accidentally lost the code. I was having the same crash that andyrav described with your build, so I tried building it with the "Android + Google APIs" 2.3.3/API 10 target and it worked without crashing on my Nook Color running CM7/2.3.7.

Just FYI: the current XBMC master branch requires changes to the music artist queries, as they don't work with your Android Remote fork at the moment. Should be a simple fix: looks like it'll need at least one more join and some table name changes.
find quote
Tom. Offline
Junior Member
Posts: 39
Joined: Jul 2012
Reputation: 0
Post: #29
(2012-08-06 21:42)philipacentaur Wrote:  Tom, thanks for doing these updates. I made the necessary query fixes, but accidentally lost the code. I was having the same crash that andyrav described with your build, so I tried building it with the "Android + Google APIs" 2.3.3/API 10 target and it worked without crashing on my Nook Color running CM7/2.3.7.

Just FYI: the current XBMC master branch requires changes to the music artist queries, as they don't work with your Android Remote fork at the moment. Should be a simple fix: looks like it'll need at least one more join and some table name changes.

Nice one, thanks for that info. I figured it had to be something in the build i was doing wrong Smile So, im downloading all the old API SDKs now, did you have to change any files or just do a build with those installed?

That's annoying about the music db considering i only just got that working again! For now though, i'm just keeping it working with the latest OpenELEC build for raspberry pi as that's what i'm using Smile but, once that gets updated i'll look into those changes, hopefully won't be too long
find quote
philipacentaur Offline
Member
Posts: 75
Joined: Nov 2008
Reputation: 0
Post: #30
Didn't change anything from your repo, so you should be fine with those SDKs.

The rest of the music functions seem to be okay. It's just the artists query that's not working, so it's not a big deal.

What version is the music db on the RPi OpenELEC you're running?
find quote
Post Reply