How can I enable "haslyrics" and "haspicture"?
This recipe doesn't work properly: http://forum.gmusicbrowser.org/index.php?topic=791.msg3662#msg3662
I edited in gmusicbrowser_songs.pm both functions haslyrics() and haspicture():
This code seems to work. There are two new tags "Embedded lyrics" and "Embedded picture". But avtivate/deactivate failed. After restart both tags stay always deactivated. Activating, restarting and re-reading tags don't help. Property infos of both tags are always empty, although there are embedded lyrics or pictures in the files. Searching failed too.
My collection only contains tagged MP3 files. Displaying lyrics and pictures works fine.
I've installed latest deb-version 1.1.15 from your website, not from repository (Debian/Linux).
This recipe doesn't work properly: http://forum.gmusicbrowser.org/index.php?topic=791.msg3662#msg3662
I edited in gmusicbrowser_songs.pm both functions haslyrics() and haspicture():
Code Select
...
# disable=>1,
disable=>1, options => 'disable',
...
This code seems to work. There are two new tags "Embedded lyrics" and "Embedded picture". But avtivate/deactivate failed. After restart both tags stay always deactivated. Activating, restarting and re-reading tags don't help. Property infos of both tags are always empty, although there are embedded lyrics or pictures in the files. Searching failed too.
My collection only contains tagged MP3 files. Displaying lyrics and pictures works fine.
I've installed latest deb-version 1.1.15 from your website, not from repository (Debian/Linux).