#1 2007-03-20 21:21:23

jclim00
Titmouse

Foobar layout based on GSM

Found the amazing VS suite a couple of days ago on this site and decided to make a more or less full featured foobar layout around it :)

download here

Hydrogenaudio PUI thread

Click for animated

http://xs413.xs.to/xs413/07123/foobargsmth.jpghttp://img2.freeimagehosting.net/uploads/3ae0422465.gif

http://xs313.xs.to/xs313/07135/foobarlibraryth.gif

* PLUGINS REQUIRED

foo_ui_columns
foo_ui_panels UPDATE TO NEWEST VERSION 0.9.2
foo_uie_albumlist
foo_uie_playlists_dropdown
foo_uie_vis_egoh
foo_cwb_hooks

* PLUGINS OPTIONAL

foo_uie_wsh_panel
foo_lyricsdb
foo_playcount

* FONTS REQUIRED

Calibri
AvantGarde LT Medium
AvantGarde LT Medium caps
(the avantgarde fonts are bundled in this VS)

* RECOMMENDED THEME

GSM VS - http://www.geeessemm.com/
This layout blends seamlessly with any of the dark GSM themes in the suite, but will work fine with other themes. The only component that will look out of place is the playlist dropdown, there is a small border that uses the system colors that cannot be changed.

For installation directions and other stuff, see the readme!

Updated April 4 07

Update and stuff

http://customize.org/foobar/skins/49092

0.2.2

+ bugfixes
+ scpl background color changes with color scheme
+ tinkered around with button graphics/behavior
+ scpl singles/album mode consolidated into one panel
+ changing between modes is now done via right click - group/sort

Please read the readme if you're still having problems with the grouping defaulting to singles mode.

Last edited by jclim00 (2007-04-04 10:17:13)

Offline

 

#2 2007-03-20 21:27:53

Greg
Space Sex

Re: Foobar layout based on GSM

Nice! Be sure to ask permission from the author before you publicaly distribute it.

Welcome to GSM!

Offline

 

#3 2007-03-20 21:30:28

ego
I'm lovin' it.

Re: Foobar layout based on GSM

thats pretty

Offline

 

#4 2007-03-20 21:33:56

licorice allsorts
flip my switch pls

Re: Foobar layout based on GSM

Enceladus wrote:

Nice! Be sure to ask permission from the author before you publicaly distribute it.

Welcome to GSM!

If I'm not mistaken, he IS the author.

Great work!

Offline

 

#5 2007-03-20 21:43:50

brody
ahhhhh hell naw

Re: Foobar layout based on GSM

Enceladus wrote:

Nice! Be sure to ask permission from the author before you publicaly distribute it.

Welcome to GSM!

You dumb.

Offline

 

#6 2007-03-20 22:16:28

Greg
Space Sex

Re: Foobar layout based on GSM

er... I missread the post. Well awesome job.

aero wrote:

Enceladus wrote:

Nice! Be sure to ask permission from the author before you publicaly distribute it.

Welcome to GSM!

You dumb.

I'm going to kill you.

srsly.

Last edited by Enceladus (2007-03-20 22:16:56)

Offline

 

#7 2007-03-21 03:00:28

hellhound
Titmouse

Re: Foobar layout based on GSM

That looks awesome I'd say.

Offline

 

#8 2007-03-21 04:05:53

MAD
is SO tight

Re: Foobar layout based on GSM

yummy...nice to see some of you crazy foobar coders around here :D
iirc you helped me on hydrogen with my config ...thx for that!

Offline

 

#9 2007-03-21 04:38:00

circa
Admin

Re: Foobar layout based on GSM

You should try and do a white version of it as well.

Offline

 

#10 2007-03-21 09:50:15

jclim00
Titmouse

Re: Foobar layout based on GSM

Updated first post with linky and instructions. Hope you guys enjoy using it as much as I did making it :) I'll work on a white theme for the lighter configs sometime this week.

Offline

 

#11 2007-03-21 12:31:25

doneld
Titmouse

Re: Foobar layout based on GSM

great!

Offline

 

#12 2007-03-21 17:42:57

antimatter
possibly flippant

Re: Foobar layout based on GSM

That's one of the slickest, yet still appealing, Foobar dealios I've ever seen. Usually, the fancy ones are a bit too fancy for me, but damned if that don't look swank. Nice job.

Offline

 

#13 2007-03-21 21:55:59

jclim00
Titmouse

Re: Foobar layout based on GSM

Thanks for the input :) I was trying to find a good balance between having all the features I need, a compact layout, and eye candy. Most of the configs I've seen take up too much desktop real estate or are too minimalistic and just have the basic playlist+buttons.

Offline

 

#14 2007-03-21 22:21:42

ego
I'm lovin' it.

Re: Foobar layout based on GSM

MAD wrote:

yummy...nice to see some of you crazy foobar coders around here :D

yep

Offline

 

#15 2007-03-22 03:40:14

hellhound
Titmouse

Re: Foobar layout based on GSM

I'll sure be using this .. if I get it to work (not very good at these Foobar things)

EDIT: I got everything working, just not the covers. How do I manage that?

