Foobar Gallery, Everyone post your foobar |
![]() ![]() |
Foobar Gallery, Everyone post your foobar |
Jun 14 2005, 16:53
Post
#1101
|
|
![]() Group: Members Posts: 295 Joined: 27-March 04 Member No.: 13034 |
|
|
|
|
Jun 14 2005, 17:15
Post
#1102
|
|
![]() Group: Members Posts: 680 Joined: 11-July 03 From: Brno, Czech Rep. Member No.: 7705 |
QUOTE (Sandman2012 @ Jun 14 2005, 04:53 PM) Is that the Track info across the top there? I really like that idea of the big title across the top like that. yes, it is -------------------- info about my tag guesser script for foo_lua (preview version available):
http://www.hydrogenaudio.org/index.php?showtopic=16987 |
|
|
|
Jun 14 2005, 19:48
Post
#1103
|
|
![]() Group: Members Posts: 472 Joined: 16-February 05 Member No.: 19881 |
QUOTE ... i have 3 different track info panels (just hex-edited their guids). Do you mean you tweaked the dll so now you can have 3 different panels each one with its own tagz and formatting? I've been asking this many times......... |
|
|
|
Jun 14 2005, 20:54
Post
#1104
|
|
![]() Group: Members Posts: 680 Joined: 11-July 03 From: Brno, Czech Rep. Member No.: 7705 |
QUOTE (fabiospark @ Jun 14 2005, 07:48 PM) Do you mean you tweaked the dll so now you can have 3 different panels each one with its own tagz and formatting? I've been asking this many times......... yep. it's here if you want it, but it's easy to do that by yourself. only problem is that they all have same name, so it takes some time to learn which panel is which. there has been better version of 2nd track info panel, complete re-compile with changed name etc, but it's not working as it should. This post has been edited by mazy: Jun 14 2005, 20:56 -------------------- info about my tag guesser script for foo_lua (preview version available):
http://www.hydrogenaudio.org/index.php?showtopic=16987 |
|
|
|
Jun 15 2005, 01:37
Post
#1105
|
|
![]() Group: Members Posts: 308 Joined: 17-December 04 From: Vienna, Austria Member No.: 18729 |
New Player-Buttons with new icons, named "GANT Stock" and made by "Mattahan" <--- visit his page on deviantART
By this way, many thanks to him for this great work! ![]() Download ((((( Strictly4me ))))) |
|
|
|
Jun 15 2005, 03:46
Post
#1106
|
|
|
Group: Members Posts: 196 Joined: 17-February 05 Member No.: 19933 |
|
|
|
|
Jun 15 2005, 04:05
Post
#1107
|
|
|
Group: Members Posts: 60 Joined: 17-August 04 Member No.: 16353 |
|
|
|
|
Jun 15 2005, 08:10
Post
#1108
|
|
|
Group: Members Posts: 6 Joined: 15-June 05 Member No.: 22748 |
|
|
|
|
Jun 15 2005, 08:15
Post
#1109
|
|
|
Group: Members Posts: 1 Joined: 14-June 05 Member No.: 22740 |
Indeed, very nice setup, synth7.
I second mitchmalibu's request btw, what font are you using there? |
|
|
|
Jun 15 2005, 08:35
Post
#1110
|
|
![]() Group: Members Posts: 61 Joined: 10-May 05 Member No.: 21986 |
|
|
|
|
Jun 15 2005, 08:44
Post
#1111
|
|
|
Group: Members Posts: 229 Joined: 29-December 03 From: Columbus, Ohio Member No.: 10785 |
I like my foobar simplistic
http://www.rudefyet.com/foobar.jpg although i am thinking of changing some colors in the playist This post has been edited by rudefyet: Jun 15 2005, 08:45 |
|
|
|
Jun 15 2005, 09:15
Post
#1112
|
|
|
Group: Members Posts: 196 Joined: 17-February 05 Member No.: 19933 |
mitchmalibu and untl55, sure
Font: Arial Unicode MS 7pt Background: R: 48, G: 48; B: 53 CODE // Setup // $puts(discinfo,$trim($if(%disc%,'(''Disc '%disc%[' '''%discname%'']')',))) $puts(spacer,ffffffּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּּ$char(10)) $puts(spacer2,ּ ) $puts(headline,$rgb(255,255,255)) $puts(main,$rgb(208,128,16)) $puts(info,$rgb(185,185,185)) $puts(text,$rgb(255,255,255)) $puts(grayed,$rgb(150,150,150)) $puts(gaincolor,$rgb(110,170,210)) $puts(streamcolor,$rgb(120,210,110)) $puts(size,5) // Progress Bar $puts(progress_length,68) $puts(progress_color1,$rgb(208,128,16)) $puts(progress_color2,$rgb(195,195,195)) $puts(progress_char,■) $puts(progress_color1a,$blend($get(progress_color1),$rgb(0,0,0),1,4.5)) $puts(progress_color2a,$blend($get(progress_color2),$rgb(0,0,0),1,5.7)) $puts(progressbar, $puts(progress,$muldiv(%_time_elapsed_seconds%,$get(progress_length),%_length_seconds%)) $transition($repeat($get(progress_char),$get(progress)),$get(progress_color1a),$get(progress_color1)) $transition($repeat($get(progress_char),$sub($get(progress_length),$get(progress))),$get(progress_color2a),$get(progress_color2)) ) // OUTPUT // $get(info)Mode: $get(text)$caps(%_trackinfo_mode%)$char(10) $if(%_length%,$char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ 1080d0P R O G R E S S705123 ▪ 9a7030▪ d2aa6e▪$char(10),) $if(%_length%,$char(1)C$get(progressbar)$char(10),) $if(%_length%,$get(spacer),) $if(%_length%, $char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ 1080d0S O N G I N F O705123 ▪ 9a7030▪ d2aa6e▪$char(10), $char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ $get(streamcolor)S T R E A M I N F O705123 ▪ 9a7030▪ d2aa6e▪$char(10) ) $if(%title%,$get(spacer2)$get(info)'Title:' $get(main)$caps(%title%)$char(10),) $if(%artist%,$get(spacer2)$get(info)Artist: $get(text)$caps(%artist%)$char(10),) $if(%_length%,,$get(spacer2)$get(info)'Listened For:' $get(streamcolor)%_time_elapsed%$char(10)) $if(%_length%,,$get(spacer2)$get(info)'Bitrate:' $get(streamcolor)$if2($pad(%__bitrate_dynamic%,3)'kbps',$if2(%__bitrate%'kbps',))$char(10)) $if(%_length%,,$get(spacer2)$get(info)'Location:' $get(streamcolor)$replace(%_path_raw%,%_filename_ext%,)$char(10)) $if(%album%,$get(spacer2)$get(info)Album: $get(text)%album%[ $get(grayed)$get(discinfo)]$char(10),) $if(%tracknumber%,$get(spacer2)$get(info)Track: $get(text)$num(%tracknumber%,2)$char(10),) $if(%genre%,$get(spacer2)$get(info)Genre: $get(text)%genre%$char(10),) $if(%date%,$get(spacer2)$get(info)Date: $get(text)[%date%]$char(10),) $if(%_length%,$get(spacer),) $if(%_length%,$char(1)C$get(headline)d2aa6e▪ 9a7030▪ 705123▪ 1080d0S T A T I S T I C S 705123 ▪ 9a7030▪ d2aa6e▪$char(10),) $if(%__codec%,$get(spacer2)$get(info)Codec: $get(text)[%__codec%]$char(10),) $if(%__bitrate%,$get(spacer2)$get(info)Bitrate: $get(text)$if(%__lame_profile%,1080d0--%__lame_profile%,%__bitrate% Kbit/s) $get(grayed)['('%__lame_version%')']$char(10),) $if(%_time_total%,$get(spacer2)$get(info)Time: $get(text)%_time_elapsed% / %_time_total%$char(10),) $if(%__samplerate%,$get(spacer2)$get(info)Samplerate: $get(text)%__samplerate% Hz$char(10),) $if(%__replaygain_track_gain%,$get(spacer2)$get(info)Track Gain: $get(gaincolor)$cut(%__replaygain_track_gain%,$get(size)) dB$char(10),) $if(%__replaygain_album_gain%,$get(spacer2)$get(info)Album Gain: $get(gaincolor)$cut(%__replaygain_album_gain%,$get(size)) dB$char(10),) $if(%_filesize%,$get(spacer2)$get(info)Filesize: $get(text)$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),1000,1048576),3),2)' MB'$char(10),) $if(%__referenced_file%,$get(spacer2)$get(info)'CUE Reference:' $get(streamcolor)%__referenced_file%$char(10),) $get(spacer) // END // |
|
|
|
Jun 15 2005, 12:52
Post
#1113
|
|
![]() Group: Members Posts: 88 Joined: 13-April 04 Member No.: 13464 |
|
|
|
|
Jun 15 2005, 16:21
Post
#1114
|
|
|
Group: Members Posts: 1 Joined: 23-January 05 Member No.: 19233 |
|
|
|
|
Jun 15 2005, 17:11
Post
#1115
|
|
|
Group: Members Posts: 6 Joined: 15-June 05 Member No.: 22748 |
CODE //////////////////////////////// //Colors, etc. //////////////////////////////// $puts(info_box_size,34) $puts(default_color,ffffff) $puts(leading_color,949494) $puts(heading_color_l,ffffff) $puts(heading_color_r,ffffff) $puts(is_playing_color,ffffff) $puts(len,43) $puts(music,♪) ///////Song // $transition( $repeat(,$add($get(info_box_size),4)),$get(heading_color_l),$get(heading_color_r)) // $char(10)$char(10) $get(leading_color)• TITLE: $get(is_playing_color)$replace(%title%,'(',6c8e93'(',')',')'$get(is_playing_color),'[',6c8e93'[',']',']'$get(is_playing_color))$char(10) $get(leading_color)• ARTIST: $get(default_color)%artist%$char(10) $get(leading_color)• ALBUM: $get(default_color)$iflonger(%album%,33,$cut(%album%,29)...,%album%) $if(%disc%,949494CD%disc%,)$char(10) $get(leading_color)• DATE: $get(default_color)%date%$char(10)$get(leading_color) $get(leading_color)• GENRE: $get(default_color)%genre%$char(10) // $char(10) ///////Tech // $transition(Tech Info $repeat(,$add($get(info_box_size),4)),$get(heading_color_l),$get(heading_color_r)) // $char(10)$char(10) $get(leading_color)• CODEC: $get(default_color)%__codec% $get(leading_color)$char(10) $get(leading_color)• BITRATE: $get(default_color)$if(%__lame_profile%,97cddd--%__lame_profile%,%__bitrate% 949494kbps)$char(10) $get(leading_color)• FILESIZE: $get(default_color)$div(%_filesize%,1048576).$left($num($muldiv($mod(%_filesize%,1048576),100,1048576),2),2)' 949494MB'$char(10) // $get(leading_color)FILENAME: $get(default_color)$ifgreater($len(%_filename_ext%),$sub($get(len),14),…$right(%_filename_ext%,$sub($get(len),14)),%_filename_ext%)$char(10) // $get(leading_color)CHANNELS: $get(default_color)$caps($if($stricmp($codec(),MP3),%__mp3_stereo_mode%,$channels())) $get(heading_color_l)$if(%__samplerate%,%__samplerate% Hz,)$char(10) $get(leading_color)• LENGTH: $get(default_color)[%_time_elapsed% / ][%_length%] [949494'('%_time_remaining%')']$char(10) $progress2(%_time_elapsed_seconds%, %_time_total_seconds%, 19,ffffff'█',9a9a9a'█') just a modded version of someone else's. but i'm glad someone likes my config This post has been edited by emei: Jun 15 2005, 17:21 |
|
|
|
Jun 15 2005, 19:29
Post
#1116
|
|
![]() Group: Members Posts: 184 Joined: 10-July 04 Member No.: 15291 |
|
|
|
|
Jun 15 2005, 20:15
Post
#1117
|
|
|
Group: Members Posts: 60 Joined: 17-August 04 Member No.: 16353 |
thanks a lot synth7
|
|
|
|
Jun 15 2005, 20:19
Post
#1118
|
|
![]() Group: Members Posts: 913 Joined: 10-January 05 Member No.: 18979 |
QUOTE (mazy @ Jun 14 2005, 02:54 PM) QUOTE (fabiospark @ Jun 14 2005, 07:48 PM) Do you mean you tweaked the dll so now you can have 3 different panels each one with its own tagz and formatting? I've been asking this many times......... yep. it's here if you want it, but it's easy to do that by yourself. only problem is that they all have same name, so it takes some time to learn which panel is which. there has been better version of 2nd track info panel, complete re-compile with changed name etc, but it's not working as it should. 1) rename the dll to trackinf2.dll 2) around offset #6990, change "trackinfo.dll" to "trackinf2.dll" 3) around offset #6B10, change "Track info panel" to "Track info pnl-2" 4) around offset #6CA8, change "Track info" to "Track inf2" - repeat process for panel # 3 ...etc. - then the additional panels have new names in the menus ... works great |
|
|
|
Jun 15 2005, 21:04
Post
#1119
|
|
![]() Group: Members Posts: 959 Joined: 27-May 05 Member No.: 22329 |
My foo: now in red.
Yeah, I'm happy because my win box looks like a copy of Knoppix STD (bblean + Twice style). Ala.. ![]() moderation: please refrain from inlining images larger than roughly 800x600 and 80KB. please use thumbnails and/or links for large pictures instead. try PNG instead of JPEG for smaller filesize. -------------------- hi
|
|
|
|
Jun 15 2005, 21:21
Post
#1120
|
|
![]() Group: Members Posts: 88 Joined: 13-April 04 Member No.: 13464 |
QUOTE (eliazu @ Jun 15 2005, 10:29 AM) QUOTE (Kenny @ Jun 15 2005, 05:21 PM) QUOTE (blammo @ Jun 15 2005, 12:52 PM) wow nice! could you plz zip and upload your foobar-folder (without playlists folder)? foobar is standalone so i can get your complete settings. i can give you ftp access if needed i would like that too. Sorry! I dont think the Foobar licence allows me to distribute my Foobar folder. However if you are interested I could try and post my Playlist tree and Columns IU configs. This post has been edited by blammo: Jun 15 2005, 22:34 |
|
|
|
Jun 16 2005, 04:18
Post
#1121
|
|
|
Group: Members Posts: 152 Joined: 28-December 03 Member No.: 10759 |
QUOTE However if you are interested I could try and post my Playlist tree and Columns IU configs. Yes, please. I would like that--especially the Playlist tree. I thinks its the .col file. This post has been edited by mj-barton: Jun 16 2005, 04:20 |
|
|
|
Jun 16 2005, 06:48
Post
#1122
|
|
![]() Group: Members Posts: 88 Joined: 13-April 04 Member No.: 13464 |
QUOTE (blammo @ Jun 15 2005, 12:21 PM) QUOTE (eliazu @ Jun 15 2005, 10:29 AM) QUOTE (Kenny @ Jun 15 2005, 05:21 PM) QUOTE (blammo @ Jun 15 2005, 12:52 PM) wow nice! could you plz zip and upload your foobar-folder (without playlists folder)? foobar is standalone so i can get your complete settings. i can give you ftp access if needed i would like that too. Sorry! I dont think the Foobar licence allows me to distribute my Foobar folder. However if you are interested I could try and post my Playlist tree and Columns IU configs. Its here (slightly modified) playlist_tree.col |
|
|
|
Jun 16 2005, 09:04
Post
#1123
|
|
![]() Group: Members Posts: 56 Joined: 14-July 04 Member No.: 15447 |
foo_vis_projectM
|
|
|
|
Jun 16 2005, 10:09
Post
#1124
|
|
![]() Group: Members Posts: 308 Joined: 17-December 04 From: Vienna, Austria Member No.: 18729 |
QUOTE (blammo @ Jun 16 2005, 06:48 AM) Its here (slightly modified) playlist_tree.col Link not working! ((((( Strictly4me ))))) |
|
|
|
Jun 17 2005, 04:39
Post
#1125
|
|
|
Group: Members Posts: 40 Joined: 13-June 05 Member No.: 22692 |
Yes - fix linky please - very interested.
-------------------- No mercy for the bandwidth impaired
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 19th June 2013 - 07:28 |