Summary: | Elisa session restore cannot restore songs after editing their metadata with VLC | ||
---|---|---|---|
Product: | [Applications] Elisa | Reporter: | Nagy Tibor <xnagytibor> |
Component: | general | Assignee: | Matthieu Gallien <matthieu_gallien> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 21.04.2 | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/elisa/commit/4dfbbccbbec7f038ed1c03c7a3175a1bfdbb8fe5 | Version Fixed In: | 21.12.1 |
Sentry Crash Report: | |||
Attachments: |
test_before_VLC_edit.mp3
test_after_VLC_edit.mp3 before_session_restore.png after_session_restore.png vlc_edit.png |
Description
Nagy Tibor
2021-06-28 01:15:46 UTC
Created attachment 139705 [details]
test_before_VLC_edit.mp3
Created attachment 139706 [details]
test_after_VLC_edit.mp3
Created attachment 139707 [details]
before_session_restore.png
Created attachment 139708 [details]
after_session_restore.png
Created attachment 139709 [details]
vlc_edit.png
MediaPlayList::enqueueRestoredEntries() breaks the playlist entries when their restored titles are not empty. VLC autopopulates the title metadata field with the current file name, that's why the repro steps trigger this issue. The following MR seems to fix this issue. Couldn't test it yet though. https://invent.kde.org/multimedia/elisa/-/merge_requests/308 That merge request fixed my issue. |