Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse metadata from WAV #11

Open
echarlie opened this issue Jul 10, 2020 · 1 comment
Open

Parse metadata from WAV #11

echarlie opened this issue Jul 10, 2020 · 1 comment

Comments

@echarlie
Copy link
Member

this may be a limitation of liquidsoap, but we do not parse id3v2 (or other?) tags out of WAV files, although we happily play them. c.f. https://wavmetadata.blogspot.com/ for info on tags supported in WAV.

/tank/automation/Shows/rare-groove/2020-07-09/Cass\ McCombs\ -\ The\ Wine\ Of\ Lebanon.wav has tags 'TITLE': ['The Wine Of Lebanon'], 'GENRE': ['Alternative'], 'TRACKNUMBER': ['1/1'], 'ARTIST': ['Cass McCombs'], 'DATE': ['2020'], 'ALBUM': ['The Wine Of Lebanon'] according to pytaglib, but it was never logged.

@mutantmonkey
Copy link
Member

mutantmonkey commented Jul 10, 2020

Oof. This is definitely something that'd need to be supported in Liquidsoap and not something we'd want to deal with on our own. See savonet/liquidsoap#173 for the upstream issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants