Desktop Integration/DisplayExample

From Creative Commons
Revision as of 21:18, 20 August 2009 by Greg Grossmeier (talk | contribs)
Jump to: navigation, search

What

As more and more content creators begin embedding license information into the metadata of media files the amount of benefit from displaying this information increases.

The open source audio/video media player Banshee has already implemented this functionality:

Banshee-cc.png

How

liblicense is a software tool developed by Creative Commons to reduce the implementation time for this functionality. It already includes the logic to read (and write) metadata information from a wide variety of file formats.

Also, if you want to see how this is implemented in Mono (what Banshee is written in) check out their source code or just view the src/Core/Banshee.Core/Banshee.Collection/LicenseInfo.cs file

See Also

Metadata Embedding Example
Back to the HowTo.
Back to Desktop Integration.
Back to Developers.