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

    • No, "a great deal" for 32GB of DDR5 is $50, not $350. I mean I see what you mean, that it's a decent price compared to what's currently available, but you really should put a disclaimer in this articles explaining that it's still multiple times more expensive than it used to be.
    • Linux 7.1 stable launch looms as Linus Torvalds releases the final release candidate by Paul Hill Linus Torvalds has just released what’s expected to be the final release candidate of Linux 7.1, rc7. The Linux founder said that this RC is not small, but smaller than recent releases, which is a good sign because he expects the stable version to drop next week if things continue on this trajectory. Linux kernels see a merge window for the first two weeks of their life, where developers add new features, then there are about seven or eight weeks of release candidates before the stable version. Typically, there are seven release candidates, but if more time is needed, then an eighth release candidate is released too. This week’s RC’s biggest area of fixes was for GPUs, with networking just behind. Torvalds said that the rest of the release was “pretty random and spread out” with some architecture fixes, driver fixes, filesystem improvements, and build fixes for more unusual configs. In terms of specific pieces of hardware receiving improvements in this update, we had more AMD Zen6 models supported and fixes for AMD SDMA 7.1 and GFX11. Hardware that got improvements includes Lenovo laptops, HONOR laptops, and MSI laptops. Here are the changelogs for those: ASoC: amd: acp: Add DMI quirk for Lenovo Yoga Pro 7 15ASH11 Input: atkbd - add DMI quirk for Lenovo Yoga Air 14 (83QK) Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboard ASoC: amd: yc: Add MSI Raider A18 HX A9WJG to quirk table ASoC: amd: yc: Enable internal mic on MSI Bravo 17 C7VF When the stable Linux 7.1 is released, it will be up to distribution maintainers, such as Canonical and Red Hat, to release the update to their users via the update manager. Some versions of Linux will get it before others, and some will never get it at all. Fedora and Arch-based distros will be among the first to get it, though. If you don’t get it, the security fixes will be backported to your system’s kernel, so you won’t be at risk, but you won’t get newer hardware support, which is fine if your computer works now.
    • Ideally, the algorithm is smart enough to see the real sender ID and non-spoofed address to block it. Ideally.
  • 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
      ATLien_0
      68
    5. 5
      +Edouard
      68
  • Tell a friend

    Love Neowin? Tell a friend!