Code Monkey home page Code Monkey logo

android-xbmcremote's People

Contributors

alien0matic avatar gfoldv avatar

Watchers

 avatar

android-xbmcremote's Issues

"Play" in music library only plays first song of the playlist, then stops

The code currently does the following:

On queue:
 - Add all songs to queue ("AddToPlayList")
 - If stopped, play first song added ("PlayFile", filename)

On Play:
 - Clear queue ("ClearPlayList")
 - Add all songs to queue ("AddtoPlaylist")
 - Start playing by calling "PlayFile" <firstsong>

Any other way to do that?

Original issue reported on code.google.com by [email protected] on 10 Oct 2009 at 4:46

Remote UI Moving

What steps will reproduce the problem?
1. Open the remote control UI
2. Scroll down on the phones trackball
3. The entire remote UI moves down by what about 10-20 pixels (looks like
the height of the android status bar perhaps) 
4. The scroll is registered but the UI remains partially off screen until
leaving the remote view and returning

What is the expected output? 

Clicks are registered without the UI moving. 

What version of the product are you using? On what operating system?

I've been observing this behaviour for a number of weeks now on various
versions but only figured out today on 0.5.2 that it was caused by the
trackball. 

This is using a T-mobile G1. 


Original issue reported on code.google.com by [email protected] on 13 Oct 2009 at 3:41

Using too much CPU

I did "./adb shell top | grep xbmc" while playing a song, and having "now
playing" active. This is the result:

18804  64% S    12 109228K  17424K app_68   org.xbmc.android.remote
18804  51% S     8 107200K  17484K app_68   org.xbmc.android.remote
18804  73% S     9 108244K  17508K app_68   org.xbmc.android.remote
18804  61% S     8 105084K  17404K app_68   org.xbmc.android.remote
18804  76% S    12 111344K  17536K app_68   org.xbmc.android.remote
18804  38% S     7 104048K  17396K app_68   org.xbmc.android.remote
18804  62% S    11 110308K  17528K app_68   org.xbmc.android.remote
18804  59% S    10 107156K  17420K app_68   org.xbmc.android.remote
18804  36% S     9 106120K  17412K app_68   org.xbmc.android.remote
18804  50% S    12 109228K  17444K app_68   org.xbmc.android.remote
18804  75% S     8 107200K  17516K app_68   org.xbmc.android.remote
18804  79% S    10 108192K  17444K app_68   org.xbmc.android.remote
18804  63% S    10 109280K  17536K app_68   org.xbmc.android.remote
18804  61% S    12 109228K  17452K app_68   org.xbmc.android.remote
18804  68% S     9 108240K  17524K app_68   org.xbmc.android.remote
18804  54% S     7 104048K  17412K app_68   org.xbmc.android.remote
18804  78% S     8 105084K  17420K app_68   org.xbmc.android.remote
18804  64% S    12 111344K  17552K app_68   org.xbmc.android.remote
18804  53% R    10 107156K  17432K app_68   org.xbmc.android.remote
18804  76% S    10 109284K  17516K app_68   org.xbmc.android.remote
<18804  65% S    10 107156K  17440K app_68   org.xbmc.android.remote
18804  62% S    11 108192K  17448K app_68   org.xbmc.android.remote
18804  72% S     8 105084K  17420K app_68   org.xbmc.android.remote
18804  64% S     9 106120K  17432K app_68   org.xbmc.android.remote
18804  58% S    12 109228K  17456K app_68   org.xbmc.android.remote
18804  57% S    12 111348K  17540K app_68   org.xbmc.android.remote


This is a with Magic at 528Mhz.

Original issue reported on code.google.com by [email protected] on 20 Sep 2009 at 10:05

Libary items not displaying correctly

What steps will reproduce the problem?
1. add libary to sources in XBMC
2. Browse to libary in the app
3.

What is the expected output? What do you see instead?
Instead of the libary items (songs/artists/albums etc) you see numbers that
(i guess) represent them





