Columns UI appearance, Post a screenshot of your config! |
![]() ![]() |
Columns UI appearance, Post a screenshot of your config! |
Jan 6 2011, 07:11
Post
#1526
|
|
|
Group: Members Posts: 252 Joined: 25-September 08 Member No.: 58627 |
|
|
|
|
Jan 6 2011, 22:25
Post
#1527
|
|
|
Group: Members Posts: 40 Joined: 22-August 02 From: Macedonia Member No.: 3150 |
![]() Hey, this is nice. How do you display the CD Cover/Case in the upper-right? -------------------- In the province of the mind, there are no limits.
|
|
|
|
Jan 7 2011, 07:44
Post
#1528
|
|
|
Group: Members Posts: 252 Joined: 25-September 08 Member No.: 58627 |
I'm using the outdated foo_uie_trackinfo_mod because it's the only such component I am capable of scripting with my limited skills
It starts with a case PNG, then puts up the album art, then overlays a second PNG for the glare. I got the case PSD from these forums someplace, you could find it with a bit of searching. |
|
|
|
Jan 7 2011, 10:02
Post
#1529
|
|
|
Group: Members Posts: 4 Joined: 7-January 11 Member No.: 87126 |
This is how mine looks at the moment, but there are still a few things I'd like to do. I'm a big fan of having as much useful information on display as possible, so minimal space is wasted with album covers etc
|
|
|
|
Jan 9 2011, 03:08
Post
#1530
|
|
![]() Group: Members Posts: 6 Joined: 30-October 07 Member No.: 48326 |
|
|
|
|
Jan 9 2011, 13:56
Post
#1531
|
|
|
Group: Members Posts: 40 Joined: 22-August 02 From: Macedonia Member No.: 3150 |
I'm using the outdated foo_uie_trackinfo_mod because it's the only such component I am capable of scripting with my limited skills It starts with a case PNG, then puts up the album art, then overlays a second PNG for the glare. I got the case PSD from these forums someplace, you could find it with a bit of searching. Could you PLEASE share the code and case/glare images? I installed the component but could only get some text information for now. Thank you. -------------------- In the province of the mind, there are no limits.
|
|
|
|
Jan 10 2011, 01:36
Post
#1532
|
|
|
Group: Members Posts: 6 Joined: 10-January 11 Member No.: 87205 |
This is how mine looks at the moment, but there are still a few things I'd like to do. I'm a big fan of having as much useful information on display as possible, so minimal space is wasted with album covers etc ![]() May you tell me how you did that bitrate column? Looks quite good overall, very clean and you can see everything you need at a glance. |
|
|
|
Jan 10 2011, 21:57
Post
#1533
|
|
|
Group: Members Posts: 24 Joined: 13-April 09 Member No.: 68925 |
![]() Wow, this is awesome! Would you be willing to post your config files? +infinity Did you do any scripting or anything for that layout, or is it something I'll be able to stumble in to with components+time? I really want to use something very similar to that now. |
|
|
|
Jan 10 2011, 22:32
Post
#1534
|
|
|
Group: Members Posts: 7 Joined: 25-July 10 Member No.: 82518 |
|
|
|
|
Jan 11 2011, 01:12
Post
#1535
|
|
|
Group: Members Posts: 14 Joined: 8-January 11 From: British Columbia Member No.: 87160 |
Still working on it, but I have all the important stuff done.
![]() Here's my rating script. Works for columns and filters. Reads from the RATING tag, takes values from 0 to 100. So if you want to give a song a 3.5 star rating, you put 70 in the tag. CODE $if(%rating%,$ifgreater(%rating%,4,$repeat($char(10),$put(r,$div($add(%rating%,5),10)))
$repeat(★,$div($get(r),2))$ifequal($mod($get(r),2),1,½,),$char(13)),unrated) This post has been edited by notwa: Jan 11 2011, 01:14 |
|
|
|
Jan 11 2011, 03:34
Post
#1536
|
|
|
Group: Members Posts: 19 Joined: 18-December 10 Member No.: 86623 |
![]() I've just started with Foobar after using Winamp for almost a decade. Functionality's great, but the main problem is that I'm having a hard time getting used to the simple & ugly GUI. I don't really know anything about Foobar customization, but your layout pretty much seems like everything I would need (ok, maybe lyrics instead of artist bio) in one awesome looking package. Would you be so kind as to share your configuration files, as others have requested it? Maybe even make it a little bit idiot proof for me in advance. It would be greatly appreciated. |
|
|
|
Jan 11 2011, 08:10
Post
#1537
|
|
|
Group: Members Posts: 252 Joined: 25-September 08 Member No.: 58627 |
to those interested in my config: i'm moving house tomorrow (to another continent) so i'm a bit swamped. it'll be a while before i can get my config ready for sharing.
in the meantime here are some resources. much of the playlist script was adapted from a config called Whiteout posted a while back by Dirhael http://www.hydrogenaudio.org/forums/index....st&p=643177 the case image used in the now playing was uploaded by Falstaff/Br3tt http://www.hydrogenaudio.org/forums/index....st&p=470964 it's a pretty straightforward config if you know title formatting, nothing too revolutionary. but it is very much tied to the specific and sometimes unconventional way i tag my music, so even if i get it uploaded it will require a lot of tweaking before it will work for you. just saying |
|
|
|
Jan 11 2011, 08:27
Post
#1538
|
|
![]() Group: Members Posts: 6 Joined: 30-October 07 Member No.: 48326 |
to those interested in my config: i'm moving house tomorrow (to another continent) so i'm a bit swamped. it'll be a while before i can get my config ready for sharing. in the meantime here are some resources. much of the playlist script was adapted from a config called Whiteout posted a while back by Dirhael http://www.hydrogenaudio.org/forums/index....st&p=643177 the case image used in the now playing was uploaded by Falstaff/Br3tt http://www.hydrogenaudio.org/forums/index....st&p=470964 it's a pretty straightforward config if you know title formatting, nothing too revolutionary. but it is very much tied to the specific and sometimes unconventional way i tag my music, so even if i get it uploaded it will require a lot of tweaking before it will work for you. just saying Thanks for the response! The parts I was particularly interested in were the stuff you seemed to be pulling from last-fm (the bios and whatever that other tab is for). How did you do that? And in the lyrics tab, is that pulled from the tags or dynamically being scraped from the web? |
|
|
|
Jan 11 2011, 09:59
Post
#1539
|
|
|
Group: Members Posts: 252 Joined: 25-September 08 Member No.: 58627 |
last.fm stuff comes from marc2003's excellent package of sample configs for WSH Panel Mod
http://www.hydrogenaudio.org/forums/index....st&p=738471 for lyrics i use foo_uie_lyrics_panel |
|
|
|
Jan 11 2011, 22:19
Post
#1540
|
|
|
Group: Members Posts: 2 Joined: 11-January 11 Member No.: 87252 |
to those interested in my config: i'm moving house tomorrow (to another continent) so i'm a bit swamped. it'll be a while before i can get my config ready for sharing. in the meantime here are some resources. much of the playlist script was adapted from a config called Whiteout posted a while back by Dirhael http://www.hydrogenaudio.org/forums/index....st&p=643177 the case image used in the now playing was uploaded by Falstaff/Br3tt http://www.hydrogenaudio.org/forums/index....st&p=470964 it's a pretty straightforward config if you know title formatting, nothing too revolutionary. but it is very much tied to the specific and sometimes unconventional way i tag my music, so even if i get it uploaded it will require a lot of tweaking before it will work for you. just saying I wanna thank you already for this Name: Quick Search Toolbar. Can anyone help me out. Edit: Nevermind I solved it This post has been edited by Px3L: Jan 11 2011, 22:23 |
|
|
|
Jan 12 2011, 04:42
Post
#1541
|
|
|
Group: Members Posts: 7 Joined: 25-July 10 Member No.: 82518 |
|
|
|
|
Jan 13 2011, 13:36
Post
#1542
|
|
|
Group: Members Posts: 11 Joined: 27-December 10 Member No.: 86815 |
dark and simple
|
|
|
|
Jan 15 2011, 23:56
Post
#1543
|
|
|
Group: Members Posts: 55 Joined: 13-March 07 Member No.: 41449 |
fullscreen config I whipped up. I went for a clean minimal interface (no button/panel switchovers) with some color coordination...
|
|
|
|
Jan 16 2011, 21:29
Post
#1544
|
|
![]() Group: Members Posts: 2771 Joined: 12-November 06 Member No.: 37463 |
Spotifoo 1.2.0 - CUI config
![]() download and information on my DA page This post has been edited by Falstaff: Jan 16 2011, 21:31 -------------------- http://br3tt.online.fr/
|
|
|
|
Jan 18 2011, 22:27
Post
#1545
|
|
|
Group: Members Posts: 10 Joined: 16-August 10 Member No.: 83129 |
My new skin. Simple, nothing fancy.
![]()
|
|
|
|
Jan 19 2011, 13:43
Post
#1546
|
|
|
Group: Members Posts: 40 Joined: 22-August 02 From: Macedonia Member No.: 3150 |
OK, here's my take. All best.
-------------------- In the province of the mind, there are no limits.
|
|
|
|
Jan 19 2011, 18:58
Post
#1547
|
|
|
Group: Members Posts: 8 Joined: 31-January 09 From: Buenos Aires Member No.: 66435 |
Here's mine, I made it in 10 hours
im not an expert on theming. I would like to change the color of the windows (i mean to that gray that separates the panels) It uses: peakmeter spectrum NG playlist lyric show 2 buttons (added by me , edited in PS) artwork view
This post has been edited by brianmel: Jan 19 2011, 19:02 |
|
|
|
Jan 23 2011, 23:39
Post
#1548
|
|
![]() Group: Members Posts: 328 Joined: 27-September 08 From: Zagreb Member No.: 58696 |
|
|
|
|
Jan 24 2011, 00:01
Post
#1549
|
|
|
Group: Members Posts: 1 Joined: 22-January 11 Member No.: 87531 |
|
|
|
|
Jan 25 2011, 18:17
Post
#1550
|
|
|
Group: Members Posts: 5 Joined: 25-January 11 Member No.: 87660 |
![]() Thats a skin I'm working on at the moment, I'm new to FooBar and FooBar coding, so alot of the design came from other skins I liked, and so did a small amount of the code ^.^ as of current it's about 50% completed. All the + symbols do things, on the top row it displays the "information panel" that has the lyrics, bio, review etc. The +'s at the bottom hides parts of the layout such as the flipper view, album view, and the leftmost one changes the layout of the library into a normal view for easy organisation. When I'm done I'll upload the config files |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 23rd May 2013 - 08:59 |