Philipp Wolfer
Philipp Wolfer
This would backup the list of website URLs. See http://developer.android.com/guide/topics/data/backup.html This would be useful for manual backup via ADB as Helium Backup [1] does. I think for this to work...
Some AIFF / WAVE files have smaller actual file size then the reported size of their chunks, as trailing null bytes are sometimes truncated. This is alternative implementation of https://github.com/quodlibet/mutagen/pull/515...
The ID3 classes store frames sorted by some frame ID priority, then frame size and hash. This causes some issues when storing APIC frames of different type. The user might...
Currently it is not possible to override the format for `listItem`, as [lib/formatter.js](https://github.com/werk85/node-html-to-text/blob/master/lib/formatter.js) calls `formatListItem` internally. The only workaround is to override `unorderedList` or `orderedList`
Currently the articles are only sorted by date of last change. For some topics it would be better to have also a manual or alphabetic sorting available to structure the...
If streaming_extractor_music gets called like this on Windows: streaming_extractor_music.exe "C:\Users\Developer\Music\test.mp3" output.json Then the `file_name` in the JSON will be `"C:\\Users\\Developer\\Music\\test.mp3"` If streaming_extractor_music gets called with forward slashes it does extract...
# Summary Support loading the language for ID3 lyrics tags. This avoids Picard overwriting the lyrics on existing USLT tags with "xxx" (which is mutagen's default if no language is...
This adds support for loading various tracker module formats. Loading and saving the songname (as `title` tag) is supported for most of the formats that support storing this information in...
See https://community.metabrainz.org/t/split-albums-in-album-list-where-multiple-track-copies-are-found/433254
Using the "Format performer" tag loading e.g. https://musicbrainz.org/recording/e55e5bca-7fe2-436b-9afa-a5338fae32b6 the "lead vocal" relationship gets truend into two relationships, one for "lead" and one for "vocals". Same happens for "background vocals". I...