Recommended Posts

Hallo dawxxx666 !

Could you post earlier config (or new strings to replace in my actual config) with older version of your cdcover images? link

I'd like to put it in your latest version (1.03). This view of empty cd case is very original (Foo AvA by dawxxx666 1.0.2)...

nocoverjq8.th.jpg

An example of back cd case art (Foo AvA by dawxxx666 1.0.2)...

backcoverdc8.th.jpg

It may interests the other users of foobar2k :)

I gave up on using the Lyrics Panel a while back, but I'm willing to try again if someone could show me how, haha.

I couldn't find a guide on the internet on how to use it.

Only thing is, I don't want lyrics to be embedded into my mp3's. I need them separate in a folder somewhere.

Am I suppose to have them in TXT or LRC files or something? And how would I set up Lyrics settings to use those files as the source?

I gave up on using the Lyrics Panel a while back, but I'm willing to try again if someone could show me how, haha.

I couldn't find a guide on the internet on how to use it.

Only thing is, I don't want lyrics to be embedded into my mp3's. I need them separate in a folder somewhere.

Am I suppose to have them in TXT or LRC files or something? And how would I set up Lyrics settings to use those files as the source?

you can try the new Lyrics Show Panel Modded. Enter its settings and choose to save the lyrics to a directory of your liking. it's a very nice plugin. I only wished it showed more results as it misses some songs sometimes.

@dawxxx666: nice update, it's getting better and better.

@bzhSlap: maybe you're not fully tagging your files. have you tried a tagging application like MP3Tag? The same thing happened to me once. Windows Media Player mis-tagged all my music files.

Thanks xan K !

I have been re-writing all my tags with MP3Tag :sleep: and FOO from AVA is working fine now :yes:

@SHADOW-XIII: You need to restart foobar after switching them or maybe you're using the wrong playcount plugin. there's one that uses the %play_count% code and another that uses %play_counter%. I'm using the latter and it works fine.

@ThePitt: sure! here it goes:

$alignabs(,$add(%_width%,-13),%_width%,%_height%,center,top)
//$font($get(fontAVA),10,glow-0-200-255 glowexpand-0 glowalpha-120,220-220-220) [[%play_counter%] play$if($strcmp([%play_counter%],1),,s)]
$font($get(fontAVA),8,glow-155-155-155 glowexpand-0 glowalpha-120,220-220-220)
[Next song: $font($get(fontAVA),8,$ifequal($getpvar(blue),1,glow-0-200-255 glowexpand-0 glowalpha-120,glow-255-50-50 glowexpand-0 glowalpha-120),250-250-250)%cwb_next_title%]
$alignabs(,$add(%_width%,-3),%_width%,%_height%,center,top)
$font($get(fontAVA),16,glow-200-200-200 glowexpand-1 glowalpha-120,244-244-244)%title%
$char(10)
$font($get(fontAVA),12,$ifequal($getpvar(blue),1,glow-0-200-255 glowexpand-1 glowalpha-120,glow-255-50-50 glowexpand-1 glowalpha-120),220-220-220)[%artist%]
$char(10)
$if(%album%,$font($get(fontAVA),10,glow-120-120-120glowexpand-0,220-200-100)[%album%],)
$char(10)
$font($get(fontAVA),10,glow-180-50-50glowexpand-0,255-255-0)[%date%]
$char(10)
$font($get(fontAVA),6,glow-120-120-120glowexpand-0,255-50-50)-----------------------------------------------
$char(10)
$font($get(fontAVA),8,glow-120-120-120glowexpand-0,255-255-255)[%play_counter%] plays / 
$font($get(fontAVA),8,glow-120-120-120glowexpand-0,255-255-255)Latest: 

