
The latest issue for me now seems to be scrolling does not work on the album artwork panel, but does everywhere else.
Right clicking freezes the application, while the music will still finish the remainder of the track.
But the random crashes have reduced dramatically.
Right clicking freezes the application, while the music will still finish the remainder of the track.
But the random crashes have reduced dramatically.

Extremely weirdly, it is not running fine most of the time. When I close the sound window, it crashes. I have yet to find out which other programs crash it, but its happening with some others too.

Quote from: hutber on September 17, 2025, 11:53:21Quote from: yves on September 16, 2024, 11:19:41Hello .
same problem everything works it find but freeze after a while
after some test i think the problem is about the search of missing covers
I don' think its this, I emptied my library and its still crashing.
I also triedQuotereplace line 4370 at \bin\gmusicbrowserwith no luck, if I work it out I'll post here for sure
I'm using 1.1.99.1 for info too.

Quote from: yves on September 16, 2024, 11:19:41Hello .
same problem everything works it find but freeze after a while
after some test i think the problem is about the search of missing covers
I don' think its this, I emptied my library and its still crashing.
I also tried
Quotereplace line 4370 at \bin\gmusicbrowserwith no luck, if I work it out I'll post here for sure

Oh really nice. KDEconnect does part of this already, but this is so much better :D

I've noticed that kid3 doesn't like the way multiple genres are managed by GMB. So much so that it will make it compliant by choosing one randomly and removing all others on save.
I'm guessing that it's because of some id3 specification which bars multiple genres.
I've also noticed that instead of multiple entries "Rock" "Progressive", a single genre entry subdivided by commas "Rock, Progressive" will work with both GMB and kid3. But GMB doesn't have this implemented and so adding a genre in files properties or the right click menu, creates a new genre rather than adding to the existing one with a comma.
It's not a big problem of course, just a hint to make GMB more perfect in case it's a trivial fix and you didn't know this.
So far I've worked around kid3 erasing my genres by adding and then removing a "temp" genre to an entire album/artist in GMB right after I save tags with kid3. This rewrites the genres to the files, as long as it's done before a refresh of the tags in GMB.
At any rate, thanks so much for this gem of a tool :D
I'm guessing that it's because of some id3 specification which bars multiple genres.
I've also noticed that instead of multiple entries "Rock" "Progressive", a single genre entry subdivided by commas "Rock, Progressive" will work with both GMB and kid3. But GMB doesn't have this implemented and so adding a genre in files properties or the right click menu, creates a new genre rather than adding to the existing one with a comma.
It's not a big problem of course, just a hint to make GMB more perfect in case it's a trivial fix and you didn't know this.
So far I've worked around kid3 erasing my genres by adding and then removing a "temp" genre to an entire album/artist in GMB right after I save tags with kid3. This rewrites the genres to the files, as long as it's done before a refresh of the tags in GMB.
At any rate, thanks so much for this gem of a tool :D

Quote from: manoel on August 12, 2025, 13:17:29Besides, I think all the lyrics gathered manually (by me and my daughter) during the years since the lyrics plugin stopped working have disappeared! I thought gMusicBrowser saved them at an external location to its folders, in a local directory accesible by other programs or to be edited externally... but now it seems that it was saved under its own subdirectories and now all the lyrics are gone when the Ubuntu upgrade removed the sofware :-((((
I have to apologize and correct myself. It's strange that "find" command didn't find them, but they are under my home directory in /.lyrics folder, stored in one folder per artist, and in .lyric format which seems to be just another extenstion for TXT files. I found out about this possible location reading about rhythmbox storing lyrics there, so I looked there just in case... and bingo! It's a good thing that various programs use the same format and location.
So I guess that if I manage to reinstall under Ubuntu 22.04 the gMusicBrowser will find them again.

Quote from: karu on August 09, 2025, 14:27:10I found a solution for the freeze:
replace line 4370 at \bin\gmusicbrowser
redo if grep $_, @toobig;
by
#redo if grep $_, @toobig;
redo if $_ && grep $_, @toobig;
Hi.
I'm on Mint 22.1 Cinnamon.
It works for me! No more freezes!
Thank you

Besides, I think all the lyrics gathered manually (by me and my daughter) during the years since the lyrics plugin stopped working have disappeared! I thought gMusicBrowser saved them at an external location to its folders, in a local directory accesible by other programs or to be edited externally... but now it seems that it was saved under its own subdirectories and now all the lyrics are gone when the Ubuntu upgrade removed the sofware :-((((
I think it's always a good software design principle to separate programs from data.
I think it's always a good software design principle to separate programs from data.

Hi, I've just upgraded from 20.04 LTS to 22.04 LTS and seen that gMusicBrowser has been removed by the upgrade process. What is the reason for that? Should I reinstall it?
Thanks.
Thanks.