2020-02-02 Fred Gleason <fredg@paravelsystems.com>

* Added support for reading ISRCs from MusicBrainz.
This commit is contained in:
Fred Gleason
2020-02-02 07:43:54 -05:00
parent faf8d098ed
commit acec6be323
5 changed files with 54 additions and 28 deletions

View File

@@ -81,6 +81,7 @@ class RDDiscRecord
void setTrackArtist(int track,QString artist);
QString trackMbId(int track) const;
void setTrackMbId(int track,const QString &str);
bool hasIsrcs() const;
QString isrc(int track) const;
void setIsrc(int track,QString isrc);
QString dump();