//----------------------------------------
// NATURAL LANGUAGE TIMESTAMPS
// by topdownjimmy
// v0.3.c - Dec 4, 2006
//----------------------------------------
$puts(year,$left(%cwb_systemdate%,4))
$puts(month,$substr(%cwb_systemdate%,6,7))
$puts(day,$substr(%cwb_systemdate%,9,10))
$puts(dayssince,$cwb_datediff(%cwb_systemdate%,%last_played%))
// correct "dayssince" to consider early AM to be an extension of previous day
$puts(dayssince,$sub($get(dayssince),$if($and($greater(7,%_system_hour%),$greater($substr(%last_played%,12,13),6)),1,0)))
$if($and($greater(%_system_hour%,6),$greater(7,$substr(%last_played%,12,13))),$puts(dayssince,$add($get(dayssince),1)),)
// calculate day of week
$puts(calcdayofweek,$add(1,$mod($add($substr(%last_played%,3,4),$div($substr(%last_played%,3,4),4),$select($substr(%last_played%,6,7),6,2,2,5,0,3,5,1,4,6,2,4),$substr(%last_played%,9,10)),7)))
// correct day of week to consider early AM to be an extension of previous day
$puts(calcdayofweek,$sub($get(calcdayofweek),$ifgreater(7,$substr(%last_played%,12,13),1,0)))
$if($strcmp($get(calcdayofweek),0),$puts(calcdayofweek,7),)
// calculate period of day (night, morning, etc.)
$puts(dayperiod,$select($add(1,$substr(%last_played% ,12,13)),Night,Night,Night,Night,Night,Night,Night,Morning,Morning,Morning,Morning,Morning,Afternoon
,Afternoon,Afternoon,Afternoon,Afternoon,Evening,Evening,Evening,Evening,Night,Night,Night))
// calculate natural language timestamp
$if(%last_played%,$put(nat_lang_stamp,$ifgreater($get(dayssince),0,$ifgreater($get(dayssince),1,$ifgreater($get(dayssince),6,$if($and($greater($get(dayssince),21),$not($strcmp(%_system_month%,$substr(%last_played%,6,7)))),$if($not($strcmp(%_system_year%,$substr(%last_played%,1,4))),$select($substr(%last_played%,6,7),January,February,March,April,May,June,July,August,September,October,November,December)' '$substr(%last_played%,1,4),$ifgreater(2,$sub(%_system_month%,$substr(%last_played%,6,7)),'Last Month',$select($substr(%last_played%,6,7),January,February,March,April,May,June,July,August,September,October,November,December))),$ifgreater($div($add($get(dayssince),4),7),1,$div($add($get(dayssince),4),7)' Weeks Ago',Last Week)),$select($get(calcdayofweek),Sunday,Monday,Tuesday,Wednesday,Thursday,Friday,Saturday)' '$get(dayperiod)),$if($strcmp($get(dayperiod),Night),Last,Yesterday)' '$get(dayperiod)),$if($strcmp($get(dayperiod),Night),Tonight,This $get(dayperiod)))),$put(nat_lang_stamp,Never))
//--------END TIMESTAMP------------

right-click=>settings on the info below albumart, then locate the first line of the code and replace it all the way down to the //Background line. The playcount time stamps is made by topdownjimmy, so please keep that signature on it. it goes well with the "Red Theme" hope it helps.

Sorry for the big code post, the rollable one wasn't working... :(

Edited by xan K
Small bug noticed: setting Nothing gives nothing in the list, setting Ratings gives nothing in the playlist, setting Playcount gives Ratings in the playlist <- no way to set up Playcount :/

