Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
bluray_info [2021/10/18 00:09] – beandog | bluray_info [2025/02/12 13:42] (current) – beandog | ||
---|---|---|---|
Line 2: | Line 2: | ||
* [[bluray_copy]] - copy a track to filesystem or stdout, part of bluray_info package | * [[bluray_copy]] - copy a track to filesystem or stdout, part of bluray_info package | ||
- | * [[https:// | + | * [[bluray_player]] - a Blu-ray player using libmpv |
+ | * [[Blu-ray DRM]] | ||
- | The [[https://www.videolan.org/developers/libbluray.html|libbluray]] API is very clean, and putting together an initial copy of '' | + | * [[https://github.com/beandog/bluray_info]] - source code |
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | * [[https:// | ||
- | You will need a copy of '' | + | **bluray_info** is a small program |
- | Downloads are available on [[https://github.com/beandog/bluray_info|github]]. I don't push stuff live if it's not working, so checking out the code from the repo should work just fine as well. | + | The [[https://www.videolan.org/developers/libbluray.html|libbluray]] API is very clean, and putting together an initial copy of '' |
==== Installation ==== | ==== Installation ==== | ||
Download a release at [[https:// | Download a release at [[https:// | ||
+ | |||
+ | If you want to build '' | ||
Standard installation: | Standard installation: | ||
Line 22: | Line 29: | ||
</ | </ | ||
- | ==== Help ==== | + | See '' |
- | + | ||
- | A man page is included with all the binaries shipped, see '' | + | |
- | + | ||
- | Also, here is the help output: | + | |
- | + | ||
- | < | + | |
- | bluray_info 1.6 - display information about a Blu-ray | + | |
- | + | ||
- | Usage: bluray_info [path] [options] | + | |
- | + | ||
- | Options: | + | |
- | -m, --main | + | |
- | -t, --title < | + | |
- | -p, --playlist < | + | |
- | -j, --json | + | |
- | + | ||
- | Extra information: | + | |
- | -v, --video | + | |
- | -a, --audio | + | |
- | -s, --subtitles | + | |
- | -c, --chapters | + | |
- | -x, --all Display all | + | |
- | + | ||
- | Narrow results: | + | |
- | -A, --has-audio | + | |
- | -S, --has-subtitles | + | |
- | -E, --seconds < | + | |
- | -M, --minutes < | + | |
- | + | ||
- | Other: | + | |
- | -g, --xchap | + | |
- | -k, --keydb < | + | |
- | -h, --help | + | |
- | --version | + | |
- | + | ||
- | Blu-ray path can be a device, a filename, or directory (default: /dev/sr0) | + | |
- | </ | + | |
==== Sample Output ==== | ==== Sample Output ==== |