Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
bluray_info [2021/10/18 00:08] beandogbluray_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://github.com/beandog/bluray_info]] - source code and releases+  * [[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 ''bluray_info'' to print out details about a disc only took me two daysIt's similar to [[dvd_info]] in that it does human-friendly and JSON output, but doesn't have nearly the amount of programs (like exporting chapters, copying tracks, etc.)The reason for that was ''dvd_info'' is a perpetual project that I never get around to doing point releases, so I decided to take the alternate approach here.+  * [[https://github.com/beandog/bluray_info]] - source code 
 +  * [[https://github.com/beandog/bluray_info/releases]] - releases 
 +  * [[https://github.com/beandog/bluray_info/wiki]] - DOCUMENTATION 
 +  * [[http://fvonline-db.bplaced.net/]] - KEYDB.cfg downloads 
 +  * [[https://www.videolan.org/developers/libbluray.html|libbluray]] homepage
  
-You will need copy of ''KEYDB.CFG'' to access your discsmost likelyso that libaacs can decrypt themGet copy [[http://fvonline-db.bplaced.net/|here]].+**bluray_info** is small program to display information about a Blu-ray disc (both original and 4K). It will run on LinuxCygwinOpenBSD, NetBSD, and FreeBSD**You will need KEYDB.cfg file for decryption of the DRM (details [[Blu-ray DRM|here]])**
  
-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 ''bluray_info'' to print out details about a disc only took me two daysIt's similar to [[dvd_info]] in that it does human-friendly and JSON output, but doesn't have nearly the amount of programs (like exporting chapters, copying tracks, etc.). The reason for that was ''dvd_info'' is a perpetual project that I never get around to doing point releases, so I decided to take the alternate approach here.
  
 ==== Installation ==== ==== Installation ====
  
 Download a release at [[https://github.com/beandog/bluray_info/releases]]. Download a release at [[https://github.com/beandog/bluray_info/releases]].
 +
 +If you want to build ''bluray_player'' you will need mpv installed with libmpv support.
  
 Standard installation: Standard installation:
Line 21: Line 28:
 sudo make install sudo make install
 </code> </code>
 +
 +See ''man bluray_info'' for instructions.
  
 ==== Sample Output ==== ==== Sample Output ====

Navigation