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

    • Wow, that could have been dangerous, certainly not ready for these things. They have to be 100% or pretty well close to it. Not that I will see one i doubt, never mind ride in one, they may have them in London, but I doubt they will come to where I live.
    • Nothing kills CMF Phone 2 Pro's successor due to rising memory prices by Hamid Ganji Storage and RAM prices have been rising over the past year, leading to a significant increase in the cost of electronics for customers around the world. Many companies are now revising their plans for upcoming devices due to higher component costs and overall production expenses. CMF is the latest company to cancel the successor to one of its best-selling phones due to rising memory prices. CMF is a sub-brand of Nothing and focuses on making budget smartphones for growing markets. The brand launched the CMF Phone 2 Pro last year with some eye-catching specifications and an affordable price. While many customers may have been waiting for a successor this year, one of the company’s executives has announced that CMF will not release a new smartphone this year. And AI is to blame. As Nothing co-founder Akis Evangelidis announced on X, the company has been working on a successor to the CMF Phone 2 Pro, but with current memory prices, it cannot “build a phone that feels like a genuine step forward at a price that makes sense for CMF.” So, no new CMF phone will be launched this year. Meanwhile, Evangelidis said the company still has several new products in the pipeline, including some in entirely new categories. He added that the Nothing brand will also continue launching new products through 2026. Budget smartphones are among the first victims of the surge in RAM and memory prices, as they have become more expensive to build. The sharp increase in memory costs could also reshape the traditional price ranges associated with budget phones. Apple CEO Tim Cook also recently said that price increases for some of the company’s products are unavoidable because RAM and memory have become significantly more expensive this year. Analysts estimate that the base price of the upcoming iPhone 18 Pro could rise to $1,399 due to current market shortages.
    • Nudge me when they bring back hardware audio acceleration so I can get my EAX 5 back. We've evolved graphics to real-time path tracing, but regressed audio some 15 years back in time with this stupid software audio stack.
    • Ocenaudio 3.19.4 by Razvan Serea  Ocenaudio is a full featured, fast and easy to use audio and music editor. It is the ideal software for people who need to edit and analyze audio files without complications. Ocenaudio also has powerful features that will please more advanced users. To assist ocenaudio development, a powerful toolset of audio editing, analysis and manipulation called Ocen Framework was created. ocenaudio is also based on Qt framework, a well known library for cross-platform development. Cross-platform support ocenaudio is available for all major operating systems: Microsoft Windows, Mac OS X and Linux. Native applications are generated for each platform from a common source, in order to achieve excelent performance and seamless integration with the operating system. All versions of ocenaudio have a uniform set of features and the same graphical interface, so the skills you learn in one platform can be used in the others. VST plugins support Ocenaudio supports VST (Virtual Studio Technology) plugins, giving its users access to numerous effects. Like the native effects, VST effects can use real-time preview to aide configuration. Real-time preview of effects Applying effects such as EQ, gain and filtering is an important part of audio editing. However, it is very tricky to get the desired result by adjusting the controls configuration alone: you must listen the processed audio. To ease the configuration of audio effects, ocenaudio has a real time preview feature: you hear the processed signal while adjusting the controls. The effect configuration window also includes a miniature view of the selected audio signal. You can navigate on this miniature view in the same way as you do on the main interface, selecting parts that interest you and listening to the effect result in real time. Multiselection for delicate editions To speed up complex audio files editing, ocenaudio includes multi-selection. With this amazing tool, you can simultaneously select different portions of an audio file and listen, edit or even apply an effect to them. For example, if you want to normalize only the excerpts of an interview where the interviewee is talking, just select them and apply the effect. Eficient edition of large files With ocenaudio, there is no limit to the length or the quantity of the audio files you can edit. Using an advanced memory management system, the application keeps your files open without wasting any of your computer's memory. Even in files several hours long, common editing operations such as copy, cut or paste happen almost instantly. Fully featured spectrogram Besides offering an incredible waveform view of your audio files, ocenaudio has a powerful and complete spectrogram view. In this view, you can analyze the spectral content of your audio signal with maximum clarity. Advanced users will be surprised to find that the spectrogram settings are applied in real time. The display is updated immediately when altering features such as the number of frequency bands, window type and size and dynamic range of the display. Ocenaudio 3.19.4 changelog: Adds fallback fonts so every language and symbol displays correctly Improves autosave and session recovery stability Improves region navigation and display Fixes a crash when the level meter is used on displays with a scaling greater than 200% Fixes memory corruption when using the silence selection tools Fixes crashes when closing a file while effects are still being processed Fixes a freeze when applying effects to many files at once (macOS) Fixes crashes related to audio devices on Windows Fixes invalid file names when exporting regions whose label is used as the file name Other bug fixes and improvements Download: Ocenaudio 64-bit | Portable | ~40.0 MB (Freeware) Download: Ocenaudio for Linux and Mac OS View: Ocenaudio Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Hasleo Disk Clone 5.8.2.1 by Razvan Serea Hasleo Disk Clone is a free and all-in-one disk cloning software for Windows 11/10/8/7/Vista and Windows Server that can help you migrate Windows OS to another disk, clone one disk to another disk or clone one partition to another location quickly and efficiently. Completely Free Windows Migration and Disk/Partition Cloning Software Migrate Windows from one disk to another without reinstalling Windows, apps. Clone one disk to another and makes the data on 2 disks are exactly the same. Clone a partition to another location without losing any data. Easily adjust the size and location of the destination partition. Convert MBR to GPT or convert GPT to MBR by cloning. Creation of Windows PE emergency disk. Extremely fast cloning speed and multi-language support. Supported OS: Windows Vista/Server 2008 or later, fully compatible with GPT and UEFI. Hasleo Disk Clone 5.8.2.1 changelog: Fixed an issue that caused disk enumeration to fail Fixed an issue where WinPE created under Windows ARM64 26H1 did not work properly Download: Hasleo Disk Clone 5.8.2.1 | 32.3 MB (Freeware) Link: Hasleo Disk Clone Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Collaborator
      ryansurfer98 went up a rank
      Collaborator
    • Week One Done
      Eurosoft10 earned a badge
      Week One Done
    • One Month Later
      Eurosoft10 earned a badge
      One Month Later
    • One Year In
      Skeet Campbell earned a badge
      One Year In
    • One Month Later
      Sharbel earned a badge
      One Month Later
  • Popular Contributors

    1. 1
      +primortal
      545
    2. 2
      +Edouard
      187
    3. 3
      Michael Scrip
      78
    4. 4
      PsYcHoKiLLa
      75
    5. 5
      neufuse
      71
  • Tell a friend

    Love Neowin? Tell a friend!