David Howden

Results 31 comments of David Howden

This hasn't been implemented because I don't have any AIFF files in my music library, and so have never needed it :-). If you can point to the metadata spec...

Thanks @deluan @AlphaJack. Any luck finding a spec?

The spec [1] is helpfully vague on this, so I'm having trouble working out exactly how this is supposed to work. If we can be sure it's inline with the...

This needs to be in a sub-package. I started to work on it and then didn't have time to finish. I don't have a use for the code at the...

Can you provide the panic stack trace? A sample file would be great too.

This is an interesting idea. The varying precision provided by the different metadata types is very frustrating. At one point I considered adding a `Date` method ```golang Date() time.Time ```...

Yes, we don't currently have duration because that's digging into the audio format itself, rather than the ID3/equiv layer of metadata. I think that there was an attempt to expose...

Hey! Thanks for the report. I think it's a dupe (was noted previously https://github.com/dhowden/tag/pull/45). Happy to take a pull request to fix it!

I don't have a use case for it at the moment, but am open to contributions providing that the implementation mirrors the code for reading tags.

@xhenner @jcnoir This sounds great! It would be best if you could develop this in a public branch (rather than putting everything in a pull request in one go) so...