abhay123lp / tunesremote-plus

Automatically exported from code.google.com/p/tunesremote-plus
0 stars 0 forks source link

Empty album yields to "Nothing Playing" in the now playing screen #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Play a song without album information in MediaMonkey
2. Double tap the albumart in TunesRemote
3. Now Playing screen is showing "Nothing Playing"

What is the expected output? What do you see instead?
Should show the list of Now Playing. Now playing list in MediaMonkey is not 
empty.

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

Please provide any additional information below.

When a song without album (empty tag or no tag) is played, double tapping the 
album art shows "Nothing Playing" as Now Playing.

Original issue reported on code.google.com by pepijn.k...@gmail.com on 27 Dec 2010 at 11:38

GoogleCodeExporter commented 8 years ago
If I remember the double tap of the album cover queries the Now Playing AND the 
current album id of the song playing.   This was recently added by a submitted 
patch so there might just be a bug in the logic if one of those two lists does 
not return a value.

You might want to also check the MonkeyTunes.log file. It could be if there is 
not album it is sending "0" back for the album ID or NULL which is causing MT 
to throw an internal error.

Original comment by mellowaredev on 27 Dec 2010 at 12:47

GoogleCodeExporter commented 8 years ago
How can I enable logging?

Original comment by pepijn.k...@gmail.com on 28 Dec 2010 at 3:50

GoogleCodeExporter commented 8 years ago
In Eclipse go to Window->Show View->Other and in the Android section pick "Log 
Cat" that is the log viewer that is live while the emulator is running and 
shows you the Log.d and Log.i messages etc from android.log.

Original comment by mellowaredev on 28 Dec 2010 at 4:05

GoogleCodeExporter commented 8 years ago
Did we ever make progress on this?

Original comment by mellowaredev on 25 Mar 2011 at 12:23

GoogleCodeExporter commented 8 years ago
I am going to close this issue as WontFix since i can't reproduce it and it 
seems a MonkeyTunes issue and not a tunesRemote+ issue.

Original comment by mellowaredev on 29 Mar 2011 at 12:44