Original issue reported on code.google.com by [email protected] on 21 Sep 2009 at 9:10

Can't create handler inside thread that has not called Looper.prepare()

What steps will reproduce the problem?
1. Play song
2. Wait for the "Now playing" activity to start displaying any data about
the current song


What is the expected output? What do you see instead?
It crashes with attached log

What version of the product are you using? On what operating system?
svn revision 83
.


Original issue reported on code.google.com by [email protected] on 13 Sep 2009 at 9:27

Attachments:

Crashing when starting a movie, fails to start "now playing"

What steps will reproduce the problem?
1. Start playing a movie from your phone, in this case a .mkv


What is the expected output? What do you see instead?
Foreclosure of xbmc-remote while trying to show now playing (looks like it
put up the music "now playing).

Possible to send direct to remotecontrol while starting something under movies?


What version of the product are you using?
XBMC Remote v0.5.5 signed on andriod 1,5 HTC Hero latest fw.


Please provide any additional information below.
Great app and awsome work

Original issue reported on code.google.com by [email protected] on 16 Oct 2009 at 7:33

Slider to the now playing screen

How about a new slider button on the music menu to take you to the now
playing screen, it would mean moving the buttons on the now playing screen
either up above the slider bar or to the top of the screen. It would mean
less menus to navigate for users and make it easier to go from the now
playing screen to the music listings.

It would also be cool if gestures were possible on the now playing screen,
swipe left/right to skip track, tap to pause.  

Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 10:56

Case insensitive ordering

What steps will reproduce the problem?
1. Open Album or Artist list
2. XBMC Remote will first show capital letters
3. XBMC Remote will then list lowercase letters

What is the expected output? What do you see instead?
XBMC Remote should list the elements case insensitive. 'a' and 'A' should
be equal instead of 'a' coming after 'Z'.

What version of the product are you using? On what operating system?
0.5.2 on Android 1.5

Please provide any additional information below.
XBMC pre-9.10r23658

Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 10:33

Crash on incoming call

What steps will reproduce the problem?
1.Call the phone while xbmc remote is running

What is the expected output? What do you see instead?
The application responds with a force close.

What version of the product are you using? On what operating system?
XBMC remote V0.5 with Hero (Android 1.5)

Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 2:55

Forceclose when not connected

What steps will reproduce the problem?
1. Run without connection
2. Click on list view or now playing
3. Force close

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
SVN Rev 85

Please provide any additional information below.
Patch with fix is included. Fix pops up alert dialog stating that XBMC
server times out.

Original issue reported on code.google.com by [email protected] on 24 Sep 2009 at 3:11

Attachments:

Manually refresh album covers

XBMC Remote is downloading all the album covers nicely. I noticed that some
are missing or incorrect for my library so I updated them in my music
folder and updated the XBMC library.

Can XBMC Remote refresh these changed covers? While an automatic refresh
could be difficult it would be useful to have a periodic re-check of albums
with missing cover (e.g. once a day or something like that) and have a
context menu option to refresh the cover manually.

Original issue reported on code.google.com by [email protected] on 13 Oct 2009 at 12:10

Concurrent connections can throw NullPointerExceptions

What steps will reproduce the problem?
Instead of switching to "Now playing" in run() of the handler, switch right
after the command so the poller and the album add thread are concurrent

What is the expected output? What do you see instead?
No error, however there was a NullPointerException in Connection.java(128).
Needs review!

Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 10:30

cant connect to webserver with htc-hero

hope you understand (basic english) 
webserver (xbmc-pc) has an static ip (192.168.6.3)
1. i turned on webserver in xbmc with username + password + port 8080
2. i tried to connect from the phone 
3. start xbc remote:
4. i see remote control (works perfect) 
   connect button (again)
   power on (is working !!!)
5. i change  to settings 
   xbmc ip adress ----> 192.168.6.3
   webserver port 8080
6.try to connect again ------> not working
7.try it with teroconf ------> not working
8.so i exit xbmc android app. and take the hero browser search for :
   192.168.6.3:8080 -----> WORKING

what is wrong ? configuration ?
version is 0.3.5.1



Original issue reported on code.google.com by [email protected] on 1 Oct 2009 at 9:51

Option to enable WLAN

My XBMC setup can only be remotely controlled if my phone is connected to
the wireless LAN. Currently XBMC Remote will ask me to verify the settings
if it cannot connect.

Would it be possible add a button to the current "retry/cancel" dialog
which will then enable Wifi, wait for the connection and then retries to
connect to XBMC?

This would eliminate the need to quit XBMC Remote, go to the phone
settings, enable Wifi and restart XBMC Remote.

Original issue reported on code.google.com by [email protected] on 11 Oct 2009 at 9:25

Add support for being able to play URLs

Here's an idea.

Add support for being able to play URLs. This could start with a text input
box in which one could paste an URL, but could perhaps be extended to
support filetypes. So for example, when in the browser and clicking on a
link (say .mkv, .mov, .mp4 or even youtube videos) you'd get a dialog to
play it with the Video player, Youtube player or XBMC Remote. Then just
pass this URL to a running XBMC instance and tadaa, you have yourself a
very handy way to watch video content in any links/feeds you view on your
Android device.

I'm not really sure if the URL to the file is available in this function
but it should be, and if so it should be possible to feed that to XBMC. Right? 

Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 10:40

Faster scrolling option

What steps will reproduce the problem?
1. Open e.g. Albums or Artists list
2. Scroll down by dragging the list

What is the expected output? What do you see instead?
The list scrolls but it can take a while to browse through it when there
are many items. Android has a feature where the scrollbar turns into a
"block" that can be grabbed and then dragged for much faster scrolling. See
contacts application for an example. Would it be possible to implement that?

What version of the product are you using? On what operating system?
0.5.0 on Android 1.5

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 11 Oct 2009 at 9:35

Caching list of songs

What steps will reproduce the problem?
1. Use a folder layout in "Music" whwre the first level has lots of
directories.
2. Go into any directory on the second level
3. Use the back key to go back to the first level

What is the expected output? What do you see instead?
I expect the list to already be loaded/cached and instantaneously
displayed. Instead I see "loading" again.

What version of the product are you using? On what operating system?
0.2.4


Original issue reported on code.google.com by [email protected] on 6 Sep 2009 at 8:27

Improved fast scrollers

Similar in appearance to those in the android phone book where by they look
like they do when not scrolling, when they are being used they change to
these which are easier to press

http://img43.imageshack.us/img43/5475/deviceb.png

Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 9:22

HTTP Authentification on wrong password hangs

What steps will reproduce the problem?
1. Enter a wrong username / password in XBMC Remote settings
2. Try to connect

What is the expected output? What do you see instead?
Expected: error message.
I see: Status says "Connecting...", but nothing happens. No timeout either.

Original issue reported on code.google.com by [email protected] on 10 Oct 2009 at 5:23

PATCH: New WOL Code

Modifies the XBMC-Remote control, to not show the menu by default, instead 
showing a "Reconnect" button, and if WOL is setup in settings, a "Power on" 
button. Power on - turns the computer on, waits a predefined amount of 
seconds, and tries to connect again. Reconnect - tries to connect again.

Also, modifies the Quit button, to actually exit the application, and not 
just put it in the background.

Original issue reported on code.google.com by david.tabachnikov on 26 Sep 2009 at 4:19

Attachments:

Improvements to incoming call notification

Would it be possible to include the phone number for incoming calls as well
as some modified display of the while thing:

E.g.:
====================================
| Incoming voice call:             |
|                                  |
| Angry Boss (555-123-4567)        |
====================================

Additionally, the notification seems to only be displayed if XBMC Remote is
in the "Remote Control" view. It should ideally always pause the XBMC
playback, even if XBMC Remote is not active, when it is enabled.

Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 10:41

Highlight selected item in music section

What steps will reproduce the problem?
1. Start XBMC Remote
2. enter Music mode
3. Tab and hold on any item

What is the expected output? What do you see instead?
The selected item should be highlighted to indicate which element is
selected (just as in video or picture view). Currently it will not change
the background color of the item at all.

What version of the product are you using? On what operating system?
0.5.0 on Android 1.5

Please provide any additional information below.
XBMC pre-9.10r23548

Original issue reported on code.google.com by [email protected] on 11 Oct 2009 at 9:29

Multiple XBMC setups

At the moment XBMC Remote can only handle one setup of XBMC. It would be
nice if it allowed several different XBMC instances. This way I could use
my Android phone as a remote for the entire House and remote control all
XBMC machines.

Original issue reported on code.google.com by [email protected] on 3 Oct 2009 at 1:53

Plastic surgery for home landscape view

What steps will reproduce the problem?

1. Tilt the phone 90 degrees to landscape mode.
2. Roll the trackball down in the menu.


What is the expected output? What do you see instead?

"Remote Control" menu item moves.


What version of the product are you using? On what operating system?

App 0.5.6
HTC Magic with Android 1.5


Please provide any additional information below.

Guess appears because the "Use as Remote Control" text takes to much space.
See attached picture.

Original issue reported on code.google.com by [email protected] on 16 Oct 2009 at 10:12

Attachments:

Clean up and fix menu entries on all screens

What steps will reproduce the problem?
1.Go to "Remote Control"
2.Menu -> Music  or  Menu -> Video
3.

What is the expected output? What do you see instead?
Expected output is the browser "sense style" however, the default android 
browser is started.

What version of the product are you using? On what operating system?
V0.5 with android 1.5

Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 2:57

Queueing songs instead of play

In the regular XBMC gui, when I play a song XBMC automatically queues the 
album, or more likely all the songs in the same folder. With xbmcremote, it 
plays only one song and there is no way to add songs to a playlist/queue. 

I personally think that the default XBMC behaviour isnt so good, even though 
it is better than just playing one song. Ideally I would like to be able to 
add to the current play queue (if XBMC has that notion?).

Original issue reported on code.google.com by [email protected] on 29 Sep 2009 at 9:27

Connection refused when accessing music - shutting down PC.

What steps will reproduce the problem?

goto Home page > music

"Unknown IO Exception ... connection refused"

What is the expected output? 

the music library

What do you see instead?

the library starts to load slowly and then almost imediatly after xbmc
shuts down on my PC.  the error message oftern repeats. presumably the app
is now making repeated calls to xbmc but is failing becausee obviously xbmc
is no longer up.


What version of the product are you using? 

5.3
on HTC Magic G2

On what operating system?
win XP 
XBMC v 8.10


Please provide any additional information below.

Alot of other people seem to have simmilar issue so you might want to merge
it.  however have not heard anyone mention xbmc shutting down, so maybe
thats unique to me.  

hope it helps

cheers

Original issue reported on code.google.com by [email protected] on 16 Oct 2009 at 6:59

Pictures doesn't show up / picture view crashes.

What steps will reproduce the problem?

1. Open "Pictures" library
2. Select a picture.

What is the expected output? What do you see instead?

Expected the selected picture to show up in XBMC. But no picture show up. 

What version of the product are you using? On what operating system?

XBMC remote 0.5.3
Windows 7
XBMC pre-9.10 r23658

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 15 Oct 2009 at 12:07

PATCH: Zeroconf lookup support

Hello,

I've done a patch that adds Zeroconf lookup to XBMC Remote, using the JmDNS
LGPL library, available at http://sourceforge.net/projects/jmdns/.

This is pretty much my first Java code, and first Android code, so any
criticism, comments or otherwise would be extremely helpful.

The .jar needs to be put inside the /lib/ folder in the code.

Original issue reported on code.google.com by david.tabachnikov on 19 Sep 2009 at 10:56

Attachments:

Socket Timout

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 13 Oct 2009 at 3:33

Take "Hide viewed" into account when browsing video library.

What steps will reproduce the problem?
1. Select Video List
2. Full list displayed but on xbmc I have it set to Hide Viewed.
3.

What is the expected output? What do you see instead?
See the same list of files as my xbmc screen.

What version of the product are you using? On what operating system?
XBMC Remote v0.5.6 signed.apk on Samsung Galaxy/i7500 with Cupcake 1.5.
XBMC is latest SVN release on Windows XP.

Please provide any additional information below.

Original issue reported on code.google.com by nchinniah on 18 Oct 2009 at 11:45

Memory Cache Problem

#
10-23 01:52:36.716: INFO/ImageLoaderIdleListener(4198): IDLEING,
downloading covers
#
10-23 01:52:36.956: INFO/ActivityManager(56): Starting activity: Intent {
comp={org.xbmc.android.remote/org.xbmc.android.remote.activity.ListActivity} 
(has
extras) }
#
10-23 01:52:37.056: INFO/Connection(4198): START:
http://[email protected]:8080/xbmcCmds/xbmcHttp?command=QueryMusicDatabase(SELECT
idSong, strTitle, strArtist, strAlbum, iTrack, iDuration, strPath,
strFileName, strThumb  FROM songview  WHERE idAlbum = 4)
#
10-23 01:52:37.066: INFO/Connection(4198): CONNECTED: 4ms
(QueryMusicDatabase(SELECT idSong, strTitle, strArtist, strAlbum, iTrack,
iDuration, strPath, strFileName, strThumb  FROM songview  WHERE idAlbum = 4))
#
10-23 01:52:37.326: INFO/ActivityManager(56): Displayed activity
org.xbmc.android.remote/.activity.ListActivity: 365 ms
#
10-23 01:52:37.756: INFO/Connection(4198): DOWNLOADED: 675ms
(QueryMusicDatabase(SELECT idSong, strTitle, strArtist, strAlbum, iTrack,
iDuration, strPath, strFileName, strThumb  FROM songview  WHERE idAlbum = 4))
#
10-23 01:52:37.796: ERROR/dalvikvm-heap(4198): 16384-byte external
allocation too large for this process.
#
10-23 01:52:37.796: ERROR/(4198): VM won't let us allocate 16384 bytes
#
10-23 01:52:37.796: WARN/dalvikvm(4198): threadid=19: thread exiting with
uncaught exception (group=0x4000fe70)
#
10-23 01:52:37.796: ERROR/AndroidRuntime(4198): Uncaught handler: thread
HTTP API Mem Cache Thread exiting due to uncaught exception
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198): java.lang.OutOfMemoryError:
bitmap size exceeds VM budget
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
android.graphics.BitmapFactory.nativeDecodeAsset(Native Method)
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:363)
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
android.graphics.BitmapFactory.decodeStream(BitmapFactory.java:212)
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
android.graphics.BitmapFactory.decodeResource(BitmapFactory.java:269)
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
android.graphics.BitmapFactory.decodeResource(BitmapFactory.java:288)
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
org.xbmc.android.backend.httpapi.HttpApiMemCacheThread$1.run(HttpApiMemCacheThre
ad.java:79)
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
android.os.Handler.handleCallback(Handler.java:587)
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
android.os.Handler.dispatchMessage(Handler.java:92)
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
android.os.Looper.loop(Looper.java:123)
#
10-23 01:52:37.806: ERROR/AndroidRuntime(4198):     at
org.xbmc.android.backend.httpapi.HttpApiAbstractThread.run(HttpApiAbstractThread
.java:54)
#
10-23 01:52:37.836: INFO/Process(56): Sending signal. PID: 4198 SIG: 3
#
10-23 01:52:37.836: INFO/dalvikvm(4198): threadid=7: reacting to signal 3
#
10-23 01:52:37.896: INFO/dalvikvm(4198): Wrote stack trace to
'/data/anr/traces.txt'
#
10-23 01:53:02.028: INFO/Process(4198): Sending signal. PID: 4198 SIG: 9
#
10-23 01:53:02.096: INFO/WindowManager(56): WIN DEATH: Window{439988a0
org.xbmc.android.remote/org.xbmc.android.remote.activity.MusicLibraryActivity
paused=false}
#
10-23 01:53:02.096: INFO/ActivityManager(56): Process
org.xbmc.android.remote (pid 4198) has died.
#
10-23 01:53:02.106: INFO/WindowManager(56): WIN DEATH: Window{43995338
org.xbmc.android.remote/org.xbmc.android.remote.activity.HomeActivity
paused=false}
#
10-23 01:53:02.116: INFO/WindowManager(56): WIN DEATH: Window{43a310a8
org.xbmc.android.remote/org.xbmc.android.remote.activity.ListActivity
paused=false}
#
10-23 01:53:02.196: INFO/ActivityManager(56): Start proc
org.xbmc.android.remote for activity
org.xbmc.android.remote/.activity.MusicLibraryActivity: pid=4252 uid=10044
gids={3003}
#
10-23 01:53:02.266: INFO/dalvikvm(4252): Debugger thread not active,
ignoring DDM send (t=0x41504e4d l=38)
#
10-23 01:53:02.316: INFO/dalvikvm(4252): Debugger thread not active,
ignoring DDM send (t=0x41504e4d l=

Original issue reported on code.google.com by [email protected] on 23 Oct 2009 at 6:14

Media Remote Not working with Samsung Galaxy

What steps will reproduce the problem?
1. Starting XBMC Remote
2. Selecting the "use as remote" button
3. All of the buttons fail to perform any task.

What is the expected output? What do you see instead?
Each button I'd of expected to work, such as pause the playing movie, stop
etc. nothing happens apart from hepatic response when pressing each button.

What version of the product are you using? On what operating system?
0.3.5.1 on samsung galaxy running android 1.5 cupcake

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 6 Oct 2009 at 11:07

Album art fails if Artist or Album contains uppercase non-ascii characters

What steps will reproduce the problem?
1. XBMC Music Library contains artist or album with uppercase Danish 
characters (Æ Ø Å)
2. Open Music view in remote app.


What is the expected output? What do you see instead?

I expect covers to be loaded, aforementioned albums do not get their 
covers.


What version of the product are you using? On what operating system?
Latest and greatest svn on HTC Magic

This is actually not a defect in the remote app. The cause is that XBMC 
itself does not correctly lowercase the international charactes before 
crc32'ing them. I did some testing with the XBMC code and found that only 
ascii characters are properly lower-cased.

I've attached a patch that cirmumvents this XBMC-"feature".
It adds a couple of public methods (computeLower and computeAsHexLower) and 
a private method (toXBMCLowerCase) to Crc32.java.
It also changes Album.java and Artist.java to make use of the computeLower 
method in stead of lowercasing the strings before calling Crc32.compute().
Actually, it makes the interface to Crc32 even more XBMC-ish, since the 
added methods are used in the XBMC code.

:O) Mikkle

