Recommended Posts

I'm not using foobar 0.9 full-time until it gets more plug-ins ported over, but i couldn't help playing around with it, so.

foobar091oz.th.jpg

Single-disc/single-artist album on top, single tracks in the middle, multi-disc/multi-artist album on the bottom. All the other jazz like trackinfo and seek bar and buttons and stuff are in the side bar (which is hidden in the screen shot but can be re-enabled with the blue button at the top or by pressing F4).

:shrug:

(cross-posted from HA)

I'm not using foobar 0.9 full-time until it gets more plug-ins ported over, but i couldn't help playing around with it, so.

foobar091oz.th.jpg

Single-disc/single-artist album on top, single tracks in the middle, multi-disc/multi-artist album on the bottom. All the other jazz like trackinfo and seek bar and buttons and stuff are in the side bar (which is hidden in the screen shot but can be re-enabled with the blue button at the top or by pressing F4).

:shrug:

(cross-posted from HA)

lav-chan , how did you get the boxes on the top with artists, albums ect....it is similar to itunes

I have the album list plugin but i dont know how to configure it to look like that.

THanks

for me it went on the left sidebar, how can i get it on top all ligned up next to eachother?

Thanks,

bsommer

Go into the Columns UI options and find the Layout tab. Right-click whatever's in the list, change the base to a vertical splitter. Then insert more stuff until your layout looks something like this (make adjustments if you have other panels you want to use obviously):

vertical splitter
|
|---horizontal splitter
|   |
|   |---browser
|   |
|   |---browser
|   |
|   |---browser
|   |
|   |---browser
|
|---play list

I'm not using foobar 0.9 full-time until it gets more plug-ins ported over, but i couldn't help playing around with it, so.

foobar091oz.th.jpg

Single-disc/single-artist album on top, single tracks in the middle, multi-disc/multi-artist album on the bottom. All the other jazz like trackinfo and seek bar and buttons and stuff are in the side bar (which is hidden in the screen shot but can be re-enabled with the blue button at the top or by pressing F4).

:shrug:

(cross-posted from HA)

What code do you use to distinguish albums and single tracks? What about multi-disc/multi artist?

Heh, basically asking for your .fcs ;) But any tips would be appreciated!

What code do you use to distinguish albums and single tracks? What about multi-disc/multi artist?

Heh, basically asking for your .fcs ;) But any tips would be appreciated!

I don't normally share my configuration files, since i'm a jerk like that, but i can answer your questions....

To decide whether a track is single or not it checks for (1) an album name and (2) a track number (because why do you need track numbers if you don't have the whole album?):

//  used to set 'single' status
$if($not($and(%tracknumber%,%album%)),$set_global(single,1),$set_global(single,0))

The disc thing is pretty much unnecessary for me because i create sub-folders for discs (/album/disc 01/, /album/disc 02/, et cetera) and i sort by directory after album title, but i kind of went out of my way to get the disc number next to the album title. :bobomb: It checks to see if there's either (1) a disc tag or (2) a disc folder. If either is true it just replaces the numerals with words. (Only up to five discs, but i'm not worried about going over that since i think the biggest album i have is only three or four.)

//  figure out if it's multi-disc
$if($or(%disc%,$stricmp($left(%_directoryname%,6),'disc 0')),$puts(multidisc,1),$puts(multidisc,0))

$if($stricmp($get(multidisc),1),

$if($or($stricmp($num(%disc%,1),1),$stricmp(%_directoryname%,'disc 01')),$puts(discdisplay,'disc one'))
$if($or($stricmp($num(%disc%,1),2),$stricmp(%_directoryname%,'disc 02')),$puts(discdisplay,'disc two'))
$if($or($stricmp($num(%disc%,1),3),$stricmp(%_directoryname%,'disc 03')),$puts(discdisplay,'disc three'))
$if($or($stricmp($num(%disc%,1),4),$stricmp(%_directoryname%,'disc 04')),$puts(discdisplay,'disc four'))
$if($or($stricmp($num(%disc%,1),5),$stricmp(%_directoryname%,'disc 05')),$puts(discdisplay,'disc five'))
$get_global(c_dim2)|$get_global(c_dim2)$get(discdisplay)
,
$get_global(c_dim2)|$get_global(c_dim2)'???'
)

ps cream :rocks:

how do i get the user info working...i downloaded both things from the site and extrated to the components folder....one was a .dll and anohter was a pack of misc. file types i have never heard of . When i loaded up foobar it didnt work.

