NeonGeckoCom / skill-local_music

Neon Skill for Local Music Playback
Other
4 stars 1 forks source link

[BUG] Audio Metadata Parse errors #21

Open NeonDaniel opened 1 year ago

NeonDaniel commented 1 year ago

Description

As reported on Matrix, some audio files are not being properly parsed.

Steps to Reproduce

Relevant Code

https://github.com/NeonGeckoCom/skill-local_music/blob/dev/util/__init__.py#L160

Other Notes

iTunes parsed music (m4a containers) raises some additional KeyErrors:

NeonDaniel commented 1 year ago

Looks like there is some parsing of / in track numbers in the dev branch; updating to that version may solve some issues