Original issue reported on code.google.com by [email protected] on 14 Oct 2009 at 11:29

Longer timeout or SMS messages

SMS messages are currently displayed for too short an amount o time to
read, a longer timeout or maybe even leaving the message on screen on xbmc
until it is read would be more better.

It would also be cool if sms were shown regardless of if the app was open
but I know this isn't a small addition, something to think about for the
future along with now playing in the android notifications bar.

Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 9:24

Force-close on startup in rev 166

What steps will reproduce the problem?
1. Build latest svn
2. Install onto HTC Magic
3. Start app

Expect app to start up, and point the user to the settings dialog, if no 
valid settings are detected.
App force-closes on startup

Testing svn rev 166 on HTC Magic

Narrowed it down to an NPE in Connection.java.
debug output from adb:
-----
I/ActivityManager(   50): Starting activity: Intent { 
action=android.intent.action.MAIN flags=0x10100000 
comp={org.xbmc.android.remote/org.xbmc.android.remote.activity.HomeActivity
} }
I/ActivityManager(   50): Start proc org.xbmc.android.remote for activity 
org.xbmc.android.remote/.activity.HomeActivity: pid=19289 uid=10031 
gids={3003}
W/InputManagerService(   50): Window already focused, ignoring focus gain 
of: com.android.internal.view.IInputMethodClient$Stub$Proxy@438b3f28
I/dalvikvm(19289): Debugger thread not active, ignoring DDM send 
(t=0x41504e4d l=38)
I/dalvikvm(19289): Debugger thread not active, ignoring DDM send 
(t=0x41504e4d l=50)
W/dalvikvm(19289): threadid=13: thread exiting with uncaught exception 
(group=0x4000fe70)
E/AndroidRuntime(19289): Uncaught handler: thread HTTP API Connection 
Thread exiting due to uncaught exception
E/AndroidRuntime(19289): java.lang.NullPointerException
E/AndroidRuntime(19289):    at 
org.xbmc.httpapi.Connection.query(Connection.java:149)
E/AndroidRuntime(19289):    at 
org.xbmc.httpapi.Connection.getString(Connection.java:167)
E/AndroidRuntime(19289):    at 
org.xbmc.httpapi.client.InfoClient.getSystemInfo(InfoClient.java:93)
E/AndroidRuntime(19289):    at 
org.xbmc.android.backend.httpapi.InfoWrapper$1.run(InfoWrapper.java:46)
E/AndroidRuntime(19289):    at 
android.os.Handler.handleCallback(Handler.java:587)
E/AndroidRuntime(19289):    at 
android.os.Handler.dispatchMessage(Handler.java:92)
E/AndroidRuntime(19289):    at android.os.Looper.loop(Looper.java:123)
E/AndroidRuntime(19289):    at 
org.xbmc.android.backend.httpapi.HttpApiThread.run(HttpApiThread.java:69)
I/Process (   50): Sending signal. PID: 19289 SIG: 3
I/dalvikvm(19289): threadid=7: reacting to signal 3
I/dalvikvm(19289): Wrote stack trace to '/data/anr/traces.txt'
I/ActivityManager(   50): Displayed activity 
org.xbmc.android.remote/.activity.HomeActivity: 941 ms
D/dalvikvm(15087): GC freed 10756 objects / 549792 bytes in 159ms
D/dalvikvm(14971): GC freed 7987 objects / 437544 bytes in 167ms
D/dalvikvm(18027): GC freed 620 objects / 39232 bytes in 132ms
I/Process (19289): Sending signal. PID: 19289 SIG: 9
-----

