gmusicbrowser Forum

Main board => Questions => Topic started by: gdedas on August 31, 2024, 05:20:56

Title: gmusicbrowser and Ubuntu 24.04
Post by: gdedas on August 31, 2024, 05:20:56
Hello,

has anyone managed to run gmusic in ubuntu 24? In my case it works only for a few seconds and then stops responding. thanks!
Title: Re: gmusicbrowser and Ubuntu 24.04
Post by: yves on September 16, 2024, 11:19:41
Hello .
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
Title: Re: gmusicbrowser and Ubuntu 24.04
Post by: karu on October 21, 2024, 12:53:29
Hello,

similar problem with Linux Mint 22.1 Cinnamon and XFCE. Everything works fine until I use the right mouse button,then GMB freeze.
GMB on Zorin 17.2 also based on Ubuntu 24.4 works fine, no freeze at all.
Title: Re: gmusicbrowser and Ubuntu 24.04
Post by: yves on November 23, 2024, 19:38:53
unchecking in the Configuration menu
«Current song must always be in the playlist»
seems to avoid the freeze
Title: Re: gmusicbrowser and Ubuntu 24.04
Post by: karu on August 09, 2025, 14:27:10
I 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;
Title: Re: gmusicbrowser and Ubuntu 24.04
Post by: manoel on August 12, 2025, 10:15:32
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.
Title: Re: gmusicbrowser and Ubuntu 24.04
Post by: manoel on August 12, 2025, 13:17:29
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.
Title: Re: gmusicbrowser and Ubuntu 24.04
Post by: rude on August 12, 2025, 15:33:01
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
Title: Re: gmusicbrowser and Ubuntu 24.04
Post by: manoel on August 13, 2025, 11:07:44
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.