EditLRFMeta is a meta-information editor for LRF files (as used by the Sony LIBRIe). The author, title, description, publisher, creation date and thumbnail image can be modified using EditLRFMeta. !!!! WARNING: Currently EditLRFMeta is alpha level software. Always make a backup of your LRF file before modifying it with this software. I'm not responsible if your LRF file becomes a meaningless string of bits after using this program. Consider yourself warned. !!!! Requirements ------------ * A recent version of mono (http://www.go-mono.com), or Microsoft .NET/SDK. EditLRFMeta is written in C# and should run under Linux & Windows, but has only been tested under the mono 1.0 platform in Debian unstable. * #ZipLib. You can download this from the following location (A dll file is also included with EditLRFMeta): http://http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx After downloading the zip, extract it and drop ICSharpCode.SharpZipLib.dll into /usr/lib Usage ----- * Running EditLRFMeta with no parameters will display a short usage summary: editlrfmeta.exe * Running EditLRFMeta with a single parameter (the LRF file to be modified) will display the meta information from that file. editlrfmeta.exe myfile.lrf * Running EditLRFMeta with multiple parameters will modify the meta information. The following example sets all the available parameters: editlrfmeta.exe title="New Title" author="New Author" bookid="TESTBOOKID000001" \ description="New Description" date="2005-01-01" publisher="New Publisher" \ thumbnailfile="thumbnail.gif" mylrffile.lrf