-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbluray_player.1.txt
107 lines (79 loc) · 2.79 KB
/
bluray_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
100
101
102
103
104
105
106
107
BLURAY_PLAYER(1)
================
:doctype: manpage
NAME
----
bluray_player - play a Blu-ray using libmpv
SYNOPSIS
--------
*bluray_player* ['PATH'] ['OPTIONS']
DESCRIPTION
-----------
The bluray_player(1) program will play a playlist from a Blu-ray disc,
image, or directory. Playback is handled by by libmpv.
Input path can be a single filename (image), a directory, or a device name.
The default device is based on your operating system, and is the primary
optical drive.
OPTIONS
-------
*-m, --main*::
Play the main playlist (default). You can see which one is the main
one using 'bluray_info --main'. MPV filters out duplicate playlists,
so do not use 'bluray_info --duplicates' as an index.
*-p, --playlist*='PLAYLIST'::
Play the selected playlist number. MPV does not support selecting
playlist from non-duplicate titles -- when running bluray_info, do not
use '--duplicates' to see which one you want to play.
*-c, --chapters*='CHAPTER[-[CHAPTER]]'
Play the selected chapter range. Default is to play all chapters of
the playlist.
*-a, --alang*='LANGUAGE'
Set default audio language. Format is three-letter language code, ISO
639-2. For example: eng, deu, fra, spa.
*-A, --aid*='STREAM ID'
Play audio stream ID indexed by mpv.
*-s, --slang*='LANGUAGE'
Display subtitles for selected language, if available.
*-S, --sid*='STREAM ID'
Play subtitle stream ID indexed by mpv.
*-V, --vid*='STREAM ID'
Play video stream ID indexed by mpv (default: first).
*-f, --fullscreen*
Display video in fullscreen.
*-d, --deinterlace*
Deinterlace video during playback.
*-h, --help*
Display help output.
*--version*
Display version information.
CONFIGURATION
-------------
bluray_player(1) uses libmpv as the engine for playback (see
<https://mpv.io/>). Configuration for bluray_player is stored in
~/.config/bluray_player/mpv.conf and will be read on each time during startup.
Passing options to 'bluray_player' will override the configuration file.
See mpv(1) for all configuration options.
DECRYPTION
----------
The other bluray applications support setting a custom location for your
KEYDB.cfg file. bluray_player does not. It must be located in your home
directory at '.config/aacs/KEYDB.cfg'.
SEE ALSO
--------
bluray_info(1), bluray_copy(1), mpv(1)
BUGS
----
*bluray_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/bluray_info/issues>
AUTHOR
------
bluray_player was written by Steve Dibb <[email protected]>
RESOURCES
---------
Source code available at GitHub: <https://github.com/beandog/bluray_info>
Main web site: <https://dvds.beandog.org>
COPYING
-------
Copyright \(C) 2019 Steve Dibb. Free use of this software is granted under the
terms of the GNU General Public License, version 2 (GPL).