Recommended Posts

Hey, any of you know where i can edit what the copy command copies to clipboard? There used to be a section where you could edit it but i reinstalled foobar and now i can't find it.

[Edit] The title formatting section isn't there for me - http://pelit.koillismaa.fi/fb2k/index.php?ac=i

t47942_foobar.jpg

I hope this is what are you looking for ;)

Figured out how to change the text colour ;)

But now this pesky horizontal line in the NG Playlist grouping still won't change its colour.

This might help you out.

Globals > Style (this will change color of the line)

	   $if(%_is_group%,
		 $set_style(back,ffffff)
		 $set_style(text,e5c7b8)
	   )

Grouping (you'll need to set the text color here if you haven't done so)

   $rgb(0,51,153)[%album%]

Yeah, I agree. That's why I would surely have it in my fobar folder if it had been released ;)

To start a bit of discussion, what do you guys think of the new chronflow plugin. Just playing around with it right now, but it seems to be really stable and customizable. em3 made the default layout btw :D

post-165530-1208249030.jpg

Yeap, it's nice plugin but I don't like the way how it works - I can only choose between 'add to playlist' or 'replace whole playlist' options.

btw: great music taste mate, on my old screenshot you can also find The Hoosiers and The Fratellis (behind Anhedonia album):

my foo

reminds me of memory hogging itunes :)

Strangely enough, my foobar footprint is now at 12,260 K . It was around when 63,000 K when I started it.

I agree that it kinda takes the minimalism out of foobar, but iTunes is around 70,000 K with no coverflow here ;)

Single Column config from page 402 ;)

Row Height: 18

Group Rows: 2

Edge Style: none

Item Display

$ifequal($mod(%tracknumber%,2),0,
$imageabs(,,\images\LE5\reluna1.png,),
$imageabs(,,\images\LE5\reluna2.png,))

$if(%_selected%,$imageabs(,,\images\LE5\relunagreen.png,),)

$if(%isplaying%,$imageabs(,,\images\LE5\relunablue.png,),)
$if(%isplaying%,$font(Calibri,8,bold,0-0-200),$font(Calibri,8,,0-0-0))

$alignabs(279,2,%_width%,20,left,)
$if(%isplaying%,%_time_remaining%,%length%)

$padding(7,)
$align(left,middle)
[%tracknumber%]

$alignabs(28,2,240,20,left,)
[%title%]

$ifgreater($mul(%_height%,%_itemcount%),88,
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,images\ART_cd.png,)
$imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,190,,$replace(%path%,%filename_ext%,folder.jpg),)
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,images\case.png,)
,)

Group Display

$imageabs(,,\images\LE5\relunaorange2.png,)

$imageabs(4,11,\images\LE5\arrow.png,)

$alignabs(270,9,%_width%,20,left,)
$font(Calibri,11,glow- glowexpand-0 glowalpha-15,40-40-40)
[%date%]
//$replace($replace(%date%,20,''),19,'')

$alignabs(28,3,%_width%,20,left,top)
$font(Calibri,10,bold glow- glowexpand-0 glowalpha-15,40-40-40)
$cut($if(%album artist%,%album artist%,%artist%),42)

$font(Calibri,10,glow- glowexpand-0 glowalpha-15,40-40-40)
$alignabs(28,13,250,20,left,bottom)
%album%

I have some images from this config, you may find it useful:

http://rapidshare.com/files/15708258/images.rar.html

Single Column config from page 402 ;)

Row Height: 18

Group Rows: 2

Edge Style: none

Item Display

$ifequal($mod(%tracknumber%,2),0,
$imageabs(,,\images\LE5\reluna1.png,),
$imageabs(,,\images\LE5\reluna2.png,))

$if(%_selected%,$imageabs(,,\images\LE5\relunagreen.png,),)

$if(%isplaying%,$imageabs(,,\images\LE5\relunablue.png,),)
$if(%isplaying%,$font(Calibri,8,bold,0-0-200),$font(Calibri,8,,0-0-0))

$alignabs(279,2,%_width%,20,left,)
$if(%isplaying%,%_time_remaining%,%length%)

$padding(7,)
$align(left,middle)
[%tracknumber%]

$alignabs(28,2,240,20,left,)
[%title%]

$ifgreater($mul(%_height%,%_itemcount%),88,
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,images\ART_cd.png,)
$imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,190,,$replace(%path%,%filename_ext%,folder.jpg),)
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,175,,images\case.png,)
,)

Group Display

$imageabs(,,\images\LE5\relunaorange2.png,)

$imageabs(4,11,\images\LE5\arrow.png,)

$alignabs(270,9,%_width%,20,left,)
$font(Calibri,11,glow- glowexpand-0 glowalpha-15,40-40-40)
[%date%]
//$replace($replace(%date%,20,''),19,'')

$alignabs(28,3,%_width%,20,left,top)
$font(Calibri,10,bold glow- glowexpand-0 glowalpha-15,40-40-40)
$cut($if(%album artist%,%album artist%,%artist%),42)

$font(Calibri,10,glow- glowexpand-0 glowalpha-15,40-40-40)
$alignabs(28,13,250,20,left,bottom)
%album%

