Foobar Gallery, Everyone post your foobar |
![]() ![]() |
Foobar Gallery, Everyone post your foobar |
Jun 3 2007, 23:49
Post
#2701
|
|
|
Group: Members Posts: 7 Joined: 28-May 07 Member No.: 43780 |
|
|
|
|
Jun 6 2007, 17:10
Post
#2702
|
|
|
Group: Members Posts: 178 Joined: 31-May 07 Member No.: 43903 |
Here's my version of Lucky Luciano's black glass. I added the new Peak meter and a rating system.
This is the Browser Section... ![]() And this is the Listening screen....
|
|
|
|
Jun 7 2007, 00:45
Post
#2703
|
|
|
Group: Members Posts: 61 Joined: 20-December 06 Member No.: 38845 |
|
|
|
|
Jun 10 2007, 01:39
Post
#2704
|
|
|
Group: Members Posts: 178 Joined: 31-May 07 Member No.: 43903 |
Here's a preview of the new configuration I'm working on. I call it Panic Button, and it's a full screen config.
Very different from what I've seen around, but that's what I am going for. Any opinions would be appreciated! CLICK ME TO SEE If there's any interest, I would be happy to post the .pui setup when it's completely done. |
|
|
|
Jun 10 2007, 02:51
Post
#2705
|
|
![]() Group: Members Posts: 195 Joined: 3-September 06 Member No.: 34773 |
That is one crazy set up, Great job on it. Looks really good and eye catching.
|
|
|
|
Jun 10 2007, 04:15
Post
#2706
|
|
![]() Group: FB2K Moderator Posts: 4321 Joined: 1-November 06 From: Cincinnati Member No.: 37036 |
does maybe this thread need to be locked so that people know to use the newer thread?
-------------------- "It must be 'Take A Worm For A Walk' week!"
|
|
|
|
Jun 10 2007, 04:59
Post
#2707
|
|
|
Group: Members Posts: 178 Joined: 31-May 07 Member No.: 43903 |
does maybe this thread need to be locked so that people know to use the newer thread? Yeah, maybe it does. There are so many threads going on, it's difficult to know where to post anything at, especially if you happen to be a new member. I've already been given negative points for posting a question in the wrong sub-forum. I'd hate for that to happen again. I thought I was safe posting a link to what my new config looks like, in the thread that says it's a thread of foobar galleries....... Who knows, I'm still trying to find my way around here. /me shrugging shoulders...................... |
|
|
|
Jun 13 2007, 02:06
Post
#2708
|
|
![]() Group: Members Posts: 233 Joined: 9-May 06 From: Orlando,Florida Member No.: 30580 |
Here's my version of Lucky Luciano's black glass. I added the new Peak meter and a rating system. This is the Browser Section... ![]() And this is the Listening screen.... ![]() maranatha im interested in your skin or you config. , PUI i like what you did with it if you dont mine bro THANK YOU... |
|
|
|
Jun 13 2007, 04:19
Post
#2709
|
|
|
Group: Members Posts: 178 Joined: 31-May 07 Member No.: 43903 |
maranatha im interested in your skin or you config. , PUI i like what you did with it if you dont mine bro THANK YOU... Hi. It's not my original design, I only added the rating system and the new Peak Meter. If you'd like those two small codes, I'd be happy to give them to you. Do you have the configuration already installed and working? |
|
|
|
Jun 13 2007, 23:48
Post
#2710
|
|
![]() Group: Members Posts: 233 Joined: 9-May 06 From: Orlando,Florida Member No.: 30580 |
maranatha im interested in your skin or you config. , PUI i like what you did with it if you dont mine bro THANK YOU... Hi. It's not my original design, I only added the rating system and the new Peak Meter. If you'd like those two small codes, I'd be happy to give them to you. Do you have the configuration already installed and working? yeah please if you dont mind thank you . and the instruction of like where it goes or like which is the lines i have to change. THANK YOU VERY MUCH yeah everything is installed including the PEEKMETER... |
|
|
|
Jun 18 2007, 22:42
Post
#2711
|
|
![]() Group: Members Posts: 233 Joined: 9-May 06 From: Orlando,Florida Member No.: 30580 |
Maranatha im still waiting for that code that you was suppose to give me , i dont know what happen my friend maybe you forgot or you are to busy . Anyway thank you i guess is when you get the chance ...
|
|
|
|
Jun 18 2007, 23:26
Post
#2712
|
|
|
Group: Members Posts: 178 Joined: 31-May 07 Member No.: 43903 |
Maranatha im still waiting for that code that you was suppose to give me , i dont know what happen my friend maybe you forgot or you are to busy . Anyway thank you i guess is when you get the chance ... Hey, I'm really sorry, friend! I've been concentrating on other things the last couple of days, and to be honest, I just plain forgot. OK, here are the two sections of code you'll need to put rating ability on the Browse page and the Listen page. Placement is important! For the Browse page, you need to insert this code just below the ///CONFIGURATION PANEL section.... CODE ////////Equalizer Panel For BrowserPanel//// $panel(Equalizer,Peakmeter,18,420,212,32,) ///////////////////////////////////////////// ///CODE ADDED TO MAKE RATINGS ON BROWSER PAGE///// ////////////////////////////////////////////// // rating images $ifequal(%rating%,1, $button(820,70,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(820,70,0,0,34,24, $ifgreater(%rating%,1,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:1,) ) $ifequal(%rating%,2, $button(840,70,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(840,70,0,0,34,24, $ifgreater(%rating%,2,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:2,) ) $ifequal(%rating%,3, $button(860,70,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(860,70,0,0,34,24, $ifgreater(%rating%,3,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:3,) ) $ifequal(%rating%,4, $button(880,70,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(880,70,0,0,34,24, $ifgreater(%rating%,4,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:4,) ) $ifequal(%rating%,5, $button(900,70,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(900,70,0,0,34,24, $ifgreater(%rating%,5,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:5,) ) This is for the Listen page, and it is inserted right after the //////////// LEFT PANEL BUTTONS //////////// section..... CODE ////////Equalizer Panel For ArtPanel//// $panel(Equalizer,Peakmeter,400,635,212,32,) ///////////////////////////////////////////// ///CODE ADDED TO MAKE RATINGS ON ART PAGE///// ////////////////////////////////////////////// // rating images $ifequal(%rating%,1, $button(467,95,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(467,95,0,0,34,24, $ifgreater(%rating%,1,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:1,) ) $ifequal(%rating%,2, $button(487,95,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(487,95,0,0,34,24, $ifgreater(%rating%,2,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:2,) ) $ifequal(%rating%,3, $button(507,95,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(507,95,0,0,34,24, $ifgreater(%rating%,3,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:3,) ) $ifequal(%rating%,4, $button(527,95,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(527,95,0,0,34,24, $ifgreater(%rating%,4,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:4,) ) $ifequal(%rating%,5, $button(547,95,0,0,34,24,c:\Program Files\foobar20002\images\stars\star-on.png,,TAG:SET:Rating,), $button(547,95,0,0,34,24, $ifgreater(%rating%,5,c:\Program Files\foobar20002\images\stars\star-on.png,c:\Program Files\foobar20002\images\stars\star-off.png) ,,TAG:SET:Rating:5,) ) You'll have to change the c:\Program Files\foobar20002\images\stars\ section of each line to point to where you store the star.png images on your computer. That's pretty much it, and if you have any more questions, just let me know. I'm very happy to help! |
|
|
|
Jun 19 2007, 01:22
Post
#2713
|
|
![]() Group: Members Posts: 233 Joined: 9-May 06 From: Orlando,Florida Member No.: 30580 |
MARANATHA THANK YOU VERY MUCH dude...
|
|
|
|
Jun 19 2007, 01:58
Post
#2714
|
|
|
Group: Members Posts: 178 Joined: 31-May 07 Member No.: 43903 |
You're Welcome! Glad to be of help!
|
|
|
|
Jul 3 2007, 14:26
Post
#2715
|
|
![]() Group: Members Posts: 232 Joined: 8-October 04 Member No.: 17570 |
Lucky Luciano's black glass is awesome
|
|
|
|
Jul 3 2007, 21:49
Post
#2716
|
|
|
Group: Members Posts: 14 Joined: 9-June 07 Member No.: 44213 |
|
|
|
|
Jul 4 2007, 10:54
Post
#2717
|
|
|
Group: Members Posts: 75 Joined: 1-November 06 From: Stockholm Member No.: 37030 |
Here's mine that I made yesterday+today. Windows Live Messenger style
![]() when the icons are blue thats just because i tag song i like -------------------- http://www.last.fm/user/reld/
|
|
|
|
Jul 4 2007, 11:10
Post
#2718
|
|
|
Group: Members Posts: 146 Joined: 16-February 07 Member No.: 40674 |
hahaha
|
|
|
|
Jul 4 2007, 15:45
Post
#2719
|
|
|
Group: Members Posts: 44 Joined: 26-January 07 Member No.: 40013 |
|
|
|
|
Jul 4 2007, 15:55
Post
#2720
|
|
|
Group: Members Posts: 75 Joined: 1-November 06 From: Stockholm Member No.: 37030 |
dude you have to release that.. that is so f'n cool. Sure, ill just have to clear up the code a bit, and put in some settings right now the settings page only shows this
-------------------- http://www.last.fm/user/reld/
|
|
|
|
Jul 4 2007, 19:29
Post
#2721
|
|
|
Group: Members Posts: 525 Joined: 1-January 05 From: Boston Member No.: 18762 |
|
|
|
|
Jul 6 2007, 14:56
Post
#2722
|
|
![]() Group: Members Posts: 160 Joined: 11-July 03 From: UK Member No.: 7707 |
![]() Hope this is ok with you nutters -------------------- :Foobar 2000:
:MPC --standard: :iRiver H320 Rockboxed: |
|
|
|
Jul 7 2007, 02:21
Post
#2723
|
|
|
Group: Members Posts: 7 Joined: 28-May 07 Member No.: 43780 |
Mini Mode:
![]() Full:
|
|
|
|
Jul 9 2007, 00:26
Post
#2724
|
|
![]() Group: Members Posts: 233 Joined: 9-May 06 From: Orlando,Florida Member No.: 30580 |
is this a Br3tt config Modify looks very nice , nice work .
|
|
|
|
Jul 9 2007, 01:30
Post
#2725
|
|
|
Group: Members Posts: 36 Joined: 13-September 04 Member No.: 16983 |
I know everyone will hate it, but here is my foobar at the moment. I wanted a player that could sit at the top of the screen, and have yet to find one like that. And due to me not bothering to create anything original, and just to learn how to code for panels, I made this. Still need the option to be always on top, and a way of removing the title bar from popup windows, but apart from that it is getting there.
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 03:13 |