Philipp Wolfer
Philipp Wolfer
As I see it the `gimp_register_magic_load_handler()` function accepts a pattern where you can define an offset. If I interpret the examples at https://github.com/GNOME/gimp/search?p=3&q=gimp_register_magic_load_handler&utf8=%E2%9C%93 correctly something like `8,string,WEBPVP8` could work. Not...
Did just a quick test. Both my infamous problem device and the external drive, for which the raw SCSI code works, fail in `get_device_info` with "couldn't get device properties".
That helped for getting the alignment. Result on the problem device: ``` libdiscid 0.6.1 Device used: e: alignment mask: 1 data requested, but none returned Warning: could not fetch features...
I experience the same. Playback on the device is properly submitted. But as soon as I play via Chromecast no now playing nor actual listened scrobble is being submitted.
Node 7.4 and earlier is also working for me, 7.8 not. Haven't tried other versions in between, yet.
@zyrouge I can't say for sure, I don't have the Android 9 device available anymore.
I'm a bit confused by this change. This changes the format used for submission. Why are only `release_mbid` and `artist_mbids` moved from additional_info to an entirely new object? And does...
I see. Let's wait for feedback from @mayhem and @amCap1712 . My concerns are mainly two: 1. There are dozens of existing clients that would need to be updated 2....
The problem is that the WAVE file reports already wrong sizes. The frame holding the data specifies a size of 4294967295 bytes, which is the max. for an unsigned 32...
To get rid of the `v1` tags pass the `v1=0` parameter to `file.save`. The duplicated v2 tags is happening as mutagen does not support reading and accessing more than one...