Recommended Posts

I uninstalled winamp too, and began using Foobar ..

I'm very sorry, but I can't read this whole topic, it is just too much (and I doubt the code tor that column is in it somewhere)

I'm searching for the code for a "playlist-number" ...

I'd like a column with the playlist-entry-number in it, I tried [%tracknumber%], but that doesn't work...

foobar1.jpg

Ok, this is the code I was searching for .... $num(%_playlist_number%,$len(%_playlist_total%))

Edited by Shaidar

My new foobar, based on Longhorn Alternative GUI by enhanced/krezno/pantoni, i just started a few hours ago only, so its just a beeeeeeeeeeeeeta :), enjoy, buttons by me based on Y'z Toolbar of LHA, which is a mod also, so i dont know if im allowed to release it, the whole 7 buttons there (except random, havent got a way to make it, no ideas :p), hope you like, .fcs still in beta phase like i said

post-53569-1099350800_thumb.jpg

Are you asking for a way to hide playlist tabs?

No, but i cann't make my playlist like yours, because if i hide my playlisttabs ..... after i have my buttonbar from leftside to rightside. That means, i cann't make my buttonbar so short, like yours! - You understand?

((((( Strictly4me )))))

Can anyone tell me how to get the Album list windo to appear in the sidepanel under Column UI????

Sentio, can you tell me???

I have the database enabled, I have the ColumnUI with the side panel enabled, but when I right-click over the side panel, I don't see any option of adding it...

Thanks

For those that had problems, like me, here is how you get the album list side panel...

Also, in defense of other users like me, you people need to start posting which versions you're using. When there are over 5 releases, it's kind of hard to know which is the latest... especially if the person who made the damn plugin doesn't even have a direct link to the 'latest' but to an older version.

Download the LATEST column UI >= 0.1.2 Beta 1

Download the LATEST albumList UI >= 0.1.1 Alpha 4

Enable Database - Preferences -> Database -> Database Enabled

Enable Column UI - Preferences -> Display -> Use Interface Module

Enable the Side Bar - Column UI -> Display -> Enable SideBar

Right-Click on the Sidebar MENU -> General -> Album List

If this doesn't work... check your versions... I had the latest Column UI, but I had Alpha 3 of Album list and it wasn't working... so ALWAYS CHECK VERSIONS!

Edited by HeartsOfWar

Thanks to this forum topic I have been able to modify my Foobar with alternate colors, get my database working, album list and a bunch of other mods to make foobar exactly what I need. One of the last things that I cannot get is in the pic below.

foo.jpg

I would like to have on the first line the ARTIST. On the second line the ALBUM - GENRE. I have gone through other configurations but have been up able to find out how to do this. If anyone can assist that would be awsome. I look forward to showing my config soon.

// CONFIGURATION
// =========================================
// Which color-theme to use?
// 0=custom (set your colors below)
// 1=gems (default)
$puts(theme,1)


// custom color-theme (ignored if above value is not 0)
$puts(progress_color1,$rgb(164,235,12))
$puts(progress_color2,$rgb(54,106,179))


// progressbar config
$puts(progress_char,▬)
$puts(progress_length,15)
$puts(seperator,' | ')




// =========================================
// end of configuration
// =========================================





// CHECK IF A COLOR-THEME WAS SET
// =========================================
// gems
$if($strcmp($get(theme),1),
$puts(progress_color1,$rgb(164,235,12))
$puts(progress_color2,$rgb(54,106,179))
)


// PREPARE COLOR-STRINGS
// =========================================
$puts(progress_color1a,$blend($get(progress_color1),000000,1,3.5))
$puts(progress_color2a,$blend($get(progress_color2),000000,1,3.5))


// BUILD STATUSBAR
// =========================================
// filetype
$puts(filetype,
$if($or($stricmp($ext(%_path%),cue),$stricmp($ext(%_path%),apl)),
$cut($upper($ext(%__referenced_file%)),4),
$if($stricmp($left(%_path%,4),cdda),$cut($upper(%_path%),4),$cut($upper($ext(%_path%)),4))
)
)


// set quality-info (bitrate, etc.)
$puts(quality,
$if2([%__bitrate_dynamic%kbps],[%__bitrate%kbps]))
$if($strcmp(%__codec%,musepack),$if(%__mpc_profile%,$puts(quality,%__mpc_profile%  $get(quality))))
$if($strcmp(%__codec%,MP3),$if(%__extrainfo%,$puts(quality,$get(quality)' '%__extrainfo%),$puts(quality,$get(quality)' CBR')),$puts(quality,$get(quality)[' '%__extrainfo%])
)

// progressbar
$puts(progressbar,
$if(%_length_seconds%,
$if(%_ispaused%,| |, ►)' '
$puts(progress,$muldiv(%_time_elapsed_seconds%,$get(progress_length),%_length_seconds%))
$transition($repeat($get(progress_char),$get(progress)),$get(progress_color1a),$get(progress_color1))
$transition($repeat($get(progress_char),$sub($get(progress_length),$get(progress))),$get(progress_color2a),$get(progress_color2))
$pad_right($muldiv(%_time_elapsed_seconds%,100,%_length_seconds%),3)'%'
,streaming...
)
)

