Your message dated Sun, 13 Jul 2014 18:36:58 +0200
with message-id <20140713163658.GA13966@kronk>
and subject line Re: Bug#754511: mpv: after each track it either displays dvd 
menu or copyright blurb
has caused the Debian Bug report #754511,
regarding mpv: after each track it either displays dvd menu or copyright blurb
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
754511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mpv
Version: 1:0.4.1-dmo1
Severity: normal

Dear Maintainer,

having a dvd image with 3 tracks, i play it via

mpv -dvd-image <dvdimage> dvd://0-2

but instead of siwtching seamlessly to the next track, after track 0 and 1 i 
get the dvd menu and after track 2 it plays the copyright blurb. while after 
the blurb at leats it finishes, it stays at the menu unless i intervene.
i'd expect it to behave like mplayer does: play all tracks after each 
automatically other without

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mpv depends on:
ii  libasound2                              1.0.28-1
ii  libass5                                 0.10.2-3
ii  libavcodec55                            10:2.2.4-dmo3
ii  libavdevice55                           10:2.2.4-dmo3
ii  libavfilter4                            10:2.2.4-dmo3
ii  libavformat55                           10:2.2.4-dmo3
ii  libavresample1                          10:2.2.4-dmo3
ii  libavutil52                             10:2.2.4-dmo3
ii  libbluray1                              2:0.6.0-dmo2
ii  libbs2b0                                3.1.0+dfsg-2
ii  libc6                                   2.19-5
ii  libcaca0                                0.99.beta19-2
ii  libcdio-cdda1                           0.83-4.1
ii  libcdio-paranoia1                       0.83-4.1
ii  libcdio13                               0.83-4.1
ii  libdvdnav4                              4.2.1-3
ii  libdvdread4                             4.2.1-2
ii  libegl1-mesa [libegl1-x11]              10.2.3-1
ii  libenca0                                1.15-2
ii  libgl1-mesa-glx [libgl1]                10.2.3-1
ii  libguess1                               1.2-dmo2
ii  libjack-jackd2-0 [libjack-0.116]        1.9.10+20140610git97e0e80b~dfsg-1
ii  libjpeg8                                8d1-1
ii  liblcms2-2                              2.6-3
ii  liblircclient0                          0.9.0~pre1-1
ii  liblua5.2-0                             5.2.3-1
ii  libmpg123-0                             1.20.0-1
ii  libncurses5                             5.9+20140118-1
ii  libopenal1                              1:1.14-4
ii  libpostproc52                           10:2.2.4-dmo3
ii  libpulse0                               5.0-2
ii  libquvi7                                0.4.1-2.1
ii  libsmbclient                            2:4.1.9+dfsg-1
ii  libswscale2                             10:2.2.4-dmo3
ii  libtinfo5                               5.9+20140118-1
ii  libv4l-0                                1.2.1-2
ii  libva-glx1                              1.3.1-3
ii  libva-x11-1                             1.3.1-3
ii  libva1                                  1.3.1-3
ii  libvdpau1                               0.7-2
ii  libwayland-client0                      1.5.0-1
ii  libwayland-cursor0                      1.5.0-1
ii  libwayland-egl1-mesa [libwayland-egl1]  10.2.3-1
ii  libx11-6                                2:1.6.2-2
ii  libxext6                                2:1.3.2-1
ii  libxinerama1                            2:1.1.3-1
ii  libxkbcommon0                           0.4.0-1
ii  libxss1                                 1:1.2.2-1
ii  libxv1                                  2:1.0.10-1
ii  libxxf86vm1                             1:1.1.3-1
ii  zlib1g                                  1:1.2.8.dfsg-1

mpv recommends no packages.

mpv suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
On Sun, Jul 13, 2014 at 05:15:51PM +0200, Alessandro Ghedini wrote:
> On Fri, Jul 11, 2014 at 11:41:25PM +0200, arne anka wrote:
> > Package: mpv
> > Version: 1:0.4.1-dmo1
> > Severity: normal
> > 
> > Dear Maintainer,
> > 
> > having a dvd image with 3 tracks, i play it via
> > 
> > mpv -dvd-image <dvdimage> dvd://0-2
> > 
> > but instead of siwtching seamlessly to the next track, after track 0 and 1 
> > i get the dvd menu and after track 2 it plays the copyright blurb. while 
> > after the blurb at leats it finishes, it stays at the menu unless i 
> > intervene.
> > i'd expect it to behave like mplayer does: play all tracks after each 
> > automatically other without
> 
> This also happens with vlc, so I think it could be a bug in libdvdnav.

So this is not actually a bug, but a feature. I was told that dvds contain a
program that is executed by the dvd player (dvdnav in this case) and that is how
menus are implemented. The behaviour you see is probably encoded in your dvd
program and there's nothing we can do.

> FWIW, you can go back to "mplayer behaviour" by using dvdread:// instead of
> dvd://.

dvdread doesn't execute the dvd program so that's why it doesn't support menus,
but it also doesn't have the annoying behaviour (and mplayer uses dvdread by
default).

So basically, use dvdread:// if you don't want this behaviour (but menus won't
work either). Closing now.

Cheers

Attachment: signature.asc
Description: Digital signature


--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to