annolinux / gnome-mplayer

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

start with playlist visible option not working on startup with media on command line #214

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make sure option 'Start with playlist visible' is checked
2. With no instances running start with media file, e.g. 'gnome-mplayer
media.mp3'

What is the expected output? What do you see instead?
Expected: Player starting with playlist visible.
Actual: Player starting without playlist visible.

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

Original issue reported on code.google.com by m.c.huij...@gmail.com on 25 Jun 2009 at 9:32

GoogleCodeExporter commented 9 years ago
This is expected, whne you start the player with a file specified on the command
line, the playlist is not shown even when that option is specified. 

Original comment by kdeko...@gmail.com on 25 Jun 2009 at 1:51

GoogleCodeExporter commented 9 years ago
Hmm ok. We have different opinions on what is expected then.

Also starting with `gnome-mplayer --showplaylist media.mp3` also results in no
playlist being visible, but thats probably expected too then.

So 1 file means no playlist,
0 or >=2 files means playlist visible.

I am mainly using the player in single instance mode (with replace mode 
disabled) so
every file I start with gnome-mplayer gets added to the playlist. But if
gnome-mplayer is not running yet, the playlist won't be visible (although items 
get
added to the list fine).

Original comment by m.c.huij...@gmail.com on 25 Jun 2009 at 2:46

GoogleCodeExporter commented 9 years ago
Just made a change to the code that if we are single instance mode, the 
playlist is
shown if start with playlist is specified.

Original comment by kdeko...@gmail.com on 29 Jun 2009 at 7:34

GoogleCodeExporter commented 9 years ago
Verfied working. Thanks!

Original comment by m.c.huij...@gmail.com on 30 Jun 2009 at 8:51