Recommended Posts

So, here's my config for those who asked. I made a few changes to the SCPL, but I don't think you'll find that much of a big deal :)

You'll need to extract the /aofoo/ directory of this zip wherever you want, but just remember where because you'll need to change a parameter later.

Font used everywhere is Frutiger Linotype 7, and my Windows theme is the Classic Theme with a 3DCC color scheme and a hacked Marlett font.

This is my layout. Panels marked with red are locked.

Vertical Splitter

|_Horizontal Splitter

|_|_Browser Panel

|_|_Single Column Playlist View

|_|_Track info mod

|_Track info mod

SCPL

Font: Frutiger Lynotype 7

Background: White (255,255,255)

Text color: Black (0,0,0)

Row height: 21

Group rows: 2

Group by %album%

Item Display:

$padding(2,2)

$ifequal($mod(%playlist_number%,2),0,
$puts(back,255-255-255),
$puts(back,245-245-245)
)

$drawrect(0,0,0,0,brushcolor-$get(back) pencolor-null)

$if(%isplaying%,$drawrect(0,0,0,0,brushcolor-211-215-207 pencolor-null)$textcolor(0-0-0),$textcolor(0-0-0))
$if(%_selected%,$drawrect(0,0,0,0,brushcolor-91-120-151  pencolor-null)$textcolor(255-255-255),$textcolor(0-0-0))

$padding(4,0)
$align(right,middle)%title%$font(,,,200-200-200)$align(left,middle)%tracknumber%

Group Display (remember to change the prFolder parameter to the directory where you put /aofoo/!):

$puts(prFolder,C:\Documents and Settings\AlanO\Datos de programa\foobar2000\)

$puts(cover,$replace(%path%,%filename_ext%,)folder.jpg)
$puts(nocover,$get(prFolder)aofoo\nocover.png)

$padding(2,2)
$drawrect(0,39,0,1,brushcolor-91-120-151 pencolor-null)

$imageabs2(37,37,,,,,2,2,$get(cover),NOKEEPASPECT)

$padding(42,0)
$align(left,middle)
$font(,,bold,)%artist%$char(10)
$font(,,normal,)%album%

Right trackinfo (remember to change the prFolder parameter to the directory where you put /aofoo/!):

//change this var

$puts(prFolder,C:\Documents and Settings\AlanO\Datos de programa\foobar2000\)

//Don't edit anymore

$imageabs2(160,20,,,,,0,0,$get(prFolder)aofoo\block.png,)

$alignabs(5,4,130,100,left,)
$if(%isplaying%,
Now playing
$alignabs(105,4,50,100,right,)[%tracknumber%][ of %totaltracks%]
,
Not playing
)


$if(%isplaying%,
$puts(cover,$replace(%path%,%filename_ext%,*.jpg)),
$puts(cover,$get(prFolder)aofoo\nocover.png)
)
$puts(reflection,$get(prFolder)aofoo\reflect.png)

$imageabs2(120,120,,,,,20,150,$get(cover),NOKEEPASPECT ROTATEFLIP-6)
$imageabs2(120,120,,,,,20,150,$get(reflection),)
$imageabs2(154,15,,,,,2,142,$get(prFolder)aofoo\albumshadow.png,)
$imageabs2(120,120,,,,,20,30,$get(cover),NOKEEPASPECT)

// PerSecond
$alignabs(,160,160,200,center,)
$if(%isplaying%,

$font(,,bold,)
%title%
$font(,,normal,)$if(%ispaused%,' (Paused)',)
$char(10)
$font(,,,140-140-140)
 %playback_time% / %length%

$alignabs(15,190,130,100,left,)
$font(,,bold,)
Artist: 
$char(10)
Album: 
$char(10)
Genre:
$char(10)
Year:

$alignabs(15,240,130,100,left,)
$font(,,bold,)
Bitrate: 
$char(10)
Size: 
$char(10)
Codec:

$alignabs(55,190,130,100,left,)
$font(,,normal,70-70-70)
%artist%
$char(10)
%album%
$char(10)
%genre%
$char(10)
%date%

$alignabs(55,240,130,100,left,)
$font(,,normal,70-70-70)
%bitrate% kbps
$char(10)
$div(%filesize%,1024) KB
$char(10)
%codec%
,
Play a song
$char(10)
'Come on, you know you want to'
)