$puts(time,
 $if(%_time_elapsed%,%_time_elapsed%,-:--)' /' %_length%
)



// display statusbar
// =========================================
' '

$puts(PIPE_COLOR,)
$puts(FONT_COLOR,)
$get(filetype)
$get(seperator)
$get(quality)

$if(%__samplerate%Hz%,'  '$get(PIPE_COLOR)|$get(FONT_COLOR)'  '%__samplerate%Hz)
$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,'  '$get(PIPE_COLOR)|$get(FONT_COLOR)'  'Stereo,'  '$get(PIPE_COLOR)|$get(FONT_COLOR)'  'Mono)),)
$if(%__extrainfo%,
'  '$get(PIPE_COLOR)|$get(FONT_COLOR)'  '%__extrainfo%)



$get(seperator)
$get(progressbar)
$get(seperator)

$get(time)

' '

Might be a silly question but how did you get the search in the player itself rather then in a window? (the search rectangle in the top right corner)

especially if the person who made the damn plugin doesn't even have a direct link to the 'latest' but to an older version.

584854889[/snapback]

Please elaborate. I see no incorrect links. Maybe you should spend less time browsing my folders on my webspace and more time checking your facts, and fixing your links, 0.1.2 beta 1 is not current version.

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

    • No registered users viewing this page.
  • Posts

    • Apple is expanding Private Cloud Compute beyond its own data centers by Pradeep Viswanathan At WWDC 2026, as part of the improved Apple Intelligence capabilities, Apple today announced that it is expanding Private Cloud Compute (PCC), its privacy-focused cloud infrastructure for Apple Intelligence, beyond its own data centers for the first time. Private Cloud Compute was designed to handle Apple Intelligence requests that are too complex to run fully on-device. The PCC system does not store user data and does not allow Apple or anyone else to access user requests. Last year, Apple also expanded its Security Bounty program with rewards of up to $1 million for researchers who could find serious vulnerabilities in PCC. Until now, Apple's PCC data centers were using Apple's own silicon. As part of the expansion, Apple is working with Google and NVIDIA to run new Apple Intelligence workloads on Google Cloud systems powered by NVIDIA GPUs. Apple will be using this new infrastructure to execute more demanding AI tasks while maintaining the same privacy and security guarantees of PCC. The new implementation uses NVIDIA Confidential Computing with NVIDIA GPUs, Intel CPUs with TDX, and Google’s Titan chip. Apple says it has worked with Google to build additional protections beyond a traditional confidential computing deployment. Despite the expansion to third-party data centers, Apple claims that its core PCC requirements remain unchanged, including stateless computation, no privileged runtime access, non-targetability, and verifiable transparency. The company highlighted that it will continue to control the PCC software stack, and Apple devices will only trust PCC software that has been cryptographically approved by Apple. To take security to the next level, Apple mentioned that it is maintaining an append-only ledger of Google Cloud hardware that is part of the PCC fleet. The company claims this will help reduce the risk of supply chain attacks. In addition to AI infrastructure, Apple also worked with Google to use technologies behind the Gemini family of models to build the next generation of Apple Foundation Models to power Apple Intelligence features across on-device and cloud workloads. As expected, for more demanding AI tasks like agentic tool use and complex reasoning, Apple will rely on the expanded PCC infrastructure running on Google Cloud. The expansion of PCC on Google Cloud will gradually ramp toward the full set of protections during the summer preview period. As before, Apple will also publish binaries for public inspection, provide research tooling, and give researchers access to live PCC nodes in research mode through the Apple Security Bounty Program.
    • my problem with outlook (new) is that it connects only to outlook.com. all connections to external providers goes through there. Got your mail server and want to use imap directly? no way... it adds a connector on outlook.com. last bug; if your email on an external provider if the same as principal email of your microsoft account, it doesn't work...
    • It's the only reason I finally have an iPhone (for work) and enjoy using it so much that I'm tempted to move from android next time I need to replace my own device
    • So is Russia, China, Iran, North Korea, just to mention a few. What's your point? Everyone is a threat from their enemies' perspective. I'd say that Israel is only a threat to their immediate enemies like Hamas, Hezbollah and the Iranian regime, not to anyone else.
    • The government is not the good guy either. You propose 99% of people require that the government overreach and govern their freedom of information and privacy, while ignoring the government is made up 100% of people, of which 99% are (as you described) brain dead. You can't have both. The reality is Signal is absolutely right and the government is doing what it has always done. Ignoring that we are their boss and grabbing all the power they possibly can to make sure we aren't. Your (societies) ###### parenting is not reason enough as to why I can't have a safe platform for my data/information. Thinking the government is helping is precisely what they are targeting psychologically to take suckers like you for a ride. "Think of the children" was, has, is, and will always be a mechanism of control. In the rare occasion it's actually essential the mass consensus has always been there and it doesn't become a debate.
  • Recent Achievements

    • Very Popular
      Captain_Eric earned a badge
      Very Popular
    • One Month Later
      amusc earned a badge
      One Month Later
    • 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
  • Popular Contributors

    1. 1
      +primortal
      508
    2. 2
      PsYcHoKiLLa
      222
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      86
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!