On sab, ott 25, 2014 at 12:15:33 +0200, Axel Beckert wrote: > Package: mpv > Version: 0.6.2-1 > Control: found -1 0.6.2-1+ffmpeg > > Dear Debian Multimedia Maintainers, > > I've tried to play an audio CD with mpv. > > From the man page mpv(1): > > cdda://track[-endtrack][:speed][/device] --cdrom-device=PATH --cdda-... > Play CD. > > […] > > --cdrom-device=<path> > Specify the CD-ROM device (default: /dev/cdrom).
Yeah, native cdda support (via libcdio) was disabled, but you can still play CDs
by using libavdevice. Something like:
mpv av://libcdio:/dev/cdrom
However this is not very user-friendly I guess, and it'd be nice if mpv
automaticcaly translated all the cdda:// URLs and --cdrom-device/--cdda-*
options to libavdevice automatically, so I opened [0] upstream.
> Then I tried
>
> → mpv --cdrom-device=/dev/cdrom cdda://
> Error parsing option cdrom-device (option not found)
> Setting commandline option --cdrom-device=/dev/cdrom failed.
>
> Exiting... (Fatal error)
That's actually normal because --cdrom-device is only available when cdda
support is enabled.
Anyway, I'll probably re-enable the native cdda support for the time being.
Cheers
[0] https://github.com/mpv-player/mpv/pull/1214
signature.asc
Description: Digital signature
_______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