Bottom trackinfo (remember to change the prFolder parameter to the directory where you put /aofoo/!):

//change this var
$puts(prFolder,C:\Documents and Settings\AlanO\Datos de programa\foobar2000\)

//don't edit anymore

// PerSecond
// Progress Bar
$drawrect($muldiv(%_width%,15,100),3,$muldiv(%_width%,70,100),8,brushcolor-null pencolor-211-215-207)
$drawrect($add($muldiv(%_width%,15,100),2),5,$ifgreater($muldiv($sub($muldiv(%_width%,70,100),4),%playback_time_seconds%,%length_seconds%),0,$muldiv($sub($muldiv(%_width%,70,100),4),%playback_time_seconds%,%length_seconds%),1),4,brushcolor-91-120-150 pencolor-null)
$alignabs($sub($muldiv(%_width%,15,100),33),-8,35,30,center,middle)$if2(%playback_time%,0:00)
$alignabs($muldiv(%_width%,85,100),0,33,13,center,middle)$if2(%length%,0:00)


// Global
//Buttons

$button($sub($div(%_width%,2),44),18,0,0,22,22,$get(prFolder)aofoo\prev.png,$get(prFolder)aofoo\prev.png,previous,)

$button($sub($div(%_width%,2),14),15,0,0,28,30,
$if($or(%ispaused%,$not(%isplaying%)),$get(prFolder)aofoo\play.png,$get(prFolder)aofoo\pause.png),
$if($or(%ispaused%,$not(%isplaying%)),$get(prFolder)aofoo\play.png,$get(prFolder)aofoo\pause.png),
$if($or(%ispaused%,$not(%isplaying%)),play,pause)
,)

$button($add($div(%_width%,2),20),18,0,0,22,22,$get(prFolder)aofoo\next.png,$get(prFolder)aofoo\next.png,next,)

Enjoy! :)

Could you post your SCPL (single column playlist) code please? :)

Sure, no problem :)

Row Height: 20

Group Rows: 2

Group by %album%

Item Display:

$font(Calibri,9,,)

$ifequal($mod(%tracknumber%,2),0,$puts(color,255-255-255),$puts(color,245-245-245))
$if(%_selected%,
$puts(color,89-149-217)
$puts(txtcolor,255-255-255)
$puts(txtcolor2,188-213-241),
$puts(txtcolor,0-0-0)
$puts(txtcolor2,150-150-150)
)
$if(%_selected%,$puts(color,89-149-217),)
$if(%isplaying%,$puts(color,53-78-107),)

$if($or(%isplaying%,%_selected%),
$puts(txtcolor,255-255-255)
$puts(txtcolor2,188-213-241),
$puts(txtcolor,0-0-0)
$puts(txtcolor2,150-150-150)
)

$drawrect(0,0,0,0,brushcolor-$get(color) pencolor-null)

$alignabs(4,0,24,20,left,middle)
$textcolor($get(txtcolor2))%tracknumber%
$textcolor($get(txtcolor))
$alignabs(22,0,$sub(%_width%,24),20,left,middle)%title%
$textcolor($get(txtcolor2))
$alignabs($sub(%_width%,54),0,50,20,right,middle)%length%

Group Display:

$font(Calibri,9,,)

$drawrect(4,38,$sub(%_width%,8),1,brushcolor-150-150-150 pencolor-null)
$alignabs(6,4,%_width%,40,left,top)
$font(Corbel,20,bold,220-220-220)%artist%
$alignabs(6,18,%_width%,20,left,middle)$font(Calibri,10,bold,53-78-107)%album%
$padding(-4,0)
$puts(cover,$replace(%path%,%filename_ext%,)folder.jpg)
$drawrect($sub(%_width%,35),2,35,35,brushcolor-0-0-0 pencolor-null)
$imageabs2(33,33,,,,,$sub(%_width%,38),3,$get(cover),NOKEEPASPECT)

