Recommended Posts

Other playlist for my foo (by xellas):

321321321321123kb1.jpg

Group display:

$imageabs2(%_width%,%_width%,,$div(%_width%,2),,%_height%,,,
$if($fileexists($replace(%path%,%filename_ext%,'folder.jpg')),
$replace(%path%,%filename_ext%,'folder.jpg')
,
'/components\default.jpg')
,nokeepaspect)
$drawrect(,-12,500,77,pencolor-100-100-100 brushcolor-null alpha-180 width-30)
$drawrect($sub(%_width%,$max($calcwidth($font(calibri,9,uppercase,)%album%),20)),40,300,6,pencolor-100-100-100 brushcolor-null alpha-180 width-8)
$alignabs($sub($sub(%_width%,18),$max($calcwidth($font(calibri,9,uppercase,)%album%),20)),34,%_width%,%_height%,left,)$font(wingdings 3,13,textalpha-180,100-100-100)y
$alignabs(-5,50,%_width%,%_height%,right,)$font(Arial Rounded MT Bold,11,boldglow-100-100-100glowexpand-0,20-20-20)[%album artist%]
$alignabs(-5,36,%_width%,13,right,)$font(tahoma,8,boldglow-90-90-90glowexpand-0,250-250-250)[%album%]
$alignabs(2,-1,%_width%,%_height%,left,bottom)$font(Kroeger 05_55,7,,30-30-30)[%date%]/[%genre%]
$alignabs(2,48,%_width%,%_height%,left,)[%__bitrate%'kbps']
$drawrect(0,0,0,1,brushcolor-70-70-70 pencolor-null)

Item display

$if(%_selected%,$drawrect(0,0,$sub(%_width%,0),0,brushcolor-40-40-40 pencolor-null))

$if(%isplaying%,
$drawrect(0,0,$sub(%_width%,0),0,brushcolor-0-0-0 pencolor-90-90-0 width-3)
$alignabs(5,-1,%_width%,%_height%,,middle)$font(wingdings 3,11,boldglow-105-105-0glowexpand-1,255-255-0)a
,
$alignabs(5,0,%_width%,%_height%,,middle)$font(tahoma,7,glow-50-50-50glowexpand-0,90-90-90)%tracknumber%
)

$alignabs(21,0,$sub(%_width%,50),%_height%,,middle)$font(calibri,8,glow-40-40-40glowexpand-1,180-180-180)%title%

$if($strstr(%cwb_activelist%,-s-),[ - %artist%],)
$alignabs(-5,0,%_width%,%_height%,right,middle)$font(tahoma,8,,$if(%isplaying%,255-255-0,70-70-70))
$if(%isplaying%,%playback_time%,%length%)

Edited by dawxxx666
I've been workin' on this conf for a while now, and I have a question. How can I make a button that switches the single column playlist to columns playlist, and vice versa?

First of all i'm presuming you are using panelsui

put something like this..

$select($eval($getpvar(playlist.mode)+1),

$panel(Playlist views,Single Column Playlist,4,10,100,500,),

$panel(Playlist views,Columns Playlist,4,10,100,500,))

..and this will create a toggle button, depending which playlist is displaying.

$ifequal($getpvar(playlist.mode),0

$button(277,23,0,0,67,30,,PVAR:SET:playlist.mode:1,),

$button(277,23,0,0,67,30,,PVAR:SET:playlist.mode:0,))

of course all numbers will need changing to your settings, and you will need put in your button image location too.

Unfortunately no. Maybe the problem is in my pui code.

// Background

$imageabs(0,0,PanelsUI/cubes/background.png,)


// PerTrack
$panel(Panels,Album Art,352,16,105,105,)
$panel(Panels,WSH panel,246,484,203,13,)
$panel(Panels,Playlist switcher,352,146,110,195,)
$panel(Visualisations,Spectrum analyser,347,374,115,54,)
$button2(1,1,1,1,40,40,,,Preferences,)

$if(%isplaying%,$button(261,505,0,0,12,16,PanelsUI/cubes/pause.png,PanelsUI/cubes/pause_hoover.png,'Play or Pause',))
$if(%ispaused%,$button(261,505,0,0,12,16,PanelsUI/cubes/play.png,PanelsUI/cubes/play_hoover.png,'Play or Pause',))


$alignabs(353,442,366,454,100,100)$font(,36,,100-100-95)[%date%]

$alignabs(26,472,215,500,100,100)$font(,7,,80-80-70)ARTIST : [%artist%]$char(10)
TITLE : [%title%]$char(10)ALBUM : [%album%]
$alignabs(384,506,384,508,40,40)$font(,,,50-50-45)[%codec%] [%bitrate% kbps] 


