| Summary: | Cannot play MP4 files whose names contain "#" | ||
|---|---|---|---|
| Product: | [Applications] Haruna | Reporter: | daanturo |
| Component: | generic | Assignee: | george fb <georgefb899> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | inb-bugzilla-1e1cff, mvdwijden |
| Priority: | NOR | ||
| Version First Reported In: | 0.10.3 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/multimedia/haruna/commit/91dc32928a1a8ee48d02a457043e7dd92ee36031 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
daanturo
2023-02-26 17:33:30 UTC
I can confirm this issue also happens in version 0.10.3 on Neon testing. If the MP4 file is selected and opened directly (via Dolphin in my case), Haruna launches but can't play the file as the reporter mentioned. However if Haruna is launched first and the file is selected from within Haruna, then the file plays properly. Git commit 05f11a60a6458a716760ff7a012892414dd811a1 by George Florea Bănuș. Committed on 28/02/2023 at 11:50. Pushed by georgefb into branch 'master'. playlistmodel: PlayListModel::openFile: pass percent encoded path to QUrl PlayListModel::getSiblingItems: change parameter to a QUrl M +8 -9 src/models/playlistmodel.cpp M +1 -1 src/models/playlistmodel.h https://invent.kde.org/multimedia/haruna/commit/05f11a60a6458a716760ff7a012892414dd811a1 Git commit 91dc32928a1a8ee48d02a457043e7dd92ee36031 by George Florea Bănuș. Committed on 03/03/2023 at 11:10. Pushed by georgefb into branch 'master'. add File class for consistent local path handling M +1 -0 src/CMakeLists.txt M +14 -5 src/application.cpp A +36 -0 src/file.cpp [License: GPL(v3.0+)] A +56 -0 src/file.h [License: GPL(v3.0+)] https://invent.kde.org/multimedia/haruna/commit/91dc32928a1a8ee48d02a457043e7dd92ee36031 *** Bug 469559 has been marked as a duplicate of this bug. *** |