Where do i need to extract these?

that display thingy you're referring to is the track info panel in action

dload here, http://stephan.kochen.nl/proj/foo_uie_trac...e_trackinfo.dll (for v0.9)

to have yours displayed like mine, apply the code that follows

$char(1)C%title%
$char(10)$char(1)CElapsed Time: %_time_elapsed%
$puts(xdimmed,8C8C8C)
$char(10)
$char(1)C$get(xdimmed) 
$if($stricmp($left(%_path_raw%,7),'http://'),'[' %_time_elapsed% ']',
$progress2(%_time_elapsed_seconds%,%_time_total_seconds%,25,|,$get(xdimmed)|) $muldiv(%_time_elapsed_seconds%,100,%_time_total_seconds%)'%')

The browser-panel component's updated.

http://www.hydrogenaudio.org/forums/index....showtopic=42849

edit:

Experimental (half-working) albumart component for 0.9:

http://www.hydrogenaudio.org/forums/index....c=39924&st=150#

Edited by lav-chan

Sorry if this has already been asked, but a quick scan didnt show anything. Basically im having no luck getting any new buttons to show up in foobar 0.9, importing any of the fcb's just results in the original buttons vanishing and being replaced by a blank space, if i mess with the settings a little i can get text to show up, but never any button images. Any ideas?

Thanks

Sorry if this has already been asked, but a quick scan didnt show anything. Basically im having no luck getting any new buttons to show up in foobar 0.9, importing any of the fcb's just results in the original buttons vanishing and being replaced by a blank space, if i mess with the settings a little i can get text to show up, but never any button images. Any ideas?

Thanks

Did you install the .dlls from the libpng128-zlib123.7z pack?

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

    • No registered users viewing this page.
  • Posts

    • I'm happy with my launch XSX, however, won't mind that 25th anniversary controller to join my 20th anniverary controller! don't need it but sure do want it
    • App, useful & Teams shouldn't be used in the same sentence.
    • New Outlook for Windows and Web is getting a simple but very useful email feature by Sayan Sen Recently Microsoft put up a blog post highlighting not one, not two, but 15 total reasons why it feels you should switch to New Outlook already. If that was not enough, the company is bringing another new feature soon that could finally compel you to switch over to the new app. According to a recent update on the Microsoft 365 roadmap, the tech giant is making changes to how message sorting works when users choose criteria besides the traditional options of From, Subject, or Date Received. The idea is to provide better options for the attribute being used for sorting and make it easier to understand why messages appear in a particular order. For those unfamiliar Outlook already allows users to sort emails using a variety of fields including sender, category, importance, subject, and message size. Users can access these options through the Filter menu in Outlook for Windows and Outlook on the web. With the upcoming change, whenever users sort by a field other than From, Subject, or Date Received, Outlook will automatically display an additional column showing the value being used for the sort. For example, if messages are sorted by Size, a Size column will appear in the message list, allowing users to immediately see the data that determines the ordering of emails. Microsoft believes this should make sorting behavior simpler and reduce the need to manually adjust views or inspect individual messages. Support for sorting by Flag Due Date is also coming and should be especially be helpful for users who rely on email flags to manage follow-up tasks and deadlines. The feature is listed under Microsoft 365 Roadmap ID 564803 and is expected to reach general availability beginning later this month itself (June 2026). You can find the entry here. As always though, users should keep in mind that roadmap timelines can change and rollout schedules may occasionally be adjusted by Microsoft. Outlook for Web is also set to receive this feature.
    • That is true. but the liability side of my balance sheet is clean and has been for decades.  Nobody comes a knocking,  calling or writing harassing me for the money i owe them.😎👍  Haven't dealt with "a money changer" in decades and like Jesus it was in Jerusalem.  Don't have much money, but have even less stress in my life.👍👍     P.S.  Sorry, can't walk on water or change it to wine,  
  • Recent Achievements

    • One Month Later
      DJC50PLUS earned a badge
      One Month Later
    • Week One Done
      DJC50PLUS earned a badge
      Week One Done
    • Proficient
      Eric Biran went up a rank
      Proficient
    • Dedicated
      Conjor earned a badge
      Dedicated
    • Week One Done
      Windows Guy earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      493
    2. 2
      PsYcHoKiLLa
      249
    3. 3
      Steven P.
      71
    4. 4
      +Edouard
      70
    5. 5
      ATLien_0
      69
  • Tell a friend

    Love Neowin? Tell a friend!