$select($eval($getpvar(playlist.mode)+1),
$panel(Playlist views,Single Column Playlist,18,20,315,409,),
$panel(Playlist views,Columns Playlist,18,20,315,409,)

$ifequal($getpvar(playlist.mode),0,
$button(270,505,0,0,12,16,PanelsUI/cubes/singlecolumn.png,PVAR:SET:playlist.mode:1,),
$button(270,505,0,0,12,16,PanelsUI/cubes/columns.png,PVAR:SET:playlist.mode:0,))

Behold! Default UI FTW. Ok so I just felt like breaking up the sexy config thread a little :p

In all honesty I dont believe in crazy customization of a window that stays planted in my system tray but I'm amazed at the abilities of some of the people here.

clipboard01zq4.png

Edited by .AlleymaN
Behold! Default UI FTW. Ok so I just felt like breaking up the sexy config thread a little :p

In all honesty I dont believe in crazy customization of a window that stays planted in my system tray but I'm amazed at the abilities of some of the people here.

Hahah!

It all depends, i love to stare at my foobar, some others use it on a separate monitor, or hell, just to be happy when you have to switch playlists :p

Unfortunately no. Maybe the problem is in my pui code.

A few little changes and I've just tried this and it works.

// Background

$imageabs(0,0,PanelsUI/cubes/background.png,)
// PerTrack
$panel(Panels,Album Art,352,16,105,105,)
$panel(Panels,WSH panel,246,484,203,13,)
$panel(Panels,Playlist switcher,352,146,110,195,)
$panel(Visualisations,Spectrum analyser,347,374,115,54,)
$button2(1,1,1,1,40,40,,,Preferences,)

$if(%isplaying%,$button(261,505,0,0,12,16,PanelsUI/cubes/pause.png,PanelsUI/cubes/pause_hoover.png,'Play or Pause',))
$if(%ispaused%,$button(261,505,0,0,12,16,PanelsUI/cubes/play.png,PanelsUI/cubes/play_hoover.png,'Play or Pause',))
$alignabs(353,442,366,454,100,100)$font(,36,,100-100-95)[%date%]

$alignabs(26,472,215,500,100,100)$font(,7,,80-80-70)ARTIST : [%artist%]$char(10)
TITLE : [%title%]$char(10)ALBUM : [%album%]
$alignabs(384,506,384,508,40,40)$font(,,,50-50-45)[%codec%] [%bitrate% kbps] 

$select($eval($getpvar(playlist.mode)+1),
$panel(Playlist views,Single Column Playlist,18,20,315,409,),
$panel(Playlist views,Columns Playlist,18,20,315,409,),)

$button(270,505,0,0,12,16,PanelsUI/cubes/singlecolumn.png,,PVAR:SET:playlist.mode:$ifequal($getpvar(playlist.mode),0,1,0),)

Behold! Default UI FTW. Ok so I just felt like breaking up the sexy config thread a little :p

In all honesty I dont believe in crazy customization of a window that stays planted in my system tray but I'm amazed at the abilities of some of the people here.

Which font is that?

hey!

I've been trying desperatly configure my foobar but I can't seem to do it :|

this is the config I've been trying to make

http://customize.org/foobar/skins/49092

45151.jpg

but I do what is in the readme, I have the components, and my foobar turns to this:

foobar.jpg

can anybody help me?

Im having problems still with my album art, the covers arent displaying and they did in a previous install of foobar..

$ifgreater($mul(%_height%,%_itemcount%),88,
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\ART_cd.png,)
$imageabs2(80,79,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,5)),,%_height%,$sub(%_width%,120),,$get(coverPath),)
$imageabs2(100,90,0,$sub($mul(%_height%,%_itemindex%),$add(%_height%,1)),,%_height%,$sub(%_width%,135),,images\case.png,)
,)

This is the code im using by bbmartini

My foobar:

th_untitled-190Jz.png

Anyone know how to fix? Thanks.

How can I get the albumart to work like on that pic? I have columnsUI and album art panel but I can't figure out how to move the albumart out from it's own panel..

hey!

I've been trying desperatly configure my foobar but I can't seem to do it :|

this is the config I've been trying to make

http://customize.org/foobar/skins/49092

45151.jpg

but I do what is in the readme, I have the components, and my foobar turns to this:

foobar.jpg

can anybody help me?

change this line in panels ui>layout globals "$puts(images,images\gsm_flv_mod\)" to wherever you put the images if that is correct maybe you dont have the dll's for png support, i think they can be found in this topic

change this line in panels ui>layout globals "$puts(images,images\gsm_flv_mod\)" to wherever you put the images if that is correct maybe you dont have the dll's for png support, i think they can be found in this topic

I tried changing that, but it's the same problem.

then I downloaded libpng.dll and zlib.dll and put them in the components dir and it did nothing. Or do I have to put them in a different dir? Damn, why doesn't this work? bah

I tried changing that, but it's the same problem.

then I downloaded libpng.dll and zlib.dll and put them in the components dir and it did nothing. Or do I have to put them in a different dir? Damn, why doesn't this work? bah

