Alex
Alex
@milesegan I finally got it to a state where it can read and convert Matroska files into `TaggedFile`. Still need to handle the generic -> concrete conversion as well as...
Thanks for trying it out, forgot to include a file in my last commit. Fixed.
Nice, thanks! Looks like I got the targets for some of these items wrong. Could you email the file to `serial@[DOMAIN ON MY PROFILE]`?
Yep, I got it. > it should have been fine to be posted here (i modified it to not have any audio) Yeah, that'd be fine to send here. Normally...
Thanks a ton for looking into this. > So maybe consider adding those custom tags as a "relaxed" rule and when writing do it like matroska actually wants? Hm, that...
> Regardless of workarounds applied, shouldnt those tags show up as custom tags (similar to id3's TXX) in Lofty? Yep, Matroska lets you put whatever tags you want outside of...
Hello! Do you mean add more method on [VorbisComments](https://docs.rs/lofty/latest/lofty/ogg/struct.VorbisComments.html)? or on [Tag](https://docs.rs/lofty/latest/lofty/tag/struct.Tag.html)? For `VorbisComments`, I'd accept a PR to add a `set_date` method that takes a [Timestamp](https://docs.rs/lofty/latest/lofty/tag/items/struct.Timestamp.html). In the case...
@rudolfkastl I'm going to close this. Let me know if that comment helped!
Ah thanks, I hadn't seen MBS-11063. The list of tasks on MBS-12755 was collapsed for some reason so I only saw the first 5. #2672 will help simplify my implementation...
Thanks for taking this over, I had forgotten about it :smile:. I still have the area form branch. I'll bring it up to date once this is merged.