Shannon Posted October 17, 2005 Share Posted October 17, 2005 Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586683853 Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted October 19, 2005 Subscriber¹ Share Posted October 19, 2005 Here's mine, using beta 10 and azreal.fcs. I wish they would hurry up and release the final version, there are a couple of plugins I miss badly :( Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586692072 Share on other sites More sharing options...
ezee Posted October 19, 2005 Share Posted October 19, 2005 I wish they would hurry up and release the final version, there are a couple of plugins I miss badly :( 586692072[/snapback] You are so right... Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586693777 Share on other sites More sharing options...
moloko Posted October 20, 2005 Share Posted October 20, 2005 You are so right... Ezee care to share your FCS file? That looks sweet. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586699790 Share on other sites More sharing options...
DarkSiege Posted October 21, 2005 Share Posted October 21, 2005 Currently I'm using foobar2000 v0.9 beta 10 with columns UI 0.1.3 pre-alpha 14. I can't seem to find where to change the button set. Anyone know where it is? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586706106 Share on other sites More sharing options...
Arckon Posted October 22, 2005 Share Posted October 22, 2005 @ezee, I really like those buttons! Would you please post them? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586707263 Share on other sites More sharing options...
Shannon Posted October 22, 2005 Share Posted October 22, 2005 Currently I'm using foobar2000 v0.9 beta 10 with columns UI 0.1.3 pre-alpha 14. I can't seem to find where to change the button set. Anyone know where it is? 586706106[/snapback] Right click on the buttons > Customise Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586708897 Share on other sites More sharing options...
Waylander Posted October 22, 2005 Share Posted October 22, 2005 hello im having problems modifying the track info panel i use, i want it to show the performer tag but cant seem to get it to work right. instead of displaying "Modeselektor" its displaying "Boomkat Selected Mixtapes Volume 4" as this image shows. this is the track info code im using at the minute can anyone help me fix it? // the default (white) color $puts(white,dbdbdb) // text color for headings $puts(head,918377) // text color for info annotations (Kbit/s, MB, etc) $puts(anno,b1b1b1) // text color for special stuff (now playing, LAME profiles) $puts(bright,97cddd) // text color for extra song info (in parentheses/brackets) $puts(extra,6c8e93) // background color, for redundancy $puts(background,524B3C) // character used for progress bar $puts(progchar,█) // color used for foreground progress bar $puts(progfore,ffffff) // color used for background progress bar $puts(progback,9d9d9d) // progress bar length $puts(proglength,40) // transition color for fading out $puts(trans_back,524B3C) // transition color for foreground $puts(trans_frnt,ffffff) // song title output $puts(title,[$replace(%title%,'(',$get(extra)'(',')',')'$get(bright),'[',$get(extra)'(',']',')'$get(bright))]$char(10)) // artist name output $puts(artist,[%artist%]$char(10)) // album title output $puts(album,[$iflonger(%album%,40,$cut(%album%,40)...,%album%)]$char(10)) // track and disc output 1 $puts(track,[CD$if(%disc%,%disc%', ',)]$num(%tracknumber%,2)$char(10)) // genre output $puts(genre,[%genre%]$char(10)) // date/year output $puts(date,[%date%]$char(10)) // codec name output $puts(codec,[%__codec%]$char(10)) // bitrate/LAME output $puts(bitr,$if(%__lame_profile%,$get(bright)--%__lame_profile%$get(anno) '('%__bitrate_dynamic% Kbit/s')',[%__bitrate%] $get(anno)Kbit/s)$char(10)) // compression precent outout $puts(compr,$get(white)$muldiv(%__bitrate%,100,1411)$get(anno_color)$get(anno)'%'$char(10)) // filesize output $puts(fsize,$div(%_filesize%,1048576).$num($div($mul($mod(%_filesize%,1048576),100),1048576),2) $get(anno)MB$char(10)) // audio channels output $puts(chan,$caps($if($stricmp($codec(),MP3),%__mp3_stereo_mode%,$channels()))$char(10)) // samplerate output $puts(samp,$if(%__samplerate%,%__samplerate% $get(anno)Hz,)$char(10)) // time played / total (remaining) output $puts(leng,[%_time_elapsed% / ][%_length%] [$get(anno)'('%_time_remaining%')']$char(10)) // used to get filename $puts(filename,$filename(%_path%).$ext(%_path%)) // filename output (used with above) $puts(file,[$iflonger($get(filename),55,$cut($get(filename),55)...,$get(filename))$char(10)]) ////////////////////////////////////////// /////////// FINAL OUTPUT /////////// ///////////////////////////////////////// $char(1)C$transition(---------,$get(trans_back),$get(trans_frnt)) $get(white) I N F O $transition(---------,$get(trans_frnt),$get(trans_back))$char(10)$char(10) $get(head)Title: $get(bright)$get(title) $get(head)Artist: $get(white)$get(artist) $get(head)Performer: $get(white)$get(Performer) $get(head)Album: $get(white)$get(album) $get(head)Track: $get(white)$get(track) $get(head)Genre: $get(white)$get(genre) $get(head)Date: $get(white)$get(date) $get(head)Codec: $get(white)$get(codec) $get(head)Track Gain: $get(white)$if3(%__replaygain_track_gain%, RG not applied)$char(10) $get(head)Album Gain: $get(white)$if3(%__replaygain_album_gain%, RG not applied)$char(10) $get(head)Bitrate: $get(white)$get(bitr) $get(head)Compression: $get(white)$get(compr) $get(head)Filesize: $get(white)$get(fsize) $get(head)Channels: $get(white)$get(chan) $get(head)Samplerate: $get(white)$get(samp) $get(head)Time: $get(white)$get(leng) $char(10) $get(head)$get(file) Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586709062 Share on other sites More sharing options...
gaekwad2 Posted October 22, 2005 Share Posted October 22, 2005 Add $puts(Performer,[%performer%]$char(10)) to the top part . Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586709642 Share on other sites More sharing options...
Waylander Posted October 22, 2005 Share Posted October 22, 2005 yeh someone on hydrogen audio just told me as well. thanks Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586709690 Share on other sites More sharing options...
ezee Posted October 22, 2005 Share Posted October 22, 2005 You are so right... Ezee care to share your FCS file? That looks sweet. 586699790[/snapback] No problem: grab it here. Put your various music files into a folder that has "various" in it's name. To detect and display auto playlists correctly, put a # into their name. You should use the following sort-string: $if($strstr($lower(%_path%),various),1,0) - %ARTIST% - $if(%album%,%album%,%title%) - %DISC% - %TRACKNUMBER% The buttons are available here. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586711165 Share on other sites More sharing options...
DarkSiege Posted October 23, 2005 Share Posted October 23, 2005 Right click on the buttons > Customise 586708897[/snapback] How can I edit the set of buttons all at once? The customize window only allows me to edit the buttons one by one? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586711954 Share on other sites More sharing options...
Shannon Posted October 23, 2005 Share Posted October 23, 2005 How can I edit the set of buttons all at once? The customize window only allows me to edit the buttons one by one? 586711954[/snapback] You can't. Its been changed so you have to edit buttons individually now. Although, once you've set them up you can export the settings like an FCS file. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586712950 Share on other sites More sharing options...
Kev42o Posted October 23, 2005 Share Posted October 23, 2005 Dark Side of Riga Foobar :) 586683120[/snapback] any chance you can post those buttons? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586712989 Share on other sites More sharing options...
beemer87 Posted October 23, 2005 Share Posted October 23, 2005 Azrael 5.0 what are the red T's and the zeros that are on the right? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586713099 Share on other sites More sharing options...
tOta Posted October 23, 2005 Share Posted October 23, 2005 Does the last beta have support (plugin) for WMA files? I know that earlier betas didnt had it... If not im staying on 0.83 :( Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586714532 Share on other sites More sharing options...
ezee Posted October 23, 2005 Share Posted October 23, 2005 any chance you can post those buttons? 586712989[/snapback] You can get them here. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586714620 Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted October 23, 2005 Subscriber¹ Share Posted October 23, 2005 Azrael 5.0 what are the red T's and the zeros that are on the right? 586713099[/snapback] The red t's are to show that you haven't replaygained the tracks, the 0's are for the playcount plugin. Does the last beta have support (plugin) for WMA files?I know that earlier betas didnt had it... If not im staying on 0.83 :( 586714532[/snapback] IIRC WMA playback needs a plugin and as the SDK hasn't been released yet you can't get it. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586714635 Share on other sites More sharing options...
beemer87 Posted October 23, 2005 Share Posted October 23, 2005 The red t's are to show that you haven't replaygained the tracks, the 0's are for the playcount plugin. 586714635[/snapback] i have the playcount plugin installed, but it still doesnt count the plays, what do i need to adjust? Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586714715 Share on other sites More sharing options...
YBG Posted October 24, 2005 Share Posted October 24, 2005 Something simple, it's not the way I like it yet but it's getting there. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586718913 Share on other sites More sharing options...
Ran Sagy Posted October 24, 2005 Share Posted October 24, 2005 Anybody using the .9 betas has an FCS similar to the old plsik fcs ? Something simple, quick, and works. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586719722 Share on other sites More sharing options...
miscellanea Posted October 25, 2005 Share Posted October 25, 2005 Previously I've converted my plisk-mod to 0.9 beta formatting. I hope this may be it... Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586720799 Share on other sites More sharing options...
Ran Sagy Posted October 25, 2005 Share Posted October 25, 2005 Thanks. It's similar to what i wanted, but not exactly, so i went ahead and redid the string myself. My only problem is, How to do background color in the DISPLAY part of a column ($set_style refuses to work, i use $rgb for the text and selected text colors). Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586722164 Share on other sites More sharing options...
miscellanea Posted October 25, 2005 Share Posted October 25, 2005 background colour is not specified in Display but Style tab. And what your $set_style code was like? $set_style(text,"text colour","selected text colour") $set_style(back,"background colour","selected background colour") my example : $set_style(text,$rgb(255,255,0),$rgb(0,255,255)) $set_style(back,$rgb(0,0,64),$rgb(0,0,128)) Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586722356 Share on other sites More sharing options...
Ran Sagy Posted October 25, 2005 Share Posted October 25, 2005 Though so. It just makes me have so much duplicate code.. like code in DISPLAY to determine what to show according to the tracknumber (if2, select tracknumber and 4 choices, otherwise show empty\singletrack). So now i'd have to do that in the Style section aswell, but that creates another problem: if the style overrides for that column, now i have to define TEXT colors for everything in every situation aswell. Link to comment https://www.neowin.net/forum/topic/175690-foobar2000-customization-topic/page/125/#findComment-586722563 Share on other sites More sharing options...
Recommended Posts