Added NPE check in existing try/catch hierarchy to fix the problem. Please 
see attached diff.

:O) Mikkle

Original issue reported on code.google.com by [email protected] on 11 Oct 2009 at 11:17

Attachments:

Album art shown partially

What steps will reproduce the problem?
1.select listen to music
2.
3.

What is the expected output? What do you see instead?
Expect all albumart shown in list. Do not see the albumart that is taken
from images in a albumfolder (example cover.jpeg or folder.jpeg) Albumart
added trough xbmc "add album info" is shown.

What version of the product are you using? On what operating system?
0.4.1 bleeding edge on HTC magic fw 1.5 kernel 2.6.27-00393-g6607056
buildnr crc1
XBMC svn pre-9.10 r23321

Please provide any additional information below.
When going to now playing all albumart is shown!

Original issue reported on code.google.com by [email protected] on 4 Oct 2009 at 11:04

Sliding tab glitch

What steps will reproduce the problem?
1. Access Music in home menu
2. Use trackball in the new music-menu and go right


What is the expected output? What do you see instead?
An GUI issue appears.

What version of the product are you using? On what operating system?
XBMC Remote 0.5.10

Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 10:44

Attachments:

Samsung Galaxy/i7500 Remote option doesn't work

What steps will reproduce the problem?
1. Just downloaded newest version XBMC Remote v0.5.6 signed.apk on my
samsung galaxy. Connected to xbmc fine.
2. Selected remote option and the handset vibrated and highlighted the
option I pressed but the action wasn't sent to my xbmc
3.

What is the expected output? What do you see instead?
I was expecting to press down for the action to replicate on the screen.
However it wasn't. Although, if I select a file to play it will start
playing. I am able to use the slide bar and fast forward but the bottom
stop/play etc actions do not work.

What version of the product are you using? On what operating system?
Using XBMC Remote v0.5.6 signed.apk with Android 1.5. XBMC is the latest
from the SVN on Windows XP.

Please provide any additional information below.

Original issue reported on code.google.com by nchinniah on 18 Oct 2009 at 11:41

App makes XBMC freeze

What steps will reproduce the problem?
1.Enter the "Music" menu.

What is the expected output? What do you see instead?
Message "Socket Timeout - Make sure XBMC webserver is enabled and XBMC is
running."

What version of the product are you using? On what operating system?
WORKS in 0.3.5.1, 0.4
DON'T KNOW in 0.4.1 because it crash on start.
DON'T WORK in 0.5, 0.5.1, 0.5.2, 0.5.3
XBMC pre-9.10 r23658
Windows 7 Home Premium - 64-bit

Please provide any additional information below.
There is no problem with this in 0.3.5.1 an 0.4
0.4.1 Crashes on start so in that version I can't tell.
0.5 - 0.5.3 This problem appears.
I have over 3000 music albums.

Original issue reported on code.google.com by [email protected] on 13 Oct 2009 at 4:55

Problems with filenames when browsing video files

What steps will reproduce the problem?
1. Choose Videos from the menu and browse to a folder containing .zip or
.rar files
2.
3.

What is the expected output? What do you see instead?

the expected output is a list if files without url encoded characters,
instead I get a filelist where some files is shown with absolute path and
containing url encoded chars (like %2e etc). Sofar I have only experienced
the problem with .rar and .zip files.

What version of the product are you using? On what operating system?

I am using 0.5.6 on android 1.5

I have attached a screenshot of the emulator showing the problem.. 

One way to fix this problem is to add an URLDecoder.decode around the sb on
line 145 of Connection.java (revision 216), not sure if this is the best
way, since I haven't got a good overview of the source. 

Original issue reported on code.google.com by [email protected] on 20 Oct 2009 at 7:37

Attachments:

Optimize SQL queries without storing the whole reponse

What steps will reproduce the problem?
1. Open Music section of the remote and try to view any of the views other
than the file view
2. Progress circle appears in top right corner of XBMC but a socket timeout
error shows before the required library information is passed on to the remote 

What is the expected output? What do you see instead?

The music library view in question


What version of the product are you using? On what operating system?

tested with 0.5 0.5.1, 0.5.2. 0.5.3 using the latest t3ch release of XBMC
on the original XBOX 9.04 r20848

Problem only occurs when using the original XBOX, have tested with XBMC on
the computer on which my media is stored without the problem occuring.

Music library is 70 gigs just under 10k songs, more information available
in the forum thread. 

Original issue reported on code.google.com by [email protected] on 13 Oct 2009 at 3:38

library view: album art is missing

What steps will reproduce the problem?
1.open music libary (+/- 200 albums)
2.
3.

What is the expected output? What do you see instead?
See album art of every album. Some (randomly) are missing,allthough they 
are visible in the xbmc library.

What version of the product are you using? On what operating system?
0.4 r 120

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 3 Oct 2009 at 1:02

  • Merged into: #14

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.