Migration: Audio title no preserved
Migrating from 0.6.x to master doesn't seem to preserve the custom titles set by the user for audio tracks.
No issues for videos.
Migrating from 0.6.x to master doesn't seem to preserve the custom titles set by the user for audio tracks.
No issues for videos.
This is by design for now: !217 (21b60b2e)
I'm fine doing it for all media though
Oh, I remember why now. For video media, the title is derived from the filename, so we can check if they are different. For audio media, it comes from the title meta, which we don't know during the migration, and we can't afford to parse every single media to fetch their title during the migration.
So: wontfix
closed
mentioned in issue vlc-ios#827 (closed)
VideoLAN code repository instance