Marekkon5 / discogstagger

Simple Rust + Webview app to automatically tag your music collection using data from Discogs.
MIT License
31 stars 1 forks source link

Aiff support #1

Closed drzygote closed 3 years ago

drzygote commented 3 years ago

Hi, I use mainly aiffs and some wavs. Aiffs can embed cover art. Is there any way you can add aiff support? Peace

Marekkon5 commented 3 years ago

AIFF uses ID3 tags, but they aren't done as usual, and there aren't any Rust libraries for it + ID3 isn't even mentioned in the official spec sheet, so can't do for now, maybe in future.

simonsan commented 3 years ago

Why closing the issue though, if you want to do that in the future? Isn't that prone to forget about it?

Marekkon5 commented 3 years ago

Added