[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 Matthieu Gallien changed: What|Removed |Added Status|ASSIGNED|RESOLVED Latest Commit||https://invent.kde.org/kde/ ||elisa/commit/0c042a86095fdf ||8550ca1211dd9d5db73156b34b Resolution|--- |FIXED --- Comment #13 from Matthieu Gallien --- Git commit 0c042a86095fdf8550ca1211dd9d5db73156b34b by Matthieu Gallien. Committed on 22/01/2020 at 21:38. Pushed by mgallien into branch 'release/19.12'. allow database to contain and get tracks without metadata display only the filename I plan to add on top the work done by astippich that uses a sligthly different approach the tests are KO the tracks without metadata are imported again and again. Needs fixing. use url everywhere we refer to tracks or radios allow to handle tracks without databaseId like the case of a track without metadata M +72 -2autotests/databaseinterfacetest.cpp M +131 -93 src/databaseinterface.cpp M +2-1src/models/alltracksproxymodel.cpp M +23 -0src/models/datamodel.cpp M +45 -41 src/qml/DataListView.qml M +1-1src/qml/FileBrowserView.qml M +2-0src/qml/GridBrowserDelegate.qml M +1-0src/qml/GridBrowserView.qml M +14 -13 src/qml/ListBrowserDelegate.qml M +2-5src/qml/ListBrowserView.qml M +5-8src/qml/MediaTrackMetadataView.qml M +0-1src/qml/PlayListEntry.qml https://invent.kde.org/kde/elisa/commit/0c042a86095fdf8550ca1211dd9d5db73156b34b -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 --- Comment #12 from poperi...@tuta.io --- It still doesn't seem to be fixed in version 19.12.1-1 -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 pub...@redaril.me changed: What|Removed |Added CC||pub...@redaril.me -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 --- Comment #11 from poperi...@tuta.io --- No problem. I hope what I provided was helpful. -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 --- Comment #10 from Matthieu Gallien --- (In reply to poperigby from comment #9) > I compiled it from source and it seems to be working now. I did get a few > messages in my terminal when I ran it, but they don't seem to be affecting > the functionality. > > qrc:/qml/NavigationActionBar.qml:248:32: Invalid property assignment: string > expected - Assigning null to incompatible properties in QML is deprecated. > This will become a compile error in future versions of Qt. > : QML QQuickLayoutAttached: Binding loop detected for property > "preferredHeight" > org.kde.elisa.indexers.manager: Local file system indexer is inactive > org.kde.elisa.indexers.manager: Baloo indexer is unavailable > org.kde.elisa.indexers.manager: Baloo indexer is inactive > org.kde.elisa.database: begin creation of DatabaseVersion table > MediaPlayList::setPersistentState QMap(("currentTrack", QVariant(int, > 0))("playList", QVariant(QVariantList, ()))("randomPlay", QVariant(bool, > false))("repeatPlay", QVariant(bool, false))) > org.kde.elisa.indexers.manager: Baloo indexer is available > org.kde.elisa.indexers.manager: Baloo indexer is active > org.kde.elisa.indexers.manager: trigger init of baloo file indexer > org.kde.elisa.database: tracksAdded 2 > qrc:/qml/ContextView.qml:148:21: Unable to assign [undefined] to QString Thanks for the feedback. That is really appreciated. -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 --- Comment #9 from poperi...@tuta.io --- I compiled it from source and it seems to be working now. I did get a few messages in my terminal when I ran it, but they don't seem to be affecting the functionality. qrc:/qml/NavigationActionBar.qml:248:32: Invalid property assignment: string expected - Assigning null to incompatible properties in QML is deprecated. This will become a compile error in future versions of Qt. : QML QQuickLayoutAttached: Binding loop detected for property "preferredHeight" org.kde.elisa.indexers.manager: Local file system indexer is inactive org.kde.elisa.indexers.manager: Baloo indexer is unavailable org.kde.elisa.indexers.manager: Baloo indexer is inactive org.kde.elisa.database: begin creation of DatabaseVersion table MediaPlayList::setPersistentState QMap(("currentTrack", QVariant(int, 0))("playList", QVariant(QVariantList, ()))("randomPlay", QVariant(bool, false))("repeatPlay", QVariant(bool, false))) org.kde.elisa.indexers.manager: Baloo indexer is available org.kde.elisa.indexers.manager: Baloo indexer is active org.kde.elisa.indexers.manager: trigger init of baloo file indexer org.kde.elisa.database: tracksAdded 2 qrc:/qml/ContextView.qml:148:21: Unable to assign [undefined] to QString -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 --- Comment #8 from Matthieu Gallien --- (In reply to poperigby from comment #7) > (In reply to Matthieu Gallien from comment #6) > > (In reply to Matthieu Gallien from comment #5) > > > (In reply to poperigby from comment #4) > > > > (In reply to Matthieu Gallien from comment #3) > > > > > It looks like you have tracks without title metadata. Do you know if > > > > > this is > > > > > correct ? > > > > > > > > That would make sense. I got them using `youtube-dl`. > > > > > > A still not finished work in progress merge request to address exactly > > > that: > > > https://invent.kde.org/kde/elisa/merge_requests/13 > > > > > > I will keep you informed when this work can be tested. > > > > The merge request is ready to be tested. > > > > If you can test it, I would be really interested to know more about the > > result. > > How do I test it? Are you able to build from source ? In case yes, you can do the following: 1) go to this URL https://invent.kde.org/kde/elisa/merge_requests/13 2) click on the "Checkout branch" button and do the first step *) git fetch "g...@invent.kde.org:mgallien/elisa.git" "insertNoMetadataTracks" *) git checkout -b "mgallien/elisa-insertNoMetadataTracks" FETCH_HEAD 3) do a normal build from source (as explained here https://community.kde.org/Elisa) 4) execute the locally built version In case no, somebody else will test and provide feedback. No worry. -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 --- Comment #7 from poperi...@tuta.io --- (In reply to Matthieu Gallien from comment #6) > (In reply to Matthieu Gallien from comment #5) > > (In reply to poperigby from comment #4) > > > (In reply to Matthieu Gallien from comment #3) > > > > It looks like you have tracks without title metadata. Do you know if > > > > this is > > > > correct ? > > > > > > That would make sense. I got them using `youtube-dl`. > > > > A still not finished work in progress merge request to address exactly that: > > https://invent.kde.org/kde/elisa/merge_requests/13 > > > > I will keep you informed when this work can be tested. > > The merge request is ready to be tested. > > If you can test it, I would be really interested to know more about the > result. How do I test it? -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 --- Comment #6 from Matthieu Gallien --- (In reply to Matthieu Gallien from comment #5) > (In reply to poperigby from comment #4) > > (In reply to Matthieu Gallien from comment #3) > > > It looks like you have tracks without title metadata. Do you know if this > > > is > > > correct ? > > > > That would make sense. I got them using `youtube-dl`. > > A still not finished work in progress merge request to address exactly that: > https://invent.kde.org/kde/elisa/merge_requests/13 > > I will keep you informed when this work can be tested. The merge request is ready to be tested. If you can test it, I would be really interested to know more about the result. -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 Matthieu Gallien changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #5 from Matthieu Gallien --- (In reply to poperigby from comment #4) > (In reply to Matthieu Gallien from comment #3) > > It looks like you have tracks without title metadata. Do you know if this is > > correct ? > > That would make sense. I got them using `youtube-dl`. A still not finished work in progress merge request to address exactly that: https://invent.kde.org/kde/elisa/merge_requests/13 I will keep you informed when this work can be tested. -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 --- Comment #4 from poperi...@tuta.io --- (In reply to Matthieu Gallien from comment #3) > It looks like you have tracks without title metadata. Do you know if this is > correct ? That would make sense. I got them using `youtube-dl`. -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 Matthieu Gallien changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 --- Comment #3 from Matthieu Gallien --- (In reply to poperigby from comment #2) > Created attachment 124514 [details] > Terminal output when running Elisa w/ QT_LOGGING_RULES="*.elisa.*=true" Thanks for the data. It looks like you have tracks without title metadata. Do you know if this is correct ? I have a work in progress merge request about that. I will restart work on it and keep you informed. -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 poperi...@tuta.io changed: What|Removed |Added Attachment #124492|0 |1 is obsolete|| --- Comment #2 from poperi...@tuta.io --- Created attachment 124514 --> https://bugs.kde.org/attachment.cgi?id=124514&action=edit Terminal output when running Elisa w/ QT_LOGGING_RULES="*.elisa.*=true" -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 --- Comment #1 from Matthieu Gallien --- Thanks for the report. Thanks for taking time to fix this issue. Could you please post another log but with the following environment variable set: QT_LOGGING_RULES="*.elisa.*=true" That will activate much more log and will help understand what is going on. -- You are receiving this mail because: You are watching all bug changes.
[elisa] [Bug 415180] Elisa not detecting music
https://bugs.kde.org/show_bug.cgi?id=415180 poperi...@tuta.io changed: What|Removed |Added CC||poperi...@tuta.io -- You are receiving this mail because: You are watching all bug changes.