madmaxoft / SkauTan

Music player for Skautské Tancování
https://skautske-tancovani.cz/
The Unlicense
1 stars 2 forks source link

Allow editing the ID3 tag #128

Closed madmaxoft closed 6 years ago

madmaxoft commented 6 years ago

The ID3 tag in the song properties dialog (and possibly in song list dialog, too) should be editable. The ID3 writing should be general enough to support more data later on and writing such data from other places (such as automatic BPM detector, copying values from Manual to ID3 categories etc.)

madmaxoft commented 6 years ago

DlgSongProperties should read the ID3 tag from the file when showing the dialog (updating the DB), then write any changes both to the file and to the library. It should also display more tag info verbatim and from it the inferred values (genre, MPM), read-only.

madmaxoft commented 6 years ago

When editing in the song list, we need to update the tag as well, but when?