Commit Graph

13 Commits

Author SHA1 Message Date
Jonas L
34f7f1e3c8 Add comment metadata (#44) 2018-11-05 07:56:00 +11:00
David Howden
222f0b2988 Merge string trimming for id3v1 into single method 2018-09-21 18:58:54 +10:00
jo
bcc288a50a Use dedicated readStringTrimNULL function in id3v1 2018-09-03 15:15:19 +02:00
David Howden
e80a3fa76a update to use new io.Seek consts, require min go1.7 2018-04-02 11:06:41 +10:00
upperstream
abfb4860c4 Fix: metadataID3v1 did not set the value for "comment" key unless the tag is ID3v1.1. 2016-07-17 08:16:53 +10:00
upperstream
ae005145bc Fix: Track() for ID3v1.1 picked a wrong byte for the track number delimeter in
the comment field.
This results in neither the track number nor the comment being set properly.
2016-07-17 08:16:53 +10:00
David Howden
4c2b34fa94 Reorganised Vorbis Comment parsing into own type
- Added FileType to Metadata to distinguish between FLAC and OGG
- TODO: fix ALAC files being identified as AAC
2015-05-24 10:44:45 +10:00
Xavier Henner
0f62dc116a Add support for lyrics.
Not supported in id3v1 and id3v22
2015-05-19 22:06:16 +10:00
David Howden
c895efbcf8 Revert "Add support for lyrics." 2015-05-19 08:03:36 +10:00
Xavier Henner
7fac753a70 Add support for lyrics.
Not supported in id3v1 and id3v22
2015-05-18 09:32:54 +02:00
David Howden
1fc6cacf34 Updated ReadFrom to take io.ReadSeeker 2015-04-15 00:06:32 +10:00
David Howden
208a9e993c Moved Seek into individual implementations 2015-03-30 22:50:20 +11:00
David Howden
9278a7ec07 Initial commit 2015-03-19 23:21:53 +11:00