-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbluray_info.1.txt
115 lines (83 loc) · 2.91 KB
/
bluray_info.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
108
109
110
111
112
113
114
115
BLURAY_INFO(1)
==============
:doctype: manpage
NAME
----
bluray_info - displays information about a Blu-ray
SYNOPSIS
--------
*bluray_info* ['PATH'] ['OPTIONS']
DESCRIPTION
-----------
The bluray_info(1) program displays information about a Blu-ray disc, image,
or directory in human-readable, JSON, or formatted chapter outputs.
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*::
Display only the main playlist as defined by the metadata. By
default, bluray_info will display all playlists.
*-p, --playlist*='PLAYLIST'::
Limit output to selected playlist.
*-k, --keydb*='FILE'::
Location to 'KEYDB.cfg' used by libaacs for decryption. Default is
'~/.config/aacs/KEYDB.cfg'.
*-v, --video*::
Display detailed information about video streams.
*-a, --audio*::
Display detailed information about audio streams.
*-s, --subtitles*::
Display detailed information about subtitles.
*-c, --chapters*::
Display detailed information about chapters.
*-x, --all*::
Display all optional detailed information.
*-d, --duplicates*::
Display duplicate titles that libbluray would originally filter out.
Recommended to use this for consistency across environments.
*-j, --json*::
Format output in JSON. All detailed information is included.
*-A, --has-audio*::
Limit output to titles that have audio tracks.
*-S, --has-subtitles*::
Limit output to titles that have subtitles.
*-N, --has-alang*='LANGUAGE'::
Limit output to titles that have an audio stream of a specific
language (examples: eng, fra, spa).
*-G, --has-slang*='LANGUAGE'::
Limit output to titles that have a subtitle of a specific language
(examples: eng, fra, spa).
*-E, --seconds*='SECONDS'::
Limit output to titles with a minimum length of number of seconds.
*-M, --minutes*='MINUTES'::
Limit output to titles with a minimum length of number of minutes.
Cannot be used in combination with '--seconds'.
*-g, --xchap*::
Display title chapters in export format suitable for mkvmerge(1) and
ogmmerge(1). See also dvdxchap(1) for details on format syntax.
*-h, --help*::
Display help output.
*--version*::
Display version information.
SEE ALSO
--------
bluray_copy(1), bluray_player(1)
BUGS
----
*bluray_info* does not wait for an optical device to be ready. Wait for it to
finish "polling" before running the program.
Some discs fail to be opened if they have encryption that libaacs cannot read.
Please file bugs at <https://github.com/beandog/bluray_info/issues>
AUTHOR
------
bluray_info 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).