Philipp Wolfer

Results 255 comments of Philipp Wolfer

I don't see any todo here. The user question got answered. Closing.

I'm closing this in favor of #207. There is also the proposed patch in #538 to add read support for the INFO chunk. This could be extended with some ideas...

We received another report of this for Picard at https://community.metabrainz.org/t/receiving-valueerror-when-saving-some-files/502884/5 . Currently testing some experimental Picard builds with the patch here applied to mutagen. Things are looking good. My test...

I am going to close this. As far as I can see the problems where twofold: - Attempt to pass a non-Unicode string as description with Python 2 (`""` instead...

How multiple values for a tag should be handled in MP4 is not well-defined. mutagen uses a different approach then foobar2000, though. That's what you notice there. For a more...

After a short discussion with zas I'm going to close this for now. This was valuable to explore the results, but the minor gains are not worth the extended maintenance...

I made some progress here with https://github.com/metabrainz/picard/pull/2134/commits/fa36ca4b91520191e1032b57e941bfb438b63082 . What was missing was actually executing the module. The newer interfaces of importlib separate loading the module and executing it. Without this...

We will look into this after the PyQt6 changes have been merged. Maybe we need to rethink plugin handling and reimplement parts of it.

@zas yes, indeed. We already have https://tickets.metabrainz.org/browse/PICARD-2355 for this. Maybe it will be easier to implement a fresh plugins3 without dealing with the legacy code. @rdswift already had collected some...