I'll take that back about repairing it, it's alot harder then i actually thought! Meh :(

Primie.uk

Does anyone have the source files? I'd love to re-create it.

Primie.uk

I believe i finished it. I stopped working on it because PanlesUI kept changing too much to keep up with it at the time, but its been about a year and I've since lost the files in a reformat since. anyway thanks for the compliment.

I believe i finished it. I stopped working on it because PanlesUI kept changing too much to keep up with it at the time, but its been about a year and I've since lost the files in a reformat since. anyway thanks for the compliment.

I'd love to see it re-created, i just love the large foobar icon on the titlebar and the overall simplicity!

Primie.uk

I have some images from this config, you may find it useful:

http://rapidshare.com/files/15708258/images.rar.html

do you happen to have the background image for it perhaps? the background behind the rating bar with the gradient or anything else named 'reluna__'

thanks

I'd love to see it re-created, i just love the large foobar icon on the titlebar and the overall simplicity!

Primie.uk

oh thanks. I think its pretty great that i posted that over a year ago and its still getting appreciation.

You should also thank Capricorn, its based of his Miranda skin.

also here is a link to that foobar icon if you're interested

http://loc0.deviantart.com/art/Foobar2000-31516945

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

    • No registered users viewing this page.
  • Posts

    • Just for anyone reading, AdGuard (the free, standalone MV3 extension) is quite good now, a direct competitor to uBlock Origin Lite and much more built-out than it.
    • Microsoft Edge 149.0.4022.62 by Razvan Serea Microsoft Edge is a super fast and secure web browser from Microsoft. It works on almost any device, including PCs, iPhones and Androids. It keeps you safe online, protects your privacy, and lets you browse the web quickly. You can even use it on all your devices and keep your browsing history and favorites synced up. Built on the same technology as Chrome, Microsoft Edge has additional built-in features like Startup boost and Sleeping tabs, which boost your browsing experience with world class performance and speed that are optimized to work best with Windows. Microsoft Edge security and privacy features such as Microsoft Defender SmartScreen, Password Monitor, InPrivate search, and Kids Mode help keep you and your loved ones protected and secure online. Microsoft Edge has features to keep both you and your family protected. Enable content filters and access activity reports with your Microsoft Family Safety account and experience a kid-friendly web with Kids Mode. The new Microsoft Edge is now compatible with your favorite extensions, so it’s easy to personalize your browsing experience. Download: Microsoft Edge (64-bit) | 193.0 MB (Freeware) Download: Microsoft Edge (32-bit) | 170.0 MB Download: Microsoft Edge (ARM64) | 188.0 MB View: Microsoft Edge Website | Release History Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Yeah, when I saw that, I wanted to find the nearest nose. You can't find a good nose these days when you need one.
    • Anthropic launches Claude Fable 5, a state-of-the-art AI model that beats OpenAI's GPT-5.5 by Pradeep Viswanathan Back in April, Anthropic announced Claude Mythos Preview, a frontier model with state-of-the-art coding capabilities. Due to the cybersecurity implications that would occur due to the availability of such a powerful model, Anthropic made it available to only a select set of companies around the world. The company's plan was to prepare appropriate guardrails before releasing such a powerful model to everyone. Now, after nearly two months, Anthropic announced Claude Fable 5, its most capable AI model yet for general users. The company also announced Claude Mythos 5, the same underlying model as Fable 5, but with safeguards lifted, making it more suitable for selected cybersecurity and biology use cases. Claude Fable 5 sits a tier above its Opus models and it beats most other generally available models across areas including software engineering, knowledge work, vision, scientific research, and long-running autonomous tasks. To prevent model misuse, when Claude Fable 5 detects certain requests related to cybersecurity, biology, chemistry, or model distillation, the request will be routed to the Claude Opus 4.8 model. Anthropic claims that these safeguards trigger in less than 5% of sessions on average. However, for large organizations working on critical software, Claude Mythos 5 can be availed through Project Glasswing. Later, Anthropic has plans to expand access through a broader trusted access program. As you can notice in the benchmarks above, Fable 5 and Mythos 5 are state-of-the-art on most key AI benchmarks and they are well ahead of OpenAI's frontier model, GPT-5.5. For example, Fable 5 is the new state-of-the-art model for vision tasks. Also, Mythos 5 has the strongest cybersecurity capabilities of any model in the world. Claude Fable 5 and Claude Mythos 5 are priced at $10 per million input tokens and $50 per million output tokens, which is less than half the price of Claude Mythos Preview. Another big change is that Anthropic is making a change to the way they handle business customer data for both Fable 5 and Mythos 5 models. The company will now require 30-day retention for all traffic on both first- and third-party surfaces. Anthropic promises that it won't use the data to train Claude models, instead it will use it against complex and novel attacks. Claude Fable 5 is available today on the Claude API and consumption-based Enterprise plans. It is also included at no extra cost for Pro, Max, Team, and seat-based Enterprise customers from today through June 22. After that, users on those plans will need usage credits to continue using Fable 5, unless Anthropic extends the included access window based on capacity. Developers can access Fable 5 through the Claude API using the claude-fable-5 model name.
  • Recent Achievements

    • Week One Done
      rubentuben8 earned a badge
      Week One Done
    • Week One Done
      ARaclen earned a badge
      Week One Done
    • One Year In
      jojodbn earned a badge
      One Year In
    • One Month Later
      jojodbn earned a badge
      One Month Later
    • Week One Done
      jojodbn earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      525
    2. 2
      PsYcHoKiLLa
      232
    3. 3
      +Edouard
      124
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!