Recommended Posts

Well, for one, I got the shadows working somehow, but none of the other images are working at all. I also realized I copied and pasted too much into the group formatting, so I removed that "====" header, but still not images are appearing.

edit: bah, it doesn't matter. Single column doesn't handle single songs very well without making things look very cluttered.

Edited by bangbang023

How would I do that? I'm guessing I need an if statement, just not sure which one.

Depends on how your albums are different from your single tracks.

Most people use something like $if(%tracknumber%,%album%,!noheader!), but that will only work if all of your single tracks don't have %tracknumber fields. Another way to do it is to use the %totaltracks% tag, if of course you do use that tag, in which case it would be like $if(%totaltracks%,%album%,!noheader!).

Edited by spex04

Depends on how your albums are different from your single tracks.

Most people use something like $if(%tracknumber%,%album%,!noheader!), but that will only work if all of your single tracks don't have %tracknumber fields. Another way to do it is to use the %totaltracks% tag, if of course you do use that tag, in which case it would be like $if(%totaltracks%,%album%,!noheader!).

I see what you're getting at, but !noheader! doesn't seem to work for me. It simply prints "!noheader" in the header lol.

sorry, but i'm a complete foobar noob .. can someone point me to a guide for configuring foobar? i've looked through a bit of this thread and couldn't find just a foobar config link. i see lots of code, but i don't understand what to do with that code or where to put it to get some of the configs i've seen in here. i've got a very basic columnsui set up, but i don't know how to get anything further than that. thanks!

you need the latest build

http://users.bowie-cass.com/singa/

I have it and it still does it and it doesn't fix the fact that the damn config won't work anyway. Forget the poor overall layout, but this is all I've managed to get out of espionix's config (notice missing highlight and header images even though they are there in the folder with the working shadow image):

post-1798-1162095556_thumb.jpg

Here's the stuff for my foobar.. sorry for breaking the tables on the page :p

Layout