^ Yeah, I found out about that myself, but I thought it was only a minor annoyance.

I'll check out the titleformat reference to see what I can come up with.

EDIT: I found it! Replace %album% in the right trackinfo with $iflonger(%album%,18,$padcut(%album%,15)'...',%album%)

Let me know how that goes :)

Edited by Alan Orozco

I've been playing with foobar2000 the entire day. I've been AMAZED by it's power :p The only thing that stops me from moving from iTunes to foobar2000 is that I've not been able to display AlbumArt from ID3 tags. Does anyone knows a way to do this?

^ No problem, dude :) I actually made the SCPL colors sorta easily customizable, because I used defined variables for each event (i.e. Selected, Row Color, Is Playing, etc.)

But change the right trackinfo default font, Tahoma is way to big and the information looks like it was squeezed together.

New day, new one! :D

This time on a fresh XP install.

260207.png

Edited by Alan Orozco
The last one didn't even last one day! :p

[img_]http://www.alanorozco.com/bodega/foobie/250207.png[/img]

Inspired by the Sonata Music Player for Linux. I had never seen such a nice default interface for a music player.

Can you also please post the config to your track info mod ? (the top half)

Thanks :-)

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

    • No registered users viewing this page.
  • Posts

    • PDF-XChange Editor 11.0.1.0 by Razvan Serea PDF-XChange Editor is a comprehensive PDF editor that allows you to create, view, edit, annotate, and digitally sign PDF documents with ease. With advanced features like OCR, document security, and PDF optimization, PDF-XChange Editor is a powerful tool for both personal and professional use. Whether you need to edit text, images, or links, or add comments, stamps, or watermarks, PDF-XChange Editor provides all the necessary tools to make your PDFs look perfect. Additionally, it supports a wide range of file formats, including PDF, XPS, and DOCX, making it easy to convert and share your documents. PDF-XChange Editor key features: Edit text and images in PDF documents Add and remove pages from PDF files Annotate and markup PDFs with comments, highlights, and stamps Use OCR to convert scanned documents into searchable text Create and fill out PDF forms Sign and certify PDF documents digitally Add and edit hyperlinks within PDFs Extract text and images from PDF files Batch process multiple PDF files at once Customize the interface to your preferences Work with multiple documents in tabs Convert PDFs to other formats such as Word, Excel, and HTML Use advanced redaction tools to permanently remove sensitive information Add customizable headers and footers to PDFs Merge multiple PDF documents into a single file Split PDF documents into multiple files Add watermarks to PDF documents Use the measurement tools to calculate distances and areas in PDFs ....and much more PDF-XChange Editor 11.0.1.0 changelog: Fixed a crash in the new Open/Save dialog box when creating a new folder in an unavailable network path. (49552) Fixed a rare/infrequent crash on some dynamic XFA forms after changing their field values. [installer] Fixed an issue where shortcuts were lost during an upgrade from the previous version. [installer] Fixed an issue preventing migration of serial keys during updates from version 10. Fixed the issues with the shell context menu after installation of version 11. Fixed the issue with filtering comments. (49478) Fixed the issue that caused "Error [IO subsystem]: Invalid access mode." when converting PDFs to MS Office formats. Fixed an issue with the context menu position on some multi-monitor systems. (48467) Fixed an issue with handling complex custom file filters, displayed by JS, in the new Open/Save Files dialog box. (49486) Fixed several issues with the new 'Select Folder' dialog box. (49505) Fixed an issue with the new custom 'Open File' dialog box when using double-click to open it. (49498) Fixed an 'infinite' loop/proliferation in the 'Open Files' and 'Manage Places' dialog boxes. (49526) Fixed an issue with handling the mouse wheel inside the document "Find" box. (49539) Fixed an incorrect behaviour in the 'Go back (Alt+Left)' button in the new Open/Save Files dialog box. (49510) Fixed an issue with the shortcut keys (Alt+Left/Right) after navigating via breadcrumb paths in the new Open/Save Files dialog box. (49554) [installer] Fixed an issue with redrawing the progress text in the EXE installers. Fixed the issue where a mouse click outside of the polyline/polygon context menu during annotation creation would cancel the annotation. (49475) We switched back to using the system Open/Save/SelectFolder dialog box by default, instead of using the new one, because some popular features such as the QuickAccess/Recent items are missing in the new version. These will be added in a future release. Replaced the 'Extension' column in the new Open/Save File dialog box with a more user-friendly 'Type' column. Also fixed some issues when handling the 'Show file extension' option. (49497) Added the ability to authenticate local network shares in the new Open/Save Files dialog box. (49557) Improved the handling of dates after 01.01.2030 in XFA files - now such dates are stored properly when set via the dropdown widget. Flags NoZoom and NoRotate are now respected for only a limited subset of annotations. Download: PDF-XChange Editor (64-bit) | Portable ~300.0 MB (Shareware) Download: PDF-XChange Editor (32-bit) | Portable ~200.0 MB Download: PDF-XChange ARM64 | 276.0 MB Download: PDF-XChange Portable @PortableApps.com | 97.0 MB View: PDF-XChange Editor Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Still 3x what it should cost. So, it seems the trick is to increase price by 6x so that a reduction in price back to 4x looks like a steal. "You savvy shoppers win again!" I'm glad I'm not in a desperate spot to actually even need this overpriced crap. Hopefully, it comes back down by the time for when (or if) I ever do.
    • Although AI is great and has it's use cases they likely have massively overhyped it and it has not delivered as per their expectations. I fully expect them to start saying the same things again when it does get to a certain level of intelligence!
    • Microsoft wants to end printer driver headaches with Windows Ready Print by Usama Jawad A few days ago, Microsoft released Windows 11 Experimental build 26300.8553, bringing a ton of enhancements such as Start menu customization, search improvements, Taskbar polish, and other minor UI tweaks. Another relatively major enhancement snuck deep within the change log was related to upgrades to the Windows printing experience. Now, Microsoft has shared more details about these benefits. For starters, Microsoft has renamed its Modern Print Platform to Windows Ready Print. The company believes that this name highlights its shift in strategy, which now focuses on modernizing, securing, and streamlining the printing experience for Windows devices. Some of the upgrades present in Windows Ready Print have already been seeded to customers and partners. This includes ending support for third-party printer drivers via Windows Update and transitioning towards the Internet Printing Protocol (IPP) and the native Windows IPP printer driver. In line with these changes, new printer installations will default to Windows Ready Print on eligible devices starting from July 2026. However, Microsoft recognizes that not all environments will be able to migrate to this platform immediately, so it will allow users to choose between installing the printer via Windows Ready Print or the traditional OEM process. Users will be able to toggle this configuration through Settings > Bluetooth & Devices > Printers & Scanners > Printer preferences. This control applies only to new printer installations, and its functionality can also be modified via Group Policy as follows: Launch Group Policy Editor Navigate to Local Computer Policy -> Administrative Templates -> Printers Find and select 'Configure Windows Ready Print driver ranking' -> double click to open it Select 'Enabled' (if you wish to enable Windows Ready Print driver selection) or 'Disabled' (if you wish to explicitly disable Windows Ready Print driver selection). Select Apply Select OK Similarly, if you set up Windows protected print mode through the same setting in Windows 11, it will also default to using Windows Ready Print exclusively. Microsoft hopes that these improvements will help eradicate dependency on OEM-specific driver installation processes and simplify printer installations. We'll likely find out more about other tangible benefits in the coming months.
  • Recent Achievements

    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      +Edouard
      138
    4. 4
      ATLien_0
      86
    5. 5
      Steven P.
      80
  • Tell a friend

    Love Neowin? Tell a friend!