GNOME Bugzilla – Bug 646984
Use libbluray to get thumbnails
Last modified: 2011-04-07 22:46:42 UTC
Instead of my current attempt at reading XML files directly, we should be using libbluray to read the metadata off the disc. Example usage: http://git.videolan.org/?p=libbluray.git;a=blob;f=src/examples/bd_info.c;h=0ede3701dd06850ec21c02997b1900aa7d6ac087;hb=HEAD Note that libbluray doesn't do any of the decryption, etc.
Created attachment 185476 [details] [review] common: Use libbluray to get Blu-Ray metadata This means we can finally get localised versions, and support the biggest thumbnails.
Created attachment 185481 [details] [review] common: Use libbluray to get Blu-Ray metadata This means we can finally get localised versions, and support the biggest thumbnails.
Sounds like a good idea to me. Btw, we should probably make it such that other backends use these functions as well... for example, I'm really missing not having this functionality (and x-content-type to e.g. launch Totem) in the archive:// backend for e.g. .iso file mounts. Want me to open a bug for that?
Created attachment 185482 [details] [review] common: Use libbluray to get Blu-Ray metadata This means we can finally get localised versions, and support the biggest thumbnails.
(In reply to comment #3) > Sounds like a good idea to me. > > Btw, we should probably make it such that other backends use these functions as > well... for example, I'm really missing not having this functionality (and > x-content-type to e.g. launch Totem) in the archive:// backend for e.g. .iso > file mounts. Want me to open a bug for that? Yes please.
Found another slight bug from which the BDMV name would never get applied (forgot an else...). Cherry-picked it to gnome-3-0.
Attachment 185482 [details] pushed as 21c319c - common: Use libbluray to get Blu-Ray metadata