Download my config once (I've made some fixes). You can also find right playcount component download link in first post.

Regards

Hi,

I have a question / proposition regarding to the visualisation of audio channels with the peakmeter or the spectrum.

Is it possible to have a two-channel spectrum ? e.g. Left and Right like the peakmeter but with the spectrum values;

or eventually, one spectrum axe with superposed left and right spectrums e.g. one in red and one in blue for exemple.

As it was done by CoolEdit and now with Adobe Audition...

Thanks in advance !

@xan K

Use "codebox"

I'd like to share some interesting collection of wallpapers. They look good in new version of dawxxx666 foo :)

new wallpapers pack

screenshot:

wallsav7.th.jpg

Have fun!

Nice collection marceliszpak, I'll move this link to first post

Hi,

I have a question / proposition regarding to the visualisation of audio channels with the peakmeter or the spectrum.

Is it possible to have a two-channel spectrum ? e.g. Left and Right like the peakmeter but with the spectrum values;

or eventually, one spectrum axe with superposed left and right spectrums e.g. one in red and one in blue for exemple.

As it was done by CoolEdit and now with Adobe Audition...

Thanks in advance !

Turn off transparency mode, then you can switch between peakmeter or spectrum analyser.

Turn off transparency mode, then you can switch between peakmeter or spectrum analyser.

Sorry but it would be great to have a combined (stereo) peakmeter AND (mono) spectrum analyser,

I mean a spectrum analyser with both left and right channels (L in blue and R in red for instance).

spectrum_LR.bmp

what do you think?

I have playcount on the list but it shows everwhere "? plays" ... what I have to change to make it work

EDIT: found the problem: setting for playcount mod: use PLAY COUNT, setting for playlist (with right mouse button on playlist): use %play counter% instead of %play count%

Edited by SHADOW-XIII
I have playcount on the list but it shows everwhere "? plays" ... what I have to change to make it work

same was just going to post something about that myself. I have played NUMEROUS songs tons of times, but it still shows ? next to them.. How do you get it to actually show up?

I have playcount on the list but it shows everwhere "? plays" ... what I have to change to make it work

EDIT: found the problem: setting for playcount mod: use PLAY COUNT, setting for playlist (with right mouse button on playlist): use %play counter% instead of %play count%

just what I told you on the post on top of this page. :) glad it worked.
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • No its not, there are ton of Youtube videos to get you started, what do you think people did before AI existed?
    • Read this in Humor Simpson 's voice, "Out of my way Moe".
    • You still can, its just under the Transform flyout for WordArt now
    • Likely nothing will be done in corporate America, there have been countless Tesla self-driving incidents. Then again, there have also been countless human operated incidents. It's literally daily news here in Canada, to the extent that it's now odd if we get a day where a collision doesn't get announced on the radio throughout the day...
    • SKG Hand Massager with Heat OS500 hands on by Steven Parker I was offered the chance to test out the SKG Hand Massager with Heat OS500, and full disclosure, they let me keep it regardless of my findings. Anyway, I jumped at the chance due to my long hours sitting at my desk, mousing around. Apologies for the knife cut across the top of the box; that was my doing, being a bit too heavy-handed with opening up the outer packaging. First up, what's in the box: SKG Hand Massager with Heat OS500 1x Type-C charging cable User Manual 1-Year Warranty (card) In short, everything you need to get started. According to the official Amazon listing, here are the key features: Full-Hand Air Compression: OS500 wraps your fingers, palm, and wrist with multi-chamber air compression for a complete hand relaxation experience. The extended massage chamber helps cover more of the hand and wrist area than standard palm-only hand massagers Palm Kneading with 6 Modes & 6 Intensities: Built-in palm kneading rollers add a hands-on massage feel, while 6 preset modes and 6 pressure levels let you choose the comfort level that fits your day—from gentle relaxation to a firmer full-hand massage 3 Heat Levels with Cooling Fan: Choose from 104°F, 113°F or 122°F warmth to suit different seasons and comfort preferences. The built-in cooling fan helps reduce stuffiness during heated sessions, keeping your hand feeling fresh and comfortable Easy Visual Display & Smart Timer: The digital image display clearly shows massage area, mode, intensity, heat level, and remaining time at a glance. Select 10, 15, or 20-minute sessions for quick office breaks, evening relaxation, or everyday hand care Rechargeable, Cordless & Comfortable: A 3000mAh battery supports over 90 minutes of full-function use on a full charge, with convenient USB-C charging. The soft inner lining, smooth ABS/PU finish, and premium black-gold design make OS500 ideal for home, office, or gifting With all that out of the way, here are my own findings. I gave it a try on both left and right hands, and as you can maybe see from the above YouTube Short, (sorry for the shaky video), my whole hand fits in, but my wrist barely enters the Hand Massager. I was able to push through a bit more with my fingertips extending out the other end to get a bit of massaging on the start of my wrist. Usage For some reason, there is a strap that is very difficult to fasten to my wrist with one hand. I am not sure what function it has, and it isn't mentioned in the user manual. The only thing I could find was in the product images that claimed "wrist precision". Unlike the Bob and Brad Hand Massager, this device does not massage the wrist anyway, even though a "wrist mode" is mentioned, which must be for smaller hands than I have, as it is mainly intended for the hand and fingers. In addition, for its steeper price, there are no disposable gloves provided in the box, which is a bit of an issue considering the internal cover (which appears to be elasticated nylon) cannot be removed for washing; so you are left with only one choice: always thoroughly wash your hands before using it. I can imagine this thing getting a bit grimy after a period of use, and that is a bit of a shame. With that said, the buttons on the device, from left to right, do the following: Heat button: 3-level heat control at 104°F, 113°F, or 122°F Mode button: Auto mode Circular mode Soothing mode Relax mode Palm and fingers mode Palm and wrist mode Intensity button: from (First-time users) 15Ka, 25Ka, 35Ka, 45Ka, 55Ka, 60Ka (Intensive relief) Knead button: on or off (6 pressure levels) Power button: Long-press to turn on or off Cooling button: turn on or off the cooling fan Also, in the product imagery, it states there are 36 "custom modes," but nowhere is it listed what these modes are. I can only imagine that they mean a combination of all of the above settings in different intensity levels. The device itself seems to rely on a single "kneading" mechanism located at the palm area of the hand, which spins when in use, and the other massage features are mainly utilized through the air sacs, increasing and decreasing at various levels on the hand and fingers. I am not sure it offered too much relief for someone who is typing and operating a mouse for hours at a time; further testing may be required. It does feel nice, though. Finally, you may be wondering how this fits into the scope of a tech website? Well, let me tell you something: sometimes I sit for up to 15 hours working on Neowin, and although I take breaks in between, it takes a toll on my body. I think in the immediate absence of a partner to apply relief, a good massager like this Hand Massager can shed the strains of the day in just a couple of 15-minute bursts. On the official website, this has an MSRP of $99.99, but luckily for our readers, it is selling at $10 off for just $89.99 right now on Amazon. SKG Hand Massager with Heat OS500 for $89.99 (with $10 off coupon), $99.99 MSRP For me, this gets a thumbs hands(?) down. However, it could be improved by making it so that the protective covering could be removed and thrown into the washing machine, or get yourself some disposable gloves to use with it. As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • Dedicated
      Almohandis earned a badge
      Dedicated
    • Dedicated
      JuvenileDelinquent earned a badge
      Dedicated
    • First Post
      DrWankel earned a badge
      First Post
    • Reacting Well
      DrWankel earned a badge
      Reacting Well
    • Week One Done
      Supreme Spray LV earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      505
    2. 2
      +Edouard
      181
    3. 3
      PsYcHoKiLLa
      86
    4. 4
      Michael Scrip
      78
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!