Winamp CD Case beta 12 preview


Recommended Posts

WCC beta 12 build 79 (4 Feb 2006)

- Skin Manager (cover position and size) accepts zero as a valid value

- Cover as system tray bug fixed (error '55')

http://www.closetosoftware.com/temp/wcc12b79.zip

PS:

purplehaze32: not that I won't add your request in the future, but now... ;)

I've found a new bug ....I believe it has something to do with the "Maintain Aspect Ratio" Cover resizing Option...when one cover is bigger than the other, WCC will resize/move the cover location...so if its smaller than the last picture, (according to pixel like a 300x300 to a 320x300) you will possibly see your desktop/it will cover up the taskbar...This only happens when the option is checked, however, this option needs to be checked if a user has both CD and DVD audio files in the Winamp Media Library...otherwise the DVD cover will stretch

Other than that, notifier/crashes/0px are solved

Inactive Vigor,

Can you test the following build?

http://www.closetosoftware.com/temp/wcc12b81.zip

Well you fixed the problem, but now have caused another problem...Now there is this weird black bars behind the cover and if there is no cover, i have this big black box on my screen....With my custom theme, it would be fully transparent...What exactly did you do?

Inactive Vigor,

In fact, the right behavior is always create a black background.

The cover and the case load engine are differents.

The cover area will not render a png like the case.

What made the transparent cover background was not only your png but the fact that WCC painted a black background and then made this color transparent (with "Mantain aspect ratio" on).

Since your skin needs it I've made a hybrid version: it will load covers like it should but when WCC loads the "nocover" png it will make the transparency thing, which uses, by the way, more CPU.

http://www.closetosoftware.com/temp/wcc12b88.zip

:)

WCC beta 12 build 92 (5 Feb 2006)

- Added maximun number of letters ("Skin Manager>Text")

Note: "0" (zero) if you don't want a limit

http://www.closetosoftware.com/temp/wcc12b92.zip

Note: see the first post of this topic if it's the first time you're trying WCC, I mean WCDC. ;)

WCC beta 12 build 113 (6 Feb 2006)

- Added "Delete cover" to the right click context menu

- Search cover window improved: bigger previews and right click context menu added (Apply, View and Save As...)

- Removed unused progress bar settings (for now I think)

- Small bugs fixed

http://www.closetosoftware.com/temp/wcc12b113.zip

Note: see the first post of this topic if it's the first time you're trying WCC.

WCC beta 12 build 113 (6 Feb 2006)

- Added "Delete cover" to the right click context menu

- Search cover window improved: bigger previews and right click context menu added (Apply, View and Save As...)

- Removed unused progress bar settings (for now I think)

- Small bugs fixed

http://www.closetosoftware.com/temp/wcc12b113.zip

Note: see the first post of this topic if it's the first time you're trying WCC.

You are the greatest....Preview looks like it's the perfect size..... i'm off to class now....

WCC beta 12 build 118 (7 Feb 2006)

- Font selection and preview added ("Skin Manager>Notifier Lines") (*)

- More letters added

- Small bugs fixed

(*) There is only one font right now. But another is coming soon...

http://www.closetosoftware.com/temp/wcc12b118.zip

Have fun! :)

WCC beta 12 build 124 (8 Feb 2006)

- Font "Default" finished (*)

- Font "Morpheus" available (made by Yochanan) (*)

- Now there is a set of symbols that you can customize via "custom.ini" (in each font folder)

- Just beta 12 build 124+ will work properly with the new fonts

(*) Fonts must be copied into WCC "Fonts" folder. Each subfolder in Fonts folder is a set (like Skins folder).

Download links:

Default font: http://www.closetosoftware.com/temp/Default.zip

Morpheus font: http://www.closetosoftware.com/temp/Morpheus.zip

WCC beta 12 build 124: http://www.closetosoftware.com/temp/wcc12b124.zip

Have fun! :)

WCC beta 12 build 113 (6 Feb 2006)

- Added "Delete cover" to the right click context menu

- Search cover window improved: bigger previews and right click context menu added (Apply, View and Save As...)

- Removed unused progress bar settings (for now I think)

- Small bugs fixed

http://www.closetosoftware.com/temp/wcc12b113.zip

Note: see the first post of this topic if it's the first time you're trying WCC.

aww, ya killed it!

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

    • No registered users viewing this page.
  • Posts

    • Meta will now use data from outside businesses to personalize AI responses by David Uzondu In an update that's rolling out globally (except in a handful of countries), Meta will use your data from outside businesses to personalize your AI responses and your primary feeds. Meta already utilizes your shopping activity to target ads, but the company now plans to expand this tracking to personalize other "parts of your experience" like feed algorithms and AI assistant chats. The company is replacing the two settings ("Your activity off Meta technologies" and "Activity from other businesses") that currently let you disconnect off-platform activity with a single, renamed setting called Activity from other businesses. If you don't want Meta to manipulate your feed and AI responses using your outside history, you can just turn the Activity from other businesses setting off in your account settings. This toggle resides within your Accounts Center, applying your choice to every connected profile. Turning this off will not stop companies from sending your data to Meta. The company will still collect your web interactions, but it only uses them to train products, while still accessing external accounts you connect. When The Verge spoke to Meta spokesperson, Emil Vazquez, the representative said that this update will exclude several locations at launch including the European region, the UK, Brazil, Thailand, South Africa, Turkey, South Korea, Ecuador, Nigeria, and Kenya. The new update comes at a time when the social media giant is recovering from a major PR disaster involving generative AI. Last week, there was a huge security issue on Instagram where attackers figured out a way to exploit a prompt injection vulnerability. Hackers managed to trick Meta AI into handing over account ownership (even if the victim had 2FA enabled). Some of the affected accounts include the dormant Obama White House profile, cosmetics brand Sephora, the Chief Master Sergeant of the Space Force, and security researcher Jane Manchun Wong. Internally, the company also had to scale back plans on its Model Capability Initiative (MCI), an employee-monitoring program designed to train corporate AI models by recording worker keystrokes and screen activity, after employees raised privacy concerns and complained about severe battery life drain.
    • JetBrains is working to cut false positives in RustRover 2026.2 by David Uzondu Recently, JetBrains released the fifth EAP build of its dedicated IDE, RustRover 2026.2, bringing improvements like a Run gutter icon for criterion_main! macro benchmarking and a feature that alerts you when there are unused traits in your current scope. Now, the company is out with a blog post addressing one of the "most common" complaints from users: false positives. In RustRover, a false positive occurs when the editor incorrectly highlights something as an error even though the project compiles and runs successfully. This mismatch flags a gap between the IDE's internal intelligence and the actual compiler. When the editor flashes red warnings over perfectly valid code, developers lose trust in the tool, which stalls momentum. Traditionally, RustRover runs cargo check to detect compiler errors and warnings, but it also relies on its own code analysis engine to power real-time features. To provide quick feedback, this engine parses your source code into a syntax tree while inferring types and resolving names as you type. Because this engine must work on broken, half-written code and react instantly, its logic sometimes diverges from the compiler's, producing false positives that do not exist in the compiler's eyes. JetBrains said that it has a "dedicated task force" focused specifically on identifying and fixing false positives by analyzing user reports and examining large-scale open-source projects. To speed up this process, the team built an internal system modeled after Crater, the famous Rust project that compiles and runs tests for every single crate published on crates.io. This automated pipeline compares the diagnostics from RustRover's analysis with actual compiler output to catch discrepancies before they reach users, ensuring smoother workflows. RustRover, for those who're unaware, is a dedicated IDE designed specifically for Rust developers. It's been around for a couple of years now, providing features like built-in debugging via LLDB, seamless cargo integration, advanced macro expansion, and HTML support. JetBrains distributes the app under two licensing models: a paid commercial subscription and a free option for non-commercial use.
    • Last year I bought the 2TB variant for $114 on Amazon. That's crazy that the 1TB is now 67% more expensive for half the storage, even with the newer T9 already on the market. And that's considered a good deal.
    • You can disable all non needed features from Brave. There is also Brave Origin which removes them entirely and it is free for Linux.
    • I wish I could use Brave but the tab suspension feature is horrible. It doesn't suspend them like Edge does. Even after 2h open with 70+ tabs (same as Edge), it has 2GB more consumption than Edge for no reason.
  • Recent Achievements

    • 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
    • Week One Done
      ARaclen earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      512
    2. 2
      PsYcHoKiLLa
      229
    3. 3
      Edouard
      135
    4. 4
      ATLien_0
      87
    5. 5
      Steven P.
      81
  • Tell a friend

    Love Neowin? Tell a friend!