Tha1 Posted October 5, 2006 Share Posted October 5, 2006 How can I fix this: I?ve installed al the requested fonts, and i'm using Vista Inspirat theme config for the display, but i can't seem to discover how to fix the font type used... Can anyone elucidate me,please? :(( Link to comment Share on other sites More sharing options...
+unabatedshagie Subscriber¹ Posted October 5, 2006 Subscriber¹ Share Posted October 5, 2006 Can anyone elucidate me,please? :( Have you tried updating the trackinfo plugin, cwb_hooks plugin and the stereo code?You also have to install all the fonts Arial: http://simplythebest.net/fonts/fonts/arial.html (probably already installed) LCD fonts family: http://www.dafont.com/lcd-lcd-mono.font Rsegment: http://foobar.bowron.us/russell777/ (you need to remove the old 7_segment font) Webdings: http://simplythebest.net/fonts/fonts/webdings.html Symbolix: http://www.dafont.com/symbolix.font Link to comment Share on other sites More sharing options...
tommy04 Posted October 6, 2006 Share Posted October 6, 2006 I'm having trouble with Single-Column playlist- it keeps adding this space below the tracks that, when double-clicked, causes Foobar to crash. Is there any way to stop this from happening? Link to comment Share on other sites More sharing options...
acedriver Posted October 6, 2006 Share Posted October 6, 2006 I'm having trouble with Single-Column playlist- it keeps adding this space below the tracks that, when double-clicked, causes Foobar to crash. Is there any way to stop this from happening? It occurs if the panel's vertical size is not a multiple of the row height. Try resizing the window until its height is a multiple of row height Link to comment Share on other sites More sharing options...
tommy04 Posted October 6, 2006 Share Posted October 6, 2006 It occurs if the panel's vertical size is not a multiple of the row height. Try resizing the window until its height is a multiple of row height That... might take a while. Sigh. Thanks for the advice, though. Link to comment Share on other sites More sharing options...
SilentDragon Posted October 6, 2006 Share Posted October 6, 2006 Mine so far. Single Columns + Trackinfo Mod Link to comment Share on other sites More sharing options...
Phrozty Posted October 6, 2006 Share Posted October 6, 2006 VS is Inspired :) Link to comment Share on other sites More sharing options...
tommy04 Posted October 6, 2006 Share Posted October 6, 2006 Been messing around with foo_uie_single_column_playlist I really like this, but I'm having one problem: when you select an item, there's no selection color-change. After managing to mess up about 30 tracks' track numbers, I've become a little paranoid about this. Is there a line or a few I could use to add a rollover? I don't know what the variable to tell if it's selected would be... Link to comment Share on other sites More sharing options...
moglenstar Posted October 6, 2006 Share Posted October 6, 2006 I really like this, but I'm having one problem: when you select an item, there's no selection color-change. After managing to mess up about 30 tracks' track numbers, I've become a little paranoid about this. Is there a line or a few I could use to add a rollover? I don't know what the variable to tell if it's selected would be... somethinglike $if(%_selected%, what to do if selected (you will want to drawrect or something) ,) Link to comment Share on other sites More sharing options...
Bur Posted October 7, 2006 Share Posted October 7, 2006 Heres mine. Using someone elses .fcs though. Still, does what I want it to do. Also, does anyone know how I can set it to display the artist just for when its a certain album (_Randoms) as that is how I have it set up for my mp3 player. Any ideas how I could do this? Link to comment Share on other sites More sharing options...
Clinteger Posted October 7, 2006 Share Posted October 7, 2006 Here's my work in progress, I'm just having trouble getting the padding on the track name, other than that, it's just how I like it. ..and mIRC in the background, chatting in Neowin IRC trying to get my problem solved. ;) Clint Link to comment Share on other sites More sharing options...
Tha1 Posted October 7, 2006 Share Posted October 7, 2006 I've solved my problem with the home stereo display.This is my temporary setup: My setup - Minimal Just one question: how to do fcb files for fb2k (for the buttons)? Is there any guide out there that I can follow? Link to comment Share on other sites More sharing options...
Twisted.Raven Posted October 7, 2006 Share Posted October 7, 2006 This'll do for now. :whistle: would you mind zipping that up for us? :) This'll do for now. :whistle: would you mind zipping that up for us? :) Link to comment Share on other sites More sharing options...
krshna Posted October 7, 2006 Share Posted October 7, 2006 single column playlist - http://users.bowie-cass.com/singa/foo_uie_...mn_playlist.zip add it as a panel in the columns ui layout section. then right click anywhere in the playlist to access the settings dialog. :) I just had single column, but i can?t put the fotos/albumart in the single column. Mibe is just like this: I want to have the covers side by the name of the artist. I can i do that? Is any trick for this? Can somenone be able to help me? single column playlist - http://users.bowie-cass.com/singa/foo_uie_...mn_playlist.zip add it as a panel in the columns ui layout section. then right click anywhere in the playlist to access the settings dialog.:)) I just had single column, but i can?t put the fotos/albumart in the single column. Mibe is just like this: I want to have the covers side by the name of the artist. I can i do that? Is any trick for this? Can somenone be able to help me? Link to comment Share on other sites More sharing options...
krshna Posted October 7, 2006 Share Posted October 7, 2006 single column playlist - http://users.bowie-cass.com/singa/foo_uie_...mn_playlist.zip add it as a panel in the columns ui layout section. then right click anywhere in the playlist to access the settings dialog. :) I just had single column, but i can?t put the fotos/albumart in the single column. Mibe is just like this: I want to have the covers side by the name of the artist. I can i do that? Is any trick for this? Can somenone be able to help me? Link to comment Share on other sites More sharing options...
Cream Posted October 7, 2006 Share Posted October 7, 2006 Playing around with single column playlist Link to comment Share on other sites More sharing options...
krshna Posted October 7, 2006 Share Posted October 7, 2006 @cream. How you insert the covers on the single coluns? Link to comment Share on other sites More sharing options...
Smenus Posted October 7, 2006 Share Posted October 7, 2006 @krshna: Figure you need something like this... $ifgreater(%totaltracks%,5, $imageabs2(64,64,,,,,4,$add(23,$mul(-%_height%,%tracknumber%)),$replace(%path%,%filename_ext%,)%album%.jpg,) $imageabs2(68,68,,,,,2,$add(21,$mul(-%_height%,%tracknumber%)),images/overlay.png,) ,) My code first checks, using the totaltracks tag, if there is the space to show the pic. Second line, show the art image (named the same as the album). 64x64 size. 4 = x offset, 23 = y offset. Third line, show the overlay image. 68x68 size. 2 = x offset, 21 = y offset. Link to comment Share on other sites More sharing options...
tflogic Posted October 7, 2006 Share Posted October 7, 2006 modded a config someone posted. Link to comment Share on other sites More sharing options...
krshna Posted October 7, 2006 Share Posted October 7, 2006 @cream. How you insert the covers on the single coluns? Where i put that code? I?m not familiar witth this new version. Is there any config that i can use and change? Link to comment Share on other sites More sharing options...
krshna Posted October 7, 2006 Share Posted October 7, 2006 I just found how to use only single columns.But i have to questions to ask: 1? How i shrink the space in the playlist, betwen thw name of the song and the time? 2? The cover in the screenhoot is strange, and is the only, is to high, and i can?t resize, or i don?t know how to. Please, I need help. Link to comment Share on other sites More sharing options...
Fizzy Posted October 7, 2006 Share Posted October 7, 2006 I just started skinning my foobar.. so it looks really bad :( Link to comment Share on other sites More sharing options...
Dotdot Posted October 7, 2006 Share Posted October 7, 2006 modded a config someone posted. Could you upload your config? Also anyone know if theres an addon to allow a search bar? Much like when in the main audio library of winamp and theres a search bar at top? Link to comment Share on other sites More sharing options...
Guest Posted October 7, 2006 Share Posted October 7, 2006 Could you upload your config? Also anyone know if theres an addon to allow a search bar? Much like when in the main audio library of winamp and theres a search bar at top? foo_uie_quicksearch Link to comment Share on other sites More sharing options...
Dotdot Posted October 7, 2006 Share Posted October 7, 2006 Hey guys can any one help me with the following... Im using Single Column layout. A) What is code for changing the selected item background / text color (i.e when i shift click items in item display) B) Any way to limit the number of characters for text. (im getting names overlapping in both item display and group display) C) Add an image beside items in item and group display Also is there any way to add a search bar for quickly finding items in a large playlist Link to comment Share on other sites More sharing options...
Recommended Posts