Last edited by hellhound (2007-03-22 04:34:52)

Offline

 

#16 2007-03-22 07:29:39

jclim00
Titmouse

Re: Foobar layout based on GSM

How do you manage your album art? Is it saved to an external file, and if so is it in a separate directory organized into artist - album.jpg, etc, or located in the directory of the mp3?

If it's the first case, make sure this line in your panels_ui layout globals exists

$puts(coverPath,$replace(C:\Covers\%artist% - %album%.jpg))

and change it to point to the directory of your album art. That example will fetch for example, 'C:\Covers\Silver Jews - Tanglewood Numbers.jpg'. The name of the file must be EXACTLY how it is in the tag of the file for it to work.


The easier way is to use

$puts(coverPath,$replace(%path%,%filename_ext%,folder.png))

and change folder.png to whatever standard name you use to save album art. This works by finding the directory of the mp3 and searching for folder.png in that directory.

If your art is embedded into your mp3 file in the id3v2 tag, you're out of luck. Foobar does not have a component to retrieve that, I think because the embedding process is a hack and breaks the id3v2 standards (go go itunes).

Offline

 

#17 2007-03-22 11:30:54

MAD
is SO tight

Re: Foobar layout based on GSM

http://kempele.fi/~skyostil/projects/albumart/  <---good tool for the cover stuff!

Offline

 

#18 2007-03-22 15:05:55

hellhound
Titmouse

Re: Foobar layout based on GSM

It worked, you guys rock !

Last edited by hellhound (2007-03-22 15:07:49)

Offline

 

#19 2007-03-22 15:37:21

jclim00
Titmouse

Re: Foobar layout based on GSM

preview of the white layout. still working on converting the buttons but should be done tonight or tomorrow :D

http://xs413.xs.to/xs413/07124/foowhitegsm.gif

Offline

 

#20 2007-03-22 19:43:34

ego
I'm lovin' it.

Re: Foobar layout based on GSM

i totally dig the white one

Offline

 

#21 2007-03-23 08:24:58

jclim00
Titmouse

Re: Foobar layout based on GSM

New update with the white layout and other shtuffs.

Offline

 

#22 2007-03-23 08:29:28

ego
I'm lovin' it.

Re: Foobar layout based on GSM

that's totally hot

i'll add to the front page with the rest of the suite.


it would be nice if you upload to customize.org too andadd it to the bundle :D

Offline

 

#23 2007-03-23 08:48:28

Greg
Space Sex

Re: Foobar layout based on GSM

Excellent!

Offline

 

#24 2007-03-23 10:09:41

jclim00
Titmouse

Re: Foobar layout based on GSM

egolatra wrote:

that's totally hot

i'll add to the front page with the rest of the suite.


it would be nice if you upload to customize.org too andadd it to the bundle :D

That'd be awesome. I made a customize.org account and uploaded it, not sure how to get it bundled though. http://customize.org/foobar/skins/49092

Offline

 

#25 2007-03-23 10:13:46

circa
Admin

Re: Foobar layout based on GSM

Is there a default cd cover image, in case you don't have one for that cd?

Offline

 

#26 2007-03-23 10:15:51

ego
I'm lovin' it.

Re: Foobar layout based on GSM

jclim00 wrote:

egolatra wrote:

that's totally hot

i'll add to the front page with the rest of the suite.


it would be nice if you upload to customize.org too andadd it to the bundle :D

That'd be awesome. I made a customize.org account and uploaded it, not sure how to get it bundled though. http://customize.org/foobar/skins/49092

http://customize.org/groups/topic/12386

Offline

 

#27 2007-03-23 10:17:12

jclim00
Titmouse

Re: Foobar layout based on GSM

There's a generic 250x250 no cover image in the images folder that you can replace to whatever you'd like. In the SCPL, if no cover is found the text just aligns itself left where the art would be.

Egolatra, I've added it to the GSM group, do I need to be friends with the bundle creator to add it to the bundle?

Last edited by jclim00 (2007-03-23 10:21:20)

Offline

 

#28 2007-03-23 12:40:26

hellhound
Titmouse

Re: Foobar layout based on GSM

egolatra wrote:

that's totally hot

i'll add to the front page with the rest of the suite.


it would be nice if you upload to customize.org too andadd it to the bundle :D

Could I add my AveTunes skin as well?

Offline

 

#29 2007-03-23 12:42:56

licorice allsorts
flip my switch pls

Re: Foobar layout based on GSM

jclim00 wrote:

There's a generic 250x250 no cover image in the images folder that you can replace to whatever you'd like. In the SCPL, if no cover is found the text just aligns itself left where the art would be.

Egolatra, I've added it to the GSM group, do I need to be friends with the bundle creator to add it to the bundle?

I added it to the bundle. :)

Offline

 

#30 2007-03-23 13:38:25

ego
I'm lovin' it.

Re: Foobar layout based on GSM

hellhound wrote:

egolatra wrote:

that's totally hot

i'll add to the front page with the rest of the suite.


it would be nice if you upload to customize.org too andadd it to the bundle :D

Could I add my AveTunes skin as well?

sure i'll make the thumbs and proper links later :)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson