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

    • Bluesky COO warns social media regulations could destroy competition from small startups by Paul Hill Fears that increasing government control of social media risks regulatory capture by the biggest social media firms were raised again recently. Bluesky’s chief operating officer said in an interview that social media bans for children and tighter regulations for social media firms risk creating a world where there are only a few social media platforms run by companies with the deepest pockets. Regulations on social media firms have been very lax since they appeared for mainstream users in the 2000’s. This gave Meta, Snapchat, and Google time to build up their user bases and get entrenched, with Meta being the most successful. Now that Meta has succeeded, it has been attempting regulatory capture. By pushing for more regulations of social media, Meta hopes to make it more difficult for rivals to challenge it. For its part, it doesn’t need to worry about the cost of regulation because it has a lot of money to spend, whereas startups do not. Speaking to CNBC, Rose Wang, Bluesky’s chief operating officer, said: “I support the protection and the safety of youth, the question that we have then is at what cost, because essentially what I’m scared of is in the long term, we’re headed to a world where there’s about three to five platforms, and extreme heavy regulation of those platforms, and basically the whole compliance teams of these platforms are 10 times the size of our entire team. So, basically, we’re living in a world where it’s almost impossible for smaller entrants to come in and build healthier spaces. These platforms have led to a place where the bottom line is the thing that drives what they do... so I understand why governments have to step in and regulate, because the platforms have done nothing right.” She said that while she is not against regulation, there needs to be more channels between the small to mid-sized players and regulators to help protect them. She says that big tech players, on the other hand, “who we know are circumventing regulation,” need to be regulated. Essentially, the Bluesky position is one of nuance, rather than absolutes. While Bluesky’s proposal may preserve competition in the social media space, it still doesn’t address the massive privacy implications these age verification measures introduce, such as handing over sensitive identity documents to access age-gated content. Source: CNBC
    • it dosnt support onprem exchange. it dosnt support mapi-calls. the views are all worse/limited. its slower. it cant see public folder calendars. we already have webmail. the list of other missing features is pretty huge but i only see it when customers call to say their email isnt working, and 9/10 times its cause they accidentality changed to outlooknew(new). Hold the line everyone!
    • yeah, this looks beautiful. Damn this winter's going to be great.
  • 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!