SUMMARY It is not possible to play music from the collections. The Timer is frozen at 0:28 and the duration at 6:03 no matter which song is clicked on. OBSERVED RESULT nothing is played EXPECTED RESULT I hear music SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20240110 KDE Plasma Version: 6.0.80 KDE Frameworks Version: 5.249.0 Qt Version: 6.6.1 Kernel Version: 6.6.10-1-default (64-bit) Graphics Platform: Wayland Processors: 20 × 13th Gen Intel® Core™ i7-13700H Memory: 62.5 GiB of RAM Graphics Processor: Mesa Intel® Graphics Manufacturer: TUXEDO Product Name: TUXEDO InfinityBook Pro Gen8 (MK1)
Created attachment 164812 [details] panel
Works for me. Can you write detailed steps to reproduce that shows how you made this happen?
I am doing nothing special 1. remove cache, config and elisa database to start from scratch 2. start elisa 3. go to Albums and select what you want 4. Nothing is played, progress bar is not clickable but shows the arrows to increase/decrease album art panel above using openSUSE Tumbleweed with the KDE unstable repos for plasma/frameworks and apps. using wayland
Hmm, still cannot reproduce. I suspect this will end up being caused by a packaging issue. Can you run `elisa` in a terminal window and paste the output that's printed there when you reproduce the bug?
localhost:~> elisa qt.qml.typeresolution.cycle: Cyclic dependency detected between "qrc:/qt/qml/org/kde/desktop/private/TextFieldContextMenu.qml" and "qrc:/qt/qml/org/kde/desktop/MenuItem.qml" file:///usr/lib64/qt6/qml/org/kde/kirigami/Page.qml:207: Error: Cannot assign QObject* to PageRow_QMLTYPE_77* file:///usr/lib64/qt6/qml/org/kde/kirigami/Page.qml:207: Error: Cannot assign QObject* to PageRow_QMLTYPE_77* qrc:/qml/ElisaMainWindow.qml:217:5: QML Settings: The Settings type from Qt.labs.settings is deprecated and will be removed in a future release. Please use the one from QtCore instead. org.kde.elisa.indexers.manager: Local file system indexer is inactive could not load multimedia backend "" QtMultimedia is not currently supported on this platform or compiler. Failed to initialize QMediaPlayer "Not available" org.kde.elisa.indexers.manager: Local file system indexer is active org.kde.elisa.indexers.manager: MusicListenersManager::startAndroidIndexing org.kde.elisa.indexers.manager: trigger init of local file indexer qrc:/qml/ElisaMainWindow.qml:356:9: QML ColumnLayout: Layout polish loop detected for QQuickColumnLayout(0x561d777d3a00, parent=0x561d777a7c40, geometry=0,0 1920x1135). Aborting after two iterations.
Ah, it appears to be issues with the QtMultimedia backend. You should be able to use the VLC backend by installing libvlc. *** This bug has been marked as a duplicate of bug 479130 ***
libvlc is already installed here
Them I guess it's not being used somehow? I'd recommend checking with your distro.
Just installing libvlc doesn't enable the VLC backend. Elisa needs to be compiled with libvlc for that to happen.