Xmister / bluray

GO bluray information parser library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bluray

GO bluray information parser library

Example usage

Listing PlayLists in (more or less) human readable format

b, _ := bluray.OpenBDMV(http.Dir("/mnt/Movies/Awesome BluRay Movie/BDMV"))
bytes, _ := json.Marshal(b.PlayLists)
fmt.Printf("%s\n", bytes)

About

GO bluray information parser library

License:Apache License 2.0


Languages

Language:Go 100.0%