they dont go in the components folder, they just go in the foobar2000 folder

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

    • No registered users viewing this page.
  • Posts

    • I have not even heard of that game. will take a look
    • Chasys Photo 5.41.01 by Razvan Serea Chasys Photo is a suite of image editing applications including a layer-based image editor with adjustment layers, linked layers, timeline and frame-based animation, icon editing, image stacking and comprehensive plug-in support (Chasys Photo Editor), a fast image viewer (Chasys Photo Viewer) and a fast multi-threaded image file converter (Chasys Photo Converter) , with RAW image support in all components. It supports the native file formats of several competitors including Adobe Photoshop, Affinity Photo, ArtWeaver, Corel PhotoPaint, FireAlpaca, GIMP, Krita, Paint.NET, PaintShop Pro and Pixlr, and the whole suite is designed to make effective use of multi-core processors, touch-screens and pen-input devices. Designed under the mantra of “unique, flexible and powerful”, Chasys Photo takes a radically different approach to image editing with the aim of opening up new possibilities for those who dare to be different. Chasys Photo key features: Free-style layering with blending modes Adjustment layers with multiple adjustments per layer Linked layers (a.k.a Linked Smart Objects) Composite, Image List, Frame Animation and Object Animation image modes Animation, both frame-based and object-based (timeline animation) Animation Composer engine Image Stacking for noise reduction, super-resolution, etc. Tablet/Pen-input/Stylus support with pressure control Touch-screen support with gestures including pitch-to-zoom and multi-finger panning Support for the native formats of Adobe Photoshop, Affinity Photo, ArtWeaver, Corel PhotoPaint, FireAlpaca, GIMP, Krita, Paint.NET, PaintShop Pro and Pixlr Support for common formats such as JPEG, animated PNG, animated GIF, TIFF, PICT, WebP, HEIF, DDS, JPEG-2000, JPEG-XR, JPEG-XL, AVI video, etc. Support for the OpenRaster interchange file format and rare formats such as QOI, MNG/JNG and DPX Support for older formats such as PPM/PGM/PBM, PCX/DCX, PCD, TGA, COKE, etc. Comprehensive Camera RAW file support with live adjustment Extensive plug-in support with streamlined SDKs Support for Photoshop Filter Plug-ins (.8BF) Advanced printing and scanning engines PDF document generation Icon and cursor editing, import and export, including Vista-style and Mac-OS icons Screen Capture, including Video Screen Capture with multiple triggering modes Video capture from devices (e.g. TV/Video) Supports multi-core processors, High-DPI displays and Multiple Display setups Integrated File Browser, Bluetooth OBEX and in-built utilities (Calculator, Notepad) Shell integration with thumbnails and conflict detection Unlimited Undo/Redo and Asynchronous Auto-Save, with Just-in-time memory compression to save space Fully re-editable text with advanced styling and effects (TextArt) Full alpha channel through out the workflow with Alpha protection (a.k.a. transparency protection) Multiple language support with user-editable language files and translation assistant (Chasys Photo Language Studio) Anti-aliasing and super-sampling support in tools and paths* Smart-resizing (similar to seam-carving) Best-in-class post-edit heuristics anti-aliasing engine Physical measurement specification with display size detection via EDID Uses the latest CD5 specification with animation and multi-resolution Super-fast internal graphics engine (JpDRAW2) Full UNICODE support in all components Metadata save, restore and scale to imitate vector art Configurable Guides and Grids with Snap-to-Grid Smart-dither to custom palette Asynchronous preview rendering engine Pantone equivalent palettes for PMS 100 to 814-2x Automatic color naming ... and many more! Chasys Photo 5.41.01 changelog: New Features Layered images with multiple pages (Composite/Multi-page) Additional templates to support template-centric workflow New Layer Blend Mode: Inverse Luma Mask Horizon detection in Rotate Transform Cropping option when importing video Orientation options in QR Code Generator plug-in Solved angle ambiguities (CCW versus CW) Internal Improvements Improved graphics engine (JpDRAW2™ v26.05) Improved CD5 codec (v4.10, improved ACSC compression) Improved interpolation when downsizing images Improved motion detection in Video Capture Slightly lower memory usage (RAM is getting expensive!) File Support and Bug Fixes Improved PXZ file support (placeholders, blanks) [bug-fix] Memory leak in flt_JPEG.dll Download: Chasys Photo 5.41.01 | 46.1 MB (Freeware) View: Chasys Photo Home Page | Wikipedia Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • We don't need stars for the word, just use the word "CSAM"
    • If they want to do business in the UK then they can't ignore it. thats why Imgur pulled out of the UK
    • Most of UK Gov are involved in pedophelia and satanic cults/rituals aka epstein mossad agent.
  • 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
      220
    3. 3
      ATLien_0
      92
    4. 4
      +Edouard
      89
    5. 5
      Steven P.
      83
  • Tell a friend

    Love Neowin? Tell a friend!