Recommended Posts

Copy&paste

font: @Arial Unicode MS bold 7pt

bgcolor: 55,107,180

DCAE8DMode: %_trackinfo_mode%$char(10)$if(%_trackinfo_notrack%,No track,
$char(1)C0CEBA4Song Info$char(10)
D7B997Title: ffffff%title%$char(10)
D7B997Artist: F3EAE0%artist%$char(10)
D7B997Album: F3EAE0%album%$char(10)
D7B997Date: F3EAE0%date%)$char(10)
D7B997Genre: F3EAE0%genre%$char(10)
$char(1)C0CEBA4Tech Info$char(10)
D7B997Codec: F3EAE0%__codec% $char(10)
D7B997Bitrate: F3EAE0%__bitrate% Kbit/s$char(10)
D7B997Samplerate: F3EAE0%__samplerate% Hz$char(10)
D7B997Channels: F3EAE0$if(%__channels%,$ifgreater(%__channels%,2,%__channels%ch,$ifgreater(%__channels%,1,' 'Stereo,''Mono)),)$char(10)
D7B997Time: F3EAE0%_time_elapsed% / %_time_total%$char(10)

$puts(theme,1)

// progressbar config
$puts(progress_char,█)
$puts(progress_length,20)

$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,4.5))
$puts(progress_color2a,$blend($get(progress_color2),000000,1,5.7))
// progressbar
$puts(progressbar,
$if(%_length_seconds%,

$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...
)
)
$get(progressbar)

584914416[/snapback]

Where would I paste this to get the desired effects? Thanks in advance.

Hi, i had 2 questions

1. where do i copy this text:

// 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)

' '

2. The extension .ski, how can I open??

Thank U :)

alright got the winstripe icons taken care of, now i want to know how all you guys managed to get all the toolbars without the titlebar displayed to make things look all ugly. i want to get rid of "panel stack", "volume", etc. and have it all on the same level and not divided up.

alright got the winstripe icons taken care of, now i want to know how all you guys managed to get all the toolbars without the titlebar displayed to make things look all ugly. i want to get rid of "panel stack", "volume", etc. and have it all on the same level and not divided up.

584929438[/snapback]

right click > "show caption bar" on each panel

and have it all on the same level and not divided up.

didn't get what u meant :x

I'm a newbie, i need to know....after I download all of those plugins how do i get my foobar to look like the ones posted on this forum, because alot of these look really good and i would like mine to like like them. Thanx for your help

I'm a newbie, i need to know....after I download all of those plugins how do i get my foobar to look like the ones posted on this forum, because alot of these look really good and i would like mine to like like them. Thanx for your help

584935469[/snapback]

I really like the application cause it's light on the resources, but I'm with qrich_matrix, is there a newbie's guide to skinning this application out there? Could someone post a link, or care to elaborate? Thanks. :D

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

    • No registered users viewing this page.
  • Posts

    • Chrome is Google's commercial web browser product; it consists of their proprietary features (Googlified everything including profile sync) plus their chromium project barebones web browser. Google developers control the chromium project. The chromium project is the "core" for the web browser product from other vendors including Microsoft Edge (their own proprietary features), Opera (their own features), Brave (their own features), etc... The "downstream" teams at Microsoft, Opera, Brave, etc., can either integrate their original MV2-supporting code into future builds, or they can integrate chromium wholesale and simply add-on their own features/functionalities -- their 'current' build pipeline, so to speak. THIS is why changes at the chromium project affect so many products besides only Google's commercial Chrome browser. -- Edit to add: The chromium project is open-source, and is the piece that's Google's code contribution to the W3C and world wide web at large; there are no licensing fees for others to use the code in their own products... which is what they do. Other browser engines do exist (Firefox's for example) but it's nearly impossible to have both engines bundled into the same 1 browser product.
    • You're comparing settler colonies to colonized war torn nations. It's easy to become the richest by coming in and stealing other people's land, culture and resources.
    • ABP has become "old news" when MV3 started rolling out. They've gone downhill and is now simply irrelevant..... in my experience.
    • About two years ago, I switched to Brave and haven't looked back.
    • FWIW StatCounter has been trash for over 25+ years! Back in the day (circa 2000 and GeoCities pre-Blogger era), it was useful to paste a number on your webpage indicating how many visitors you had. In the ensuing 25+ years, they've grown in reputation and changed their ways... but their overall consumer value has remained abysmal. Serious marketing agencies only cite StatCounter when there's literally no other sources available to support any marketing claims! They are the absolute lowest threshold serious companies use to push any sort of narrative about this-or-that happening. Besides their credibility being what it is, they are forever subject to quality issues. They're so bad that my DNS-level ad-filter prevents me from even viewing their main website! HA!
  • 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
      531
    2. 2
      PsYcHoKiLLa
      231
    3. 3
      +Edouard
      131
    4. 4
      ATLien_0
      88
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!