Recommended Posts

Next try with a small foobar. First time without fullscreen!

Thanks to "Russell777" for his Home stereo display. - Nice work!

Also thanks to "acedriver" to inspire me with his code for single playlist view

Looks like so now:

blackplasticsmallai1.th.png

On left side (hidden now), i can find "explorer tree panel".

((((( Strictly4me )))))

@Strictly4me, I'm flattered :blush:

can you tell me what song lyrics plugin you use... and also, how do you get foobar to display a specific cover when no cover is found?

http://wiki.hydrogenaudio.org/index.php?ti...uie_albumart%29

use the prefix "--" (two hypens) is used to indicate a "No Cover" image.

Spex, I like your Foobar setup. Where did you get it, or how did you make it?

Here's the columns ui layout:

post-58442-1157549823.png

The .fcs is attached to this post (remove .txt from end)

For the main trackinfo_mod configuration, go here

can you tell me what song lyrics plugin you use... and also, how do you get foobar to display a specific cover when no cover is found?

I personally use the LyricsDB plugin, but that only allows for downloading/uploading/editing lyrics. To show them I just use a normal trackinfo panel. The buttons are made from the context menu entries (d/l, u/l, edit) and a masstagger scripts (delete).

For the no cover image, you just put '--path-to-image' as a source, without the quotes of course.

spex04.simpler2.fcs.txt

My Current fb2k-

untitled1cp1.th.jpg

FCS- brumal_200512200053

And futzing around in columns_ui

Now, I have absolutely no idea what to do when it comes to customizing my Foobar, so could someone help me out here?

I currently have installed-

foobar2000_0.9.3.1

foo_ui_columns-0.1.3-beta1v5

foo_dsp_atsurround_0.1.5

The look I want:

-Album art

-A search bar

-Album art finder (optional)

-New buttons

What will I need to install / do exactly to acheive the look I want?

Thanks :whistle:

here ya go

$puts(BU,EBCA8D)
$puts(GRY2,CCCCCC)
$put(GRY1,777777)
$put(BLK,000000)


$upper($if(%_trackinfo_notrack%,Foobar music player,$get(blk)%title% $get(gry2)'//' $get(bu)%artist%))
$tab(100)
$char(10)

$if(%_trackinfo_notrack%,,
$get(gry1)$if2(%album%,)$if(%date%, $get(gry2)'('$get(gry1)%date%$get(gry2)')',)
$tab()%playback_time% $get(gry2)/ $get(gry1)%length%$char(10)
$get(gry2)%genre%)
$tab()

// progress bar
$if(%isPaused%, 0342fcpaused,
$if(%IsPlaying%,$ifgreater(2,%_time_remaining_seconds%,starting next track,
$if(%IsPlaying%,$ifgreater(5,%_time_remaining_seconds%,loading next track,

$progress2(%_time_elapsed_seconds%, %_time_total_seconds%, 20,$get(bu)Ϟ,
$get(gry2)Ϟ)

), no track loaded))
,$char(10)$tab() no track loaded)) 

how did u get your tabs show up like that on the top?

along with the albumart and the info layout?

i'm a total newbie at foobar.

thanks.

here is my layout and im using a plugin to get those tabs to show up

foobarej1.png

do you know anything about foobar or is this a fresh start for you

Snipped from HA:

Here's mine, pretty boring compared to the ones I've seen floating around.

addons: foo_ui_columns, foo_uie_albumart, foo_uie_albumlist, foo_uie_playlists_dropdown (hidden until mouse over just above the playlist), foo_uie_single_column_playlist (thanks to tool++ for the base code), foo_uie_tabs, & foo_uie_trackinfo.

foo_blu.png

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.