Results 681 comments of Mat

This will require special handling similar to artists and genres. Which types of URLs are you interested in?

> Since 2.0 is going to be incompatible, maybe this would be a good time for TinyTag to automatically put things in lists if it detects more than on frame...

Can you test https://github.com/devsnd/tinytag/pull/209 and verify that it works as expected? New behavior: - All `extra` attributes are always lists containing one or more values - Non-extra attributes (e.g. `album`,...

> Including the one value that is stored in non-extra, correct? Just want to verify what I'm seeing. Excluding the first non-extra value (except for `composer`, but I decided to...

`artists` must be some format-specific field. Maybe I have to map it to `extra.artist`.

Should be fixed in the latest revision of the PR.

> FWIW, it'd make my life easier to just read that one field but in the end appending doesn't make much difference. 😄 You should now be able to do...

Have you been able to test the latest changes?

I'll assume the changes in the PR are fine, and merge it. Let me know if something is still missing.

Updated documentation for 2.0.0 is available here: https://github.com/mathiascode/tinytag/blob/2.0.0-docs/README.md Let me know if something is unclear, missing or incorrect, and I'll make improvements before the final release.