-
Notifications
You must be signed in to change notification settings - Fork 4
/
dvd_player.1.txt
99 lines (71 loc) · 2.14 KB
/
dvd_player.1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
DVD_PLAYER(1)
=============
:doctype: manpage
NAME
----
dvd_player - a tiny DVD player using libmpv as backend
SYNOPSIS
--------
*dvd_player* ['PATH'] ['OPTIONS']
DESCRIPTION
-----------
Plays back a DVD track. DVD can be an optical disc, image, or directory.
The default device is based on your operating system, and is the primary
optical drive.
OPTIONS
-------
*-t, --track*='TRACK'::
Playback track number. Default is longest valid track.
*-c, --chapter*='CHAPTER[-[CHAPTER]]'
Playback chapter number or range. Default is all chapters.
*-a, --alang*='LANGUAGE'
Select audio track by language code, two letters. Default is first
audio track.
*-A, --aid*='#'
Select audio track by stream ID.
*-s, --slang*='LANGUAGE'
Select subtitle track by language code, two letters. Default is no
subtitles.
*-S, --sid*='#'
Select subtitle track by stream ID.
*-f, --fullscreen*
Display in fullscreen mode.
*-d, --detelecine*
Detelecine video.
*-v, --verbose*
Enable verbose output.
*-z, --debug*
Enable debugging output.
*-V, --version*
Display version number.
*-h, --help*
Display help output.
CONFIGURATION
-------------
*dvd_player* uses libmpv as its backend. A configuration file can be created in
~/.config/dvd_player/mpv.conf to set and override defaults. See the mpv
documentation for switches and options that can be used.
Settings in mpv.conf will override options passed to *dvd_player*.
As an example, always select Spanish as default audio language, English as subtitle
language, and play in fullscreen:
alang=es
slang=en
fullscreen
SEE ALSO
--------
dvd_backup(1), dvd_copy(1), dvd_drive_status(1), dvd_info(1), dvd_rip(1)
BUGS
----
*dvd_player* does not wait for an optical device to be ready. Wait for it to
finish "polling" before running the program.
Please file bugs at <https://github.com/beandog/dvd_info/issues>
AUTHOR
------
dvd_player was written by Steve Dibb <steve.dibb@gmail.com>
RESOURCES
---------
Source code available at GitHub: <https://github.com/beandog/dvd_info>
COPYING
-------
Copyright \(C) 2023 Steve Dibb. Free use of this software is granted under the
terms of the GNU General Public License, version 2 (GPL).