Differences

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

Link to this comparison view

Next revision Both sides next revision
bluray_info [2017/07/19 23:12]
beandog created
bluray_info [2017/07/19 23:12]
beandog
Line 1: Line 1:
 ====== bluray_info ====== ====== bluray_info ======
  
-The 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 days. It'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.+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 days. It'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.
  
 You will need a copy of ''​KEYDB.CFG''​ to access your discs, most likely, so that libaacs can decrypt them. Get a copy [[http://​www.labdv.com/​aacs/​|here]]. You will need a copy of ''​KEYDB.CFG''​ to access your discs, most likely, so that libaacs can decrypt them. Get a copy [[http://​www.labdv.com/​aacs/​|here]].
  
 Downloads are available on [[https://​sourceforge.net/​projects/​bluray-info/​files/?​source=navbar|SourceForge]],​ or you can check out the latest git from [[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. Downloads are available on [[https://​sourceforge.net/​projects/​bluray-info/​files/?​source=navbar|SourceForge]],​ or you can check out the latest git from [[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.

Navigation