Mbucari

Results 5 issues of Mbucari

## Linux - Saving and restoring window size and position doesn't seem to work. - Make a .deb package and upload it to [Launchpad](https://launchpad.net). That will solve the install/update problem...

enhancement
help wanted

Described [here](https://github.com/rmcrackan/Libation/issues/263#issuecomment-1152781694) If a book has been removed from the user's audible library (either by the user or by Audible) but is still in Libations database, Liberate All will always...

enhancement

Continuing our discussion in https://github.com/rmcrackan/Libation/pull/321 Problem: Add automatic app updating to Libation and LibationCli without using winforms. I mentioned the possibility of making 2 new libation dlls devoted to updating,...

enhancement

When writing a unicode COMM tag, the null tag description is missing the BOM prefix. https://github.com/Corey-M/NAudio.Lame/blob/ed76eb646de2c8fc2826ce8fedc054df09500e1d/LameDLLWrap/LibMp3Lame.cs#L614 To correct this, do something like: ```C# return CheckResult(NativeMethods.id3tag_set_comment_utf16(context, "zxx", UCS2.GetBytes(string.Empty), data)); ```

As the title says, I added fixChapterFileOrder() to rebuild the OPF spine so all itemrefs appearing in NCX are in the same order as the NCX's navPoint playOrder. This is...