Commit Graph
12 Commits
Author SHA1 Message Date
Josip Tišljar Mataušić c414b552b3 make some ogg/vorbis/flac functions public
Go / build (push) Failing after 2m18s
2026-07-24 00:16:09 +02:00
yabobay dc579f508b Fallback to year field for ogg files when date not present (#105)
* Recognise year field for ogg files when present

* prioritize 'date' over 'year' tag on ogg files
2024-04-14 09:08:47 +10:00
Melvyn 978a0926ee vorbis: return artist instead of performer (#97)
* Return artist instead of performer for vorbis tags

Also fix possibly a mistake where the empty performer tag would be returned for the composer mathod.

* Add missing performer comment
2023-06-30 13:38:51 +10:00
Mattias Wadman 5d76b8eaae vorbis: Add comment picture support (#65) 2020-04-12 13:29:33 +10:00
David Howden 7e5c04fecc move towards using uint for all sizes (#59)
* move towards using uint for all sizes
* dsf: support larger files
2019-11-22 22:50:59 +11:00
David Howden f644c14784 vorbis: refactor integer decoding to use more clear naming
Relates to #56.
2019-11-21 00:20:07 +11:00
Jonas L 34f7f1e3c8 Add comment metadata (#44) 2018-11-05 07:56:00 +11:00
Jonas L 8244084007 Add parsing year for vorbis comment (#39) 2018-08-15 19:16:51 +01:00
David Howden d449289c5e vorbis: fix panic on invalid encoding
Fixes #33
2018-02-07 18:37:07 +11:00
David Howden e24fc33f60 Fix Format and FileType enumerations, and incorrect Format() for OGG. 2017-09-14 08:55:56 +10:00
David Howden 4cd9615aa1 Set Vorbis.AlbumArtist to return "albumartist" attribute. 2016-04-20 21:52:54 +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