Deadpixel66 / mplayer-ce

Automatically exported from code.google.com/p/mplayer-ce
0 stars 0 forks source link

Menu pops up after each video in playlist #555

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a playlist
2. Video will play all the way through
3. Main menu pops up on screen when next video starts

What is the expected output? What do you see instead?
In v0.7.5, the screen just showed the video. I have to press B every time
the next video starts to get rid of the on-screen menu.

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

Do you have a modchip?
No

Original issue reported on code.google.com by curtd...@gmail.com on 9 Dec 2009 at 11:42

GoogleCodeExporter commented 9 years ago
Having the same problem. Very annoying, unfortunately.

Original comment by thecinem...@gmail.com on 10 Oct 2010 at 1:00

GoogleCodeExporter commented 9 years ago
Commenting out line 4778 in mplayer.c fixes it:

else mp_input_queue_cmd(mp_input_parse_cmd("menu show"));

..I think it's supposed to pop the menu up after playing a single file, but it 
kicks in between files in a playlist as well.  Doesn't seem to break anything 
if it's not there.

-MoikMellah

Original comment by nightsha...@gmail.com on 17 Jan 2011 at 7:23