zErO_gdh Posted February 19, 2006 Share Posted February 19, 2006 ok im REALLY stumped. SOrry im being newbish on you guysbut this makes aboslutely no sense. on the nub4life foobar website under buttons > download it gives me one png or other fileformat with 14 buttons T_T HOw to use properly? Try this (select the box in red). Link to comment Share on other sites More sharing options...
mr_skeme Posted February 19, 2006 Share Posted February 19, 2006 im also having this problem. the buttons do not load up :cry: Link to comment Share on other sites More sharing options...
ooomph Posted February 19, 2006 Share Posted February 19, 2006 here's my rusty foobar 0.9 ... :pinch: Link to comment Share on other sites More sharing options...
scowl Posted February 19, 2006 Share Posted February 19, 2006 Awhile back my foobar crashed and since then the arrows I had in the "Pos." column have stopped animating. Just one shows instead of going from -> to ->-> to ->->-> to ->->->-> as shown in the screenshot below. What'd I'd like to figure out is how to get the animation back. Using 0.8.3 with columns 0.1.2 here's the code that's in the "Display" tab: // DO NOT change anything here !// for configuration, see the "Globals"-tab ! // ============================================ $if($or(%_isplaying%,%_ispaused%), %_standard_color_high% $select($add(1,$mod(%_time_elapsed_seconds%,4)),⇢,⇢⇢,⇢⇢⇢,⇢⇢⇢⇢) $char(9) , $if($strcmp(%_days_since_play%,0),%_standard_color_low%) $char(9)%_standard_color_low%$pad_right(%_playlist_number%,4) ) Link to comment Share on other sites More sharing options...
mitchmalibu Posted February 19, 2006 Share Posted February 19, 2006 ... that's nice, mind sharing fcs and font ? :) Link to comment Share on other sites More sharing options...
miscellanea Posted February 20, 2006 Share Posted February 20, 2006 :fun: Happy Birthday miscellanea a.k.a. tatsu :D :punk: Thanks! :yes: Awhile back my foobar crashed and since then the arrows I had in the "Pos." column have stopped animating. Just one shows instead of going from -> to ->-> to ->->-> to ->->->-> as shown in the screenshot below. What'd I'd like to figure out is how to get the animation back. Using 0.8.3 with columns 0.1.2 here's the code that's in the "Display" tab: I think you need to check "Show dynamic info (...) in playlist" in Preference -> Display. Link to comment Share on other sites More sharing options...
phend-one Posted February 20, 2006 Share Posted February 20, 2006 Anyone have a single track / album track code? Like it can distinguish single tracks from those in an album? Link to comment Share on other sites More sharing options...
scowl Posted February 20, 2006 Share Posted February 20, 2006 thanks miscellanea that did it.. Link to comment Share on other sites More sharing options...
eberth Posted February 20, 2006 Share Posted February 20, 2006 Awhile back my foobar crashed and since then the arrows I had in the "Pos." column have stopped animating. Just one shows instead of going from -> to ->-> to ->->-> to ->->->-> as shown in the screenshot below. What'd I'd like to figure out is how to get the animation back. Using 0.8.3 with columns 0.1.2 here's the code that's in the "Display" tab: :o wow!!, would you mind posting your config?, i totally loved the way you made it look tnx in advance Link to comment Share on other sites More sharing options...
Muad'Dib Posted February 20, 2006 Share Posted February 20, 2006 Please would someone tell meplz how to configure mine like this?...it's been a while since i configured anything in my Foobar, so step by step explanation would be prefered.Btw,I'm using Foobar 0.8.3 with Columns_ui. Thnaks in forward..:) Link to comment Share on other sites More sharing options...
moglenstar Posted February 20, 2006 Share Posted February 20, 2006 here's my rusty foobar 0.9 ... :pinch: /snip/ you sir, have an awesome taste in music. <3 kyuss :yes: Link to comment Share on other sites More sharing options...
acedriver Posted February 20, 2006 Share Posted February 20, 2006 you need: column ui navigator suite config (for column ui) tabbed panel album art track info (optional) -extract all into foobar2000/component folder -go to preference > display, change user interface module to column ui, restart foobar2000 -go to preference > display > column ui > other tab > click Import and load navigator suite config to add album art and tabbed panel into the toolbar, go to preference > display > column ui > other tab > select list all toolbars unlock the toolbar, click it and add panel > album art, layout > tabbed panel stack, adjust their minimum height (in preference) :) Link to comment Share on other sites More sharing options...
fpd Posted February 20, 2006 Share Posted February 20, 2006 with 0.9 beta I'm using this in Playlist -> Sort -> Sort by... $if($stricmp($left(%album artist%,4),'the '),$replace(%album artist%,$left(%album artist%,4),,),%album artist%)|%date% - %album%|[%disc%|]$tracknumber() I don't use autoplaylist :p Thanks - I'm now using this code: $if(%tracknumber%,2,1)|$puts(album_artist,$if2($meta(album artist),$meta(artist)))$puts(album_artist,$if($strcmp($left($get(album_artist),4),'The '),$replace($get(album_artist),$left($get(album_artist),4),,),$get(album_artist)))$get(album_artist)|$if2(%date% - %album%,%album)|[%disc%]|$num(%tracknumber%,9) Link to comment Share on other sites More sharing options...
Muad'Dib Posted February 20, 2006 Share Posted February 20, 2006 @acedriver: thanks very much...now it works fine...but got some questions: 1-How i can choose which album art that appears? 2-How can i set the settings for the best photo resolution that appears in the album art? 3-If i want to choose the looking of the buttons too, how can i do that? Thanks for the great help... Link to comment Share on other sites More sharing options...
fpd Posted February 20, 2006 Share Posted February 20, 2006 I know this is a little random but I've made a little code for my album list panel and I was wondering if anyone could perhaps clean it up a little. I'm quite new to the fb2k strings. $if2(Category: %category%,Other)|$if3(%subcategory%,...%category%,)|$puts(album_artist,$if2($meta(album artist),$meta(artist))) $puts(album_artist, $if($strcmp($left($get(album_artist),4),'The '), $replace($get(album_artist),$left($get(album_artist),4),,), $get(album_artist)))$if(%tracknumber%,$get(album_artist),...Singles)|$puts(album_artist,$if2($meta(album artist),$meta(artist))) $puts(album_artist, $if($strcmp($left($get(album_artist),4),'The '), $replace($get(album_artist),$left($get(album_artist),4),,), $get(album_artist)))$if(%tracknumber%,$if3(%date% - %album%,%album%,),$get(album_artist))|[Disc %disc%] @muad'dib In the preference for the album art, you can choose the location(s) where the album art is looked for. Link to comment Share on other sites More sharing options...
acedriver Posted February 20, 2006 Share Posted February 20, 2006 @acedriver: thanks very much...now it works fine...but got some questions: 1-How i can choose which album art that appears? 2-How can i set the settings for the best photo resolution that appears in the album art? 3-If i want to choose the looking of the buttons too, how can i do that? Thanks for the great help... the button is posted here the change it, go to preferences > column ui > other tab > select use custom buttons and bitmap includes mouseover images Link to comment Share on other sites More sharing options...
DanManIt Posted February 20, 2006 Share Posted February 20, 2006 How do I change the playback buttons? i have the .png I just don't know how to change it. Link to comment Share on other sites More sharing options...
mr_skeme Posted February 20, 2006 Share Posted February 20, 2006 - Download the *.png files (preferrably somewhere in your /foobar2000/ folder) - Preferences > Display > ColumnsUI > 'Other' Tab > check where it says "Use custom buttons" and then click the little ... next to it, and pick your desired .png buttons file. - Save preferences, restart foobar. :D can sum 1 help me move my track info plugin 2 the top of my foobar instead of it being on the silly sidebar because it wont let me move it :( Link to comment Share on other sites More sharing options...
em3 Posted February 20, 2006 Share Posted February 20, 2006 Slight mod of TheUndead's config. :) I'm trying out Foobar. :D Not so bad as I've always thought. How do I get the satusbar like in this image? Also, how do I get a grid in the playlist and change the color of border, background and text on select? If grid isn't possible maybe someone know how to get every 2nd line darker like in the image above. Link to comment Share on other sites More sharing options...
fpd Posted February 20, 2006 Share Posted February 20, 2006 I'm trying out Foobar. :D Not so bad as I've always thought. How do I get the satusbar like in this image? Also, how do I get a grid in the playlist and change the color of border, background and text on select? If grid isn't possible maybe someone know how to get every 2nd line darker like in the image above. The playlist is rendered using the plugin columns ui. Download the latest version from this website and put it in the components folder in your foobar2000 directory. Then enable it in the preferences dialog - click on foobar2000->preferences->display and change the user interface module to columns ui, and restart foobar2000. I'm not an expert on writing my own formatting scripts but the best option is probably to use one from this site as a starting point. Import it into fb2k again using the prefs dialog. EDIT: I've attached my config, which is a modified version of azrael - hope it comes in useful. Change the extension to .fcs before importing it fpd20060220.txt Link to comment Share on other sites More sharing options...
em3 Posted February 21, 2006 Share Posted February 21, 2006 (edited) ^That was not the style I was looking for at all. :p I'm glad I exported my old settings before I applied it. :) I've installed the Colums plugin the only thing I need to know is the scripting. Which seems a bit complicated, wtf are the squared boxes? :huh: EDIT: I managed to fix the statusbar, only the playlist left. :p Edited February 21, 2006 by em3 Link to comment Share on other sites More sharing options...
DanManIt Posted February 21, 2006 Share Posted February 21, 2006 Is there a site or something where I can learn all of the tags and scripts for foobar? Link to comment Share on other sites More sharing options...
fpd Posted February 21, 2006 Share Posted February 21, 2006 (edited) ^That was not the style I was looking for at all. :p I'm glad I exported my old settings before I applied it. :) I've installed the Colums plugin the only thing I need to know is the scripting. Which seems a bit complicated, wtf are the squared boxes? :huh: EDIT: I managed to fix the statusbar, only the playlist left. :p Sorry em3, I know its not exactly what you wanted but it gives an idea of what can be done... I'm not very familiar with the scripting but the hydrogenaudio forums or the columns ui wiki might shed some light! A lot of the formatting strings also have options in the globals section - for example the alternate dark bands you had mentioned. In fact in the format I attached to my last post, if you append -s- to the name of the playlist, it is treated as a list of singles and there are alternate light and dark bands. The best way to find out more is probably to look at other people's work and try tinkering with it. I'm also not too sure what square boxes you're referring to. Can you post a screenshot? EDIT: Usually there are square boxes when a character isn't available in a particular font - eg unicode symbols in an ansi font Edited February 21, 2006 by fpd Link to comment Share on other sites More sharing options...
thatguyhenry Posted February 21, 2006 Share Posted February 21, 2006 (edited) nvm. Edited February 21, 2006 by thatguyhenry Link to comment Share on other sites More sharing options...
TheUndead Posted February 21, 2006 Share Posted February 21, 2006 Is there a site or something where I can learn all of the tags and scripts for foobar? Here's a good start http://wiki.hydrogenaudio.org/index.php?ti...2000:Foobar2000 :) Link to comment Share on other sites More sharing options...
Recommended Posts