aMytho / osse

A music server backend written in Rust (WIP)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Fix Import Failure #9

Open aMytho opened 2 months ago

aMytho commented 2 months ago

Some tracks don't seem to be able to be imported. The metadata may be wrong, or its possible they have invalid characters.

Investigate causes of failure and fix them.

aMytho commented 2 months ago

It looks like this is a result of non UTF-8 characters. See https://github.com/Serial-ATA/lofty-rs/issues/373

This will need to be fixed.