Quote from: Quentin Sculo on April 06, 2010, 00:14:23
Can you start gmusicbrowser from a terminal, try to add a folder, and send me the output.
to capture the output, you can run it like that (assuming you're in the correct folder) :Code Select./gmusicbrowser.pl &>/tmp/output.log
(no space between "&" and ">", this captures both standard output and error output.)
this will save all the output in the file "/tmp/output.log".
you could also try to run a previous version, like 1.1.4, and see if it works.
to change version :Code Selectgit checkout v1.1.4
to return to master :Code Selectgit checkout master
btw, you don't need to delete "~/.config/gmusicbrowser/", you can simply add the option "-C /tmp/delme" to the command line, to use /tmp/delme instead of ~/.config/gmusicbrowser/gmbrc
Just to be safe, I did "rm -rf .config/gmusicbrowser"
Using a "gmusicbrowser" that was current on April 5th, here is the output when I run it from a terminal and attempt to add a folder:
[steve@localhost ~]$ gmusicbrowser
Creating folder /home/steve/.config/gmusicbrowser/
GStreamer::Interfaces perl module not found -> visuals not available
@Fields=album_shuffle replaygain_album_gain skipcount file grouping compilation replaygain_track_peak modif lastskip genre label title replaygain_album_peak album_artist samprate filetype bitrate missing added channel title_or_file size rating album_artist_raw lastplay shuffle playcount replaygain_track_gain extension track version path length artist album comment disc year barefilename fullfilename_raw artists first_artist album_picture album_years version_or_empty uri artist_picture rating_picture missingkey fullfilename at /usr/local/spu/spu-20100405/gmusicbrowser/bin/../share/gmusicbrowser/gmusicbrowser_songs.pm line 941.
Songs::SortList(SongArray=ARRAY(0x3a63cf0) shuffle)
sort (shuffle) : 0 s
SongArray_changed replace,
Songs::SortList(SongArray=ARRAY(0x3a63cf0) path album:i disc track file)
sort (path album:i disc track file) : 0 s
SongArray_changed replace,filter Filter=HASH(0x3d2f318)
Absolutely none of that output occurred after I added the folder...
As ususal, I added the directory to scan from the following menu: "Main | Settings | Library | Add folder"
I will try with an older version later...
Steven P. Ulrick