gmusicbrowser Forum

Main board => Questions => Topic started by: shamen456 on May 07, 2010, 19:22:37

Title: default cover
Post by: shamen456 on May 07, 2010, 19:22:37
is it possible to have an exemple of the use of a default cover for v1.1.5

i've tried with a nocover.png file located in a "nocover" folder located in .config/gmusicbrowser/layouts/ but i did not succeed...

PS : GMB is really the best musicplayer around....
Title: Re: default cover
Post by: Quentin Sculo on May 07, 2010, 20:34:20
Have you tried with an absolute path ? There was a bug in v1.1.5 that made relative path not work with the default option :
http://git.gmusicbrowser.org/commit/c590aa3f1a
Title: Re : default cover
Post by: shamen456 on May 08, 2010, 08:28:41
thank you...

it works perfectly with the absolute path...

Cover(default=/home/jacques/.config/gmusicbrowser/layouts/nocover/nocover.png)

Title: Re: Re : default cover
Post by: VastOne on February 01, 2011, 23:18:06
Quote from: shamen456 on May 08, 2010, 08:28:41
thank you...

it works perfectly with the absolute path...

Cover(default=/home/jacques/.config/gmusicbrowser/layouts/nocover/nocover.png)



Where and how would this be placed?  In a custom layout or in another file?
Title: Re: default cover
Post by: ochosi on February 02, 2011, 12:17:32
it goes into a layout-file
Title: Re: default cover
Post by: VastOne on February 02, 2011, 22:00:19
Thanks Ochosi

I added the following to a single line in my layout

Cover(default=/home/vastone/.config/gmusicbrowser/layouts/nocover/nocover.jpg)

confirmed the file is there, but nothing happens as a result.
Title: Re: default cover
Post by: lovecraft on February 03, 2011, 00:02:48
Using layout [Lists, Library & Context] :
HBText_Cover = _VBText 5-Cover(default=/home/xxxx/.config/gmusicbrowser/layouts/nocover.jpeg)
Title: Re: default cover
Post by: VastOne on February 03, 2011, 02:17:17
Quote from: lovecraft on February 03, 2011, 00:02:48
Using layout [Lists, Library & Context] :
HBText_Cover = _VBText 5-Cover(default=/home/xxxx/.config/gmusicbrowser/layouts/nocover.jpeg)


Thank you...That was just what I needed..

I appreciate it