• Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Migration from opensuse

    Scheduled Pinned Locked Moved
    Technical Help
    4
    25
    1.9k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      silver-sun @philippeg
      last edited by

      @philippeg Maybe something with Qt6 then. On my older system I am limited to Qt5. I will be upgrading to Mint 20 or 21 soon. Will be interesting to see if I have any issues with that.

      1 Reply Last reply Reply Quote 0
      • P
        philippeg @philippeg
        last edited by

        @philippeg just done a test; on the same version of linux Minut i installed plasma ( kde ) destop ....then when i disconnect and reconnect with plasma i have the Dark theme

        P 1 Reply Last reply Reply Quote 0
        • P
          philippeg @philippeg
          last edited by

          @philippeg ok no hope for a solution with Strawberry ? I am not a dev but it seems to me like a bug ( the searching part ..)

          P 1 Reply Last reply Reply Quote 0
          • P
            philippeg @philippeg
            last edited by

            @philippeg https://forums.linuxmint.com/viewtopic.php?t=379749 seems need qt6

            P 1 Reply Last reply Reply Quote 0
            • P
              philippeg @philippeg
              last edited by

              @philippeg Who can answer to this issue ? It is clearly a bug , two if we need GT6 for the dark theme matter and the distribution don't allow it ...The most important bug is the one that does not allow to find all the songs during the search in my library, I cannot stay on version 1.0.11 forever and this calls into question the use of the tool

              jonasJ 1 Reply Last reply Reply Quote 0
              • jonasJ
                jonas @philippeg
                last edited by

                There are no changes to the collection watcher/scanner between version 1.0.11 and 1.0.14. But there was a big change to the collection model and query in version 1.0.13, it's the only thing that could explain changes to what songs are shown in the collection, or on search. But I don't see anything wrong, and strangely no-one else has reported similar problems.
                I'm guessing the song is still in the database, but not shown in the collection.
                On the collection toolbutton settings, is "Entire Collection" selected in "Show"?
                What "Group by" do you have set?
                If you query the database manually, does the song show up?
                In tools / Console, enter: select * from songs where title like '%example%';
                If possible, could you send me the entire strawberry.db file and a list of what songs are missing? That would be the easiest way for me to debug this, as I can't reproduce any issues here.

                P R 3 Replies Last reply Reply Quote 0
                • P
                  philippeg @jonas
                  last edited by

                  @jonas hI,
                  The of the db under the 1.0.11 is the double of the size under 1.0.14 .. i now for sure some folders of flac recors that miss under the 14, but not all ; i can send you the db under 1.0.11 and the db under 1.0.14 but a practical question hors i send to you theses informations ?

                  jonasJ 1 Reply Last reply Reply Quote 0
                  • R
                    rajm @jonas
                    last edited by

                    @jonas Maybe I'm confusing the issue, but it seems that this issue https://forum.strawberrymusicplayer.org/topic/963/collection-search-not-always-working/3?_=1676367650199 which I reported is similar?

                    jonasJ P 2 Replies Last reply Reply Quote 0
                    • jonasJ
                      jonas @philippeg
                      last edited by

                      @philippeg
                      If the songs disappear from disk, they are normally marked unavailable, not immediately removed from database, unless you have unchecked that option in the settings. So I can't explain why the size decreased. Did you run an integrity check of the DB? https://wiki.strawberrymusicplayer.org/wiki/Database_integrity_check

                      I suggest to check if the song is in the database and not marked unavailable, if it's not in the database, or marked unavailable, than the problem isn't the model/query, but elsewhere.
                      See: https://wiki.strawberrymusicplayer.org/wiki/Accessing_the_database

                      select url, unavailable from songs where title like '%example%';
                      

                      Replace "example" with something in the song title that would match the song you are looking for. Or replace title with album to check for a specific album.

                      P 2 Replies Last reply Reply Quote 0
                      • jonasJ
                        jonas @rajm
                        last edited by

                        @rajm
                        I don't know. Can you also manually query the DB and see if the songs are there or not.

                        R 1 Reply Last reply Reply Quote 0
                        • P
                          philippeg @rajm
                          last edited by

                          @rajm no i don't think so .. i have all teh checks and it is all good .. and i can access with the 1.0.11 version

                          1 Reply Last reply Reply Quote 0
                          • P
                            philippeg @jonas
                            last edited by

                            @jonas a bit complicated for me i am not a dev at all

                            1 Reply Last reply Reply Quote 0
                            • P
                              philippeg @jonas
                              last edited by

                              @jonas you proposed i sent you the db and informations on records missing and my question was how i am dooing that , sending you these informations ?

                              jonasJ 1 Reply Last reply Reply Quote 0
                              • P
                                philippeg @jonas
                                last edited by

                                @jonas I just did the following test: I generated the database with 1.0.11; I have all my recordings; I used exactly the same base but with 1.0.14 and there I am missing records...

                                1 Reply Last reply Reply Quote 0
                                • jonasJ
                                  jonas @philippeg
                                  last edited by

                                  @philippeg
                                  You can put the file in dropbox or a similar service and send me the link in private message here.

                                  1 Reply Last reply Reply Quote 0
                                  • R
                                    rajm @jonas
                                    last edited by

                                    @jonas In my case I think it's something to do with the grouping, I've set it to group by album and nothing is shown, if I change it to group by Album artist/Album tracks appear - I notice you ask about group settings above, am I misunderstanding the function of this setting?

                                    jonasJ 1 Reply Last reply Reply Quote 0
                                    • jonasJ
                                      jonas @rajm
                                      last edited by

                                      Is this possibly same as https://github.com/strawberrymusicplayer/strawberry/issues/1140

                                      jonasJ 1 Reply Last reply Reply Quote 0
                                      • jonasJ
                                        jonas @jonas
                                        last edited by

                                        The issue with compilation albums missing if the first group by is set to other than artist or album artist is fixed. I don't know if this is the same issue, as you didn't answer my question what group by is in use.
                                        If possible test with the latest from https://builds.strawberrymusicplayer.org/

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          philippeg @jonas
                                          last edited by

                                          @jonas with this latest build I find all my recordings; I erased the database and rebuilt from the musical recordings folders; I had already tried to delete the database and rebuild it with the previous version of 14 but without effect, it seems that this time it worked; the grouping used is genre, album, artist

                                          jonasJ 1 Reply Last reply Reply Quote 1
                                          • jonasJ
                                            jonas @philippeg
                                            last edited by

                                            @philippeg
                                            The problem was the model/query (querying songs from the database, not updating the database), so there is no need to start with a new database at all.

                                            P 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Powered by NodeBB | Contributors