Joshua Barrass
Joshua Barrass
In the case of some errors (an example of an error where this occurs is reported in #48), PSXPackager will write an empty (or almost empty) file and fail silently...
freezetag seems to support tracks with identical audio but different metadata when thawing (each checksum is mapped to an array of files, and will then restore the correct metadata for...
Fixes #6 by checking the path within each entry with a matching checksum to ensure it matches the path of the file we're currently opening. Tested and confirmed working on...
I have a bibliography link like so at the bottom of my document: ``` bibliography:references.bib bibliographystyle:ieeetr ``` However, when I use `C-]` to insert a link, there are no references...
Currently `export_instruments` will create a new dir, cd to it, then export, but will not go back to the original dir afterwards. If running this function multiple times, this can...