Andreas

Results 297 comments of Andreas

> I stumbled upon this issue and now that Avalonia 11 is out, I was wondering where this example that you are working on may exist. Thanks! @fgperry There is...

Thank you... In case someone needs sample files see https://github.com/beetbox/beets/pull/1515#issuecomment-501622982

I took a closer look at the code: https://github.com/beetbox/mediafile/blob/deb597f747b0959350bb74cabcea177d2ea1de3c/mediafile.py#L1651-L1656 In my opinion ALWAYS writing `TIT1` and `GRP1` is not reasonable... i think a specific setting would be needed, like in...

Did you mean something like this?: ``` class MP3StorageStyle(StorageStyle): """Store data in ID3 frames. """ formats = ['MP3', 'AIFF', 'DSF'] def __init__(self, key, id3_lang=None, **kwargs): """Create a new ID3 storage...

> @sandreas do you notice anything with that audio file that could cause tone to corrupt the file? The tone in the current release is also not the latest so...

> I just started experienI just started experiencing this. cing this. I'm working on it. Release 0.1.6 is soon to come, however I did not fully reproduce the problem yet....

@theS1LV3R @advplyr @Dalarialus @listy-bit The new `tone 0.1.6` is out. Would you be able to recheck, if it works again? Otherwise I have to file an issue on `atldotnet`, the...

@exekutive You are right - the tap is more or less deprecated. However, the custom tap is tested and nothing too exciting changed in enzos branch. I try to update...

> Would there be any pushback if I attempted a PR to resolve some of the deprecation warnings I see running on php v8? No actually this would be great....

@JakobTischler @moviebrain @tommorris The marked commit above fixes some of the deprecations, but also alters the `error_reporting` to no longer contain `E_DEPRECATED` via: ```php // disable E_DEPRECATED errors if(!getenv("M4B_TOOL_FORCE_INI_ERROR_REPORTING")) {...