murat8505 / android-xbmcremote

Automatically exported from code.google.com/p/android-xbmcremote
0 stars 0 forks source link

Pictures doesn't show up / picture view crashes. #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 bolin.andreas@gmail.com on 15 Oct 2009 at 12:07

GoogleCodeExporter commented 9 years ago
Did that work once? Actually never tried. Adding to feature requests then.

Original comment by phree...@gmail.com on 15 Oct 2009 at 7:25

GoogleCodeExporter commented 9 years ago
Seems like the whole logic for pictures is missing... Pictures are treated as 
music/videos/whatever, and the HttpAPI tries to play it by sending "play" when 
it 
really should send "PlaySlideshow+SlideshowSelect. This shows in the debug log 
of 
xbmc. see attached log output.

:O) Mikkle

Original comment by mukkenb...@gmail.com on 15 Oct 2009 at 8:50

Attachments:

GoogleCodeExporter commented 9 years ago
That'd be my guess too. Changing to Enhancement.

Original comment by phree...@gmail.com on 15 Oct 2009 at 12:34

GoogleCodeExporter commented 9 years ago
Issue 79 has been merged into this issue.

Original comment by mukkenb...@gmail.com on 11 Nov 2009 at 6:44

GoogleCodeExporter commented 9 years ago
additional info from merged issue #79:
What steps will reproduce the problem?
1. Enter Music lib.
2. Select File view in lib.
3. Enter a music dir with cover in it.
4. Try to open .jpg

What is the expected output? What do you see instead?
Expected that nothing should happen.
Instead the music stops and got Force Close.

What version of XBMC Remote are you using? On which XBMC revision and
platform?
0.6.0

Please provide any additional information below.
When tying to play .nfo and .sfv files, doesn't makes the app crash, but
the music stops.

Original comment by mukkenb...@gmail.com on 11 Nov 2009 at 6:45

GoogleCodeExporter commented 9 years ago

Original comment by mukkenb...@gmail.com on 11 Nov 2009 at 6:46

GoogleCodeExporter commented 9 years ago

Original comment by phree...@gmail.com on 11 Nov 2009 at 9:58

GoogleCodeExporter commented 9 years ago
I'm having the same issue as the original post:

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 shows up. 

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

XBMC remote 0.6.0 revision 317
Ubuntu Linux 9.04
XBMC pre-9.10 r23658 (unsure at this point)
HTC Eris phone running Android 1.5

Please provide any additional information below.

Additionally, if I use the phone in remote mode and navigate to Pictures and 
then
display a picture, the XBMC remote app will force close.  It cannot restart 
when a
picture is being displayed on the screen.

Not sure why this is tagged as an "enhancement", since the UI gives the user the
impression that this should work.  

Original comment by scott.st...@gmail.com on 18 Nov 2009 at 3:25

GoogleCodeExporter commented 9 years ago
Sorry, my version of XBMC is SVN:24207.

Original comment by scott.st...@gmail.com on 18 Nov 2009 at 3:26

GoogleCodeExporter commented 9 years ago
Issue 82 has been merged into this issue.

Original comment by mukkenb...@gmail.com on 23 Nov 2009 at 10:10

GoogleCodeExporter commented 9 years ago
"Enhancement" because one could argue that a slide show is tv-centric and you 
could 
always do this in remote control mode.
Anyway, FWIW I'm beginning work on implementing the "now playing" part of this 
issue 
now. This may (or may not) result in a fix of the issue in general, but it's 
the first 
necessary step.

:O) Mikkle

Original comment by mukkenb...@gmail.com on 23 Nov 2009 at 10:14

GoogleCodeExporter commented 9 years ago
Actually, it doesn't.  From my post:

Additionally, if I use the phone in remote mode and navigate to Pictures and 
then
display a picture, the XBMC remote app will force close.  It cannot restart 
when a
picture is being displayed on the screen.

Let me know if there's any additional info I can provide!  Thanks guys!

Original comment by scott.st...@gmail.com on 26 Nov 2009 at 5:11

GoogleCodeExporter commented 9 years ago
Rt. Could you try with 0.6.1? When I tested on the later reveisions, I didn't 
get any 
forced close in your scenario. It will switch to NowPlaying and show the image, 
albeit 
not in a very useful manner.
Work on implementing this properly IS in progress, never fear! :)