Vertical Splitter
- Trackinfo Mod Panel [#1]
- Horizontal Splitter
- - Browser Panel
- - Browser Panel
- - Browser Panel
- Single Column Playlist
- Trackinfo Mod Panel [#2]

Single Column Playlist

Group By:

$if(%totaltracks%,%album%,-)

Item Display:

$puts(imagedir,'C:\Program Files\foobar2000\images\itunes\')
$puts(coverstring,$replace(%path%,%filename_ext%,folder.jpg))

// background
$if($stricmp($mod(%list_index%,2),1),$drawrect(,,,,brushcolor-240-240-240 pencolor-null))
$drawrect(-1,-1,$add(%_width%,2),19,brushcolor-null pencolor-220-220-220)
$if(%_selected%,$if($stricmp($mod(%list_index%,2),1),$drawrect(,,,,brushcolor-200-200-200 pencolor-null),$drawrect(,,,,brushcolor-210-210-210 pencolor-null))$if($stricmp($mod(%list_index%,2),1),$drawrect(,,,,brushcolor-null pencolor-190-190-190)))
$if(%isplaying%,$imageabs2(,,,,,,,,$get(imagedir)playing.png,))
$if(%_focused%,$drawrect(-1,,$add(%_width%,2),,brushcolor-null pencolor-160-160-160))


$if($and($greater(7,%_itemindex%),$greater(%_itemcount%,5),%totaltracks%),

// coverart
$drawrect(-1,$sub(17,$mul(%_itemindex%,18)),109,109,brushcolor-255-255-255 pencolor-220-220-220)
$imageabs2(97,97,,,,,5,$sub(23,$mul(%_itemindex%,18)),$get(imagedir)nocover.png,)
$imageabs2(97,97,,,,,5,$sub(23,$mul(%_itemindex%,18)),$get(coverstring),)
$drawrect(5,$sub(23,$mul(%_itemindex%,18)),97,97,brushcolor-null pencolor-200-200-200)
$drawrect(6,$sub(24,$mul(%_itemindex%,18)),95,95,brushcolor-null pencolor-255-255-255 alpha-200)

// info for files with coverart
$if(%isplaying%,$alignabs(113,,40,40,,)$font(webdings,9,,90-120-140)$if(%ispaused%,;,4),
$alignabs(109,,22,18,center,middle)$font(calibri,8,bold,180-180-180)$num(%tracknumber%,2).)
$alignabs(131,,$sub(%_width%,270),18,left,middle)$font(calibri,8,bold lowercase,$if(%isplaying%,60-60-60,90-90-90))%title%
$alignabs($sub(%_width%,142),,50,18,right,middle)$font(calibri,8,bold,$if(%isplaying%,130-160-180,180-180-180))[%play_counter%x  ∙  ]$font(calibri,8,bold,$if(%isplaying%,80-80-80,120-120-120))$if(%isplaying%,%playback_time_remaining%,%length%),

// info for without coverart
$if(%isplaying%,$alignabs(4,,40,40,,)$font(webdings,9,,90-120-140)$if(%ispaused%,;,4),
$alignabs(1,,22,18,center,middle)$font(calibri,8,bold,180-180-180)$if(%totaltracks%,%tracknumber%.,$num(%_itemindex%,2).))
$alignabs(23,,$sub(%_width%,162),18,left,middle)$font(calibri,8,bold lowercase,$if(%isplaying%,60-60-60,90-90-90))$if(%totaltracks%,,[%artist% - ])%title%$font(calibri,8,bold lowercase,$if(%isplaying%,120-150-170,170-170-170))$if(%totaltracks%,,[ '('%genre%[',' %date%]')'])
$alignabs($sub(%_width%,142),,50,18,right,middle)$font(calibri,8,bold,$if(%isplaying%,130-160-180,180-180-180))[%play_counter%x  ∙  ]$font(calibri,8,bold,$if(%isplaying%,80-80-80,120-120-120))$if(%isplaying%,%playback_time_remaining%,%length%))

// autorating display
$if(%rating%,$puts(rating,%rating%),$puts(rating,$sub(%play_counter%,$div($cwb_datediff(%cwb_systemdatetime%,%first_played%),28))))
$if($greater($get(rating),5),$puts(rating,5))
$if($greater(0,$get(rating)),$puts(rating,0))
$alignabs($sub(%_width%,93),1,72,18,center,middle)$font(wingdings,10,,$if(%isplaying%,100-130-150,150-150-150))$repeat(?,$get(rating))$font(wingdings,10,,$if(%isplaying%,170-200-220,220-220-220))$repeat(?,$sub(5,$get(rating)))

// lyrics & rating tagcheck
$alignabs($sub(%_width%,25),1,10,18,center,middle)$font(wingdings 2,10,,$if(%lyrics%,$if(%isplaying%,100-130-150,150-150-150),$if(%isplaying%,170-200-220,220-220-220)))P
$alignabs($sub(%_width%,14),1,10,18,center,middle)$font(wingdings 2,10,,$if(%rating%,$if(%isplaying%,100-130-150,150-150-150),$if(%isplaying%,170-200-220,220-220-220)))P

Group Display:

$puts(imagedir,'C:\Program Files\foobar2000\images\itunes\')

// background
$imageabs2(,,,,,,,,$get(imagedir)header.png,)

// top row
$alignabs(22,4,$sub(%_width%,80),20,,)$font(Zurich Cn Bt,9,bold uppercase,240-240-240)
$if(%totaltracks%,%album% / %date%,single tracks)

// bottom row
$alignabs(22,16,$sub(%_width%,80),20,,)$font(ZapfHumnst BT,9,bold lowercase,190-190-190)
$if($or($stricmp(%playlist_name%,most played songs),$stricmp(%playlist_name%,by rating),$not(%totaltracks%)),assorted artists,%artist%)

// right side
$if(%totaltracks%,
$alignabs($sub(%_width%,80),4,75,10,right,)$font(Kroeger 05_55,9,,230-230-230)%_itemcount% tracks
$alignabs($sub(%_width%,80),12,75,10,right,)$font(Kroeger 05_55,9,,200-200-200)$replace(%filename_ext%,%filename%.,)[ %codec_profile%]$if($or($strstr(%codec_profile%,VBR),%__bitrate_nominal%),, %__bitrate%kbps)
$alignabs($sub(%_width%,80),20,75,10,right,)$font(Kroeger 05_55,9,,170-170-170)%genre%
,
$alignabs($sub(%_width%,80),12,75,10,right,)$font(Kroeger 05_55,9,,230-230-230)%_itemcount% tracks
)

// little arrow
$alignabs(,1,20,36,center,middle)$font(Wingdings 3,6,,120-120-120)q

Got an "advance" copy from work, music shop =)

Sure, images --->

http://www.shadowlabs.co.uk/other/random/Images.zip

-snip-

Greaaat. Thanks espionix! :)

spex04, you ROCKS.

Here's mine at this moment (tool++ and LeGzo's help):

foo2kcleanfz2.th.png

Edited by apul

Wow, so many beautiful skins. I just tried foobar2000, but it seems that to get any skin working, you have to work hard since i found no guides about that. Official forum says download this, download that. I ended up downloading foo_uie_single_column_playlist.dll and foo_uie_trackinfo_mod.dll but restarting foobar2000 nothing changed in my interface :no:

@ Spex04

Great setup, thank you for sharing...

I was wondering would it be possible to show albums without total track tag as albums, not as single tracks?

Unfortunatley most of my albums are without totaltrack tag.. :(

Also what would be the best way to show my cover art which is places in C:\Documents and Settings\USERNAME\Application Data\foobar2000\Covers\ in format %artist% - %album%.jpg ?

I would appreciate any help. Thank you. :)

I was wondering would it be possible to show albums without total track tag as albums, not as single tracks?

Unfortunatley most of my albums are without totaltrack tag.. :(

Also what would be the best way to show my cover art which is places in C:\Documents and Settings\USERNAME\Application Data\foobar2000\Covers\ in format %artist% - %album%.jpg ?

1. If it didn't use %totaltracks% then singletracks with tracknumbers could end up showing art, which would look very weird. To tell you the truth, I can't be arsed to fiddle about with the code to get it to work for specific people, which is one of the reasons why i wasn't going to release it in the first place.. But by all means, ask people for help, and if you get it how you want, feel free to tell people how to do it. (Y)

2. In the top of the item display, in the $puts(coverart,etc..) part, put:

$puts(coverart,'C:\Documents and Settings\USERNAME\Application Data\foobar2000\Covers\'%artist%' - '%album%'.jpg')

@spex04, I got this :)

<snipped image>

Just a little problem with "Single tracks, Assorted artists". I can't get per artists/albums like you.

You need to use %totaltracks% for your albums. As I said, I'm not going to edit the code to get it to work without %totaltracks%, because it can cause problems, unless you have a specific way to identify single tracks from albums.

Can't get yours to work spex04?

What's the matter? Need some info before I can give you some advice..

By the way, you can add %totaltracks% automatically by using foobar. In the properties dialog, right click and choose autonumber, and it will sort out the tracknumber/totaltracks tags. I recommend doing it on a copy of files first though to make sure you get the desired effect.

Also, you may need these fonts, some of which are not free, but I suggest searching on google or somewhere to check if you can get them..

Calibri

Zurich Cn BT

Kroeger 05_55

Webdings

Wingdings

Wingdings 2

Wingdings 3

ZapfHumnst BT

Edited by spex04
By the way, you can add %totaltracks% automatically by using foobar

I did't know this :)

Thank you very much, my covers worked...just a little tip for other users

$puts(coverart,'C:\Documents and Settings\USERNAME\Application Data\foobar2000\Covers\'%artist%' - '%album%'.jpg')

it should be (at least that way worked for me)

$puts(coverstring,'C:\Documents and Settings\USERNAME\Application Data\foobar2000\Covers\'%artist%' - '%album%'.jpg')

Thank you once again, and sorry for bothering you :)

Cheerz :pint:

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

    • No registered users viewing this page.
  • Posts

    • We need a game update frequency setting. * Right now your recent games will be auto updated overnight, and your unrecent games won't be updated. The bifurcation of recent and unrecent is fine, but we should be able to control the update frequency for both, with any of the following options: 1. Don't auto update 2. Auto update weekly 3. Auto update overnight 3. Auto update immediately (push) i.e. When I'm playing a lot, I want my recently played games to have push updates, so if a dev releases an update at 4pm, it's already downloaded on my Xbox by the time I get home. The current overnight cadence leaves a lot of wasted time waiting for updates on slow connections. My infrequently played games in ok with deferring to overnight, or maybe weekly, but let the users control their frequency. Basing it on data and last played sounds smart but ignores the human reality that often when I'm busiest and have the least time for games is when it sucks the most to come home and find a huge update list waiting for you.
    • Genocide is intent to exterminate and both the Israeli government AND its people openly declare, even boast about their intent to exterminate Arabs. This society of sick psychopaths has even made songs about it. Zionist means believing Israel should exist as an religious ethno-state where only Jews have rights and everyone else is second class citizen. As for the blood libel thing, we already know zionists get off on killing children. We also know Israel is a safe heaven for all the pedophiles and rapists of the world. Honestly, after what we saw in the Epstein files, I wouldn't put anything past this depraved death cult. Of course all atrocities committed by tHe wOrLds mOsT mOrAl aRmY are always "unproven or taken out of context". Unfortunately for them, their soldiers are dumb enough to leave a trail of their war crimes all over social media. Then again, when you live in a society that's obsessed with death and destruction, posting videos of yourself in the act of ransacking homes and desecrating religious monuments earns you brownie points I guess. Israel is the only society in the world where people come out on the roads for the right to **** prisoners. Also claiming that the BBC said this and AP said that without so much as a link has gotten me curious. Are all zionists this dumb? I really hope you aren't getting paid for this because this is some low effort propaganda.
    • Microsoft is bringing big performance improvements to OneDrive on Mac by Taras Buria Microsoft has announced a major update for the OneDrive client on macOS. Today, the company released version 26.098, promising significantly faster sync, optimized CPU usage, a smaller memory footprint, and better energy efficiency. In a newly published blog post, Microsoft acknowledged that changes implemented in OneDrive for Mac in 2022 brought some unwanted side effects. Due to architectural changes and the need to keep the OneDrive sync engine unchanged, Microsoft created a hidden cache folder. With time, it would cause reliability and performance issues for customers. Now, Microsoft is ditching the old engine for native sync, delivering a faster, more reliable experience. As a result of this change, OneDrive for Mac now integrates more deeply into the operating system, offers about two times faster sync performance, and uses fewer system resources. While the hidden folder still exists, the app only uses it to store files that have not been uploaded yet, link file types, and macOS-related packages. In total, even when holding hundreds of files, the temporary folder does not take more than a couple of megabytes on the drive. Besides optimizations, the new sync engine enables external drive support, allowing you to keep your OneDrive folder on a removable drive (it should meet all the requirements). Microsoft is now rolling out the updated OneDrive client for Microsoft 365 Insiders. To check if your Mac has the new sync engine, go to the About tab and check the app version. If it ends with something like 26H, you are on the new engine. If not, you are on the old one. Microsoft says it will take a few weeks to complete the rollout to Insiders, but it won't say when to expect the update in the stable channel. Big performance updates for OneDrive on Mac came right after Microsoft confirmed it would soon kill document editing in Office 2019 for Mac due to expiring certificates. This change will force users to look for alternatives or switch to Microsoft 365.
    • Sorry but that makes no sense. What does using the same laptop have to do with anything? 
  • Recent Achievements

    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      517
    2. 2
      PsYcHoKiLLa
      211
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      92
    5. 5
      ATLien_0
      82
  • Tell a friend

    Love Neowin? Tell a friend!