Original comment by mukkenb...@gmail.com on 26 Nov 2009 at 9:45

GoogleCodeExporter commented 9 years ago
0.6.1 still force close when displaying a picture in xbmc. (r25009)

Original comment by bolin.andreas@gmail.com on 27 Nov 2009 at 11:02

GoogleCodeExporter commented 9 years ago
Additional info from Issue 79 :
What steps will reproduce the problem?
1. Enter Music lib.
2. Select File view in lib.
3. Enter a music dir with cover in it.
4. Try to open .jpg

What is the expected output? What do you see instead?
The music stops playing.

Original comment by bolin.andreas@gmail.com on 27 Nov 2009 at 11:07

GoogleCodeExporter commented 9 years ago
Ooh!
Could you please try opening the "Pictures" activity (file view only) from the 
HomeActivity and select an image file that way around in stead?

I'm pretty sure that works - if so, it's just a matter of hiding image files in 
the 
music/video file views - the code assumes that its music/video resources in 
there...

:O) Mikkle

Original comment by mukkenb...@gmail.com on 27 Nov 2009 at 11:54

GoogleCodeExporter commented 9 years ago
Same thing there. The music stops and no picture shows up.
app 0.6.1
xbmc r25009

Original comment by bolin.andreas@gmail.com on 27 Nov 2009 at 12:02

GoogleCodeExporter commented 9 years ago
But thats normal sense you havn't implement any picture view yet, right?

INFO/Connection(2973): START:
http://xbmc@192.168.0.2:8080/xbmcCmds/xbmcHttp?command=PlayFile(C:\Users\Andreas
\Pictures\Bakgrundsbilder
- deviantART\Animals & Insects\All_mine_by_hoschie_1680_1050.jpg)

Just pointing out that when you do implement it, don't forget to do it in music 
file
view to.

Original comment by bolin.andreas@gmail.com on 27 Nov 2009 at 12:07

GoogleCodeExporter commented 9 years ago
I have pictures support working locally, will probably commit in a couple of 
days

Original comment by mukkenb...@gmail.com on 4 Dec 2009 at 7:09

GoogleCodeExporter commented 9 years ago
nice :)

Original comment by bolin.andreas@gmail.com on 4 Dec 2009 at 7:25

GoogleCodeExporter commented 9 years ago
Issue 123 has been merged into this issue.

Original comment by mukkenb...@gmail.com on 10 Dec 2009 at 6:24

GoogleCodeExporter commented 9 years ago
i can confirm this on version 0.3.6

Original comment by shabangu...@gmail.com on 11 Jan 2010 at 12:21

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
No mean to rush you Mikkle, but it was long couple of days ;)

Original comment by bolin.andreas@gmail.com on 14 Jan 2010 at 1:18

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r470.

Original comment by mukkenb...@gmail.com on 18 Jan 2010 at 9:25

GoogleCodeExporter commented 9 years ago
Oh, hi, which year are we in again? 
- Sorry for the delay, guys!

I've marked this as suspended because the code is in and working-ish.
There seems to be an issue with showNext/playNext in the XBMC slideshow code. 
This 
means that slideshows NOT starting with the first pic in the list will be sort 
of out 
of sync with itself... (now playing not showing what's actually on the screen, 
and 
the screen not showing what the user wanted to...)
I'm investigating a workaround for this behaviour.

:O) Mikkle

Original comment by mukkenb...@gmail.com on 18 Jan 2010 at 9:28

GoogleCodeExporter commented 9 years ago
sweet :)

Original comment by bolin.andreas@gmail.com on 18 Jan 2010 at 10:12

GoogleCodeExporter commented 9 years ago
What's the status of this? Can I close it?

Original comment by phree...@gmail.com on 20 Apr 2010 at 11:33

GoogleCodeExporter commented 9 years ago
The issue is still there in XBMC, but we can't do anything about it in this 
projekt.
At least pictures don't crash the app anymore.
Yeah. I'll close this issue and make a wiki-page explaining the problem in 
stead.

Original comment by mukkenb...@gmail.com on 21 Apr 2010 at 7:14