Recommended Posts

thanks a lot for the help and for the great config!

another quick question though

the code worked for the small album cover next to the song (in the queue) but not for the big cover (just stays black)

is there another place where i need to paste that code?

Edited by TdoubleD038
Fixed. Sorry, I had some hosting problems, so I moved my config to sendspace.

----------------------------------

In 1.03 version I'll add "one panel mode" switcher:

beznazwyih1.png

beznazwy2jq8.th.png beznazwy3co6.th.png

great work DAwXXX

2 questions

my seekbar and volume not Red?

i like that" one panel mode" switcher" witch command i can use for getting one panel mode?

thankkkkkkkkkkkkks

great work DAwXXX

2 questions

my seekbar and volume not Red?

Switch to 'Red theme' and turn on 'WSH Panel' in AvA's settings window.

i like that" one panel mode" switcher" witch command i can use for getting one panel mode?

You can't at this time :D Work still in progress

Quote - (foudefoobar @ Jun 30 2007, 15:31) *

great work DAwXXX

2 questions

my seekbar and volume not Red?

Switch to 'Red theme' and turn on 'WSH Panel' in AvA's settings window.

I'm switch to "the Red theme " on in settings 1 but my seekbar is white.

Yes me too...

I have a few questions:

I don't have a background. It is just pure black and I can't change it. How can I put backgrounds on it? (see image)

and how can I remove the seekbar in the playlist?

I also would like to make the cover in the cover panel smaller. It is way too big and some images look too pixeled

The covers in the cover panel and playlist seems a big "shaded" (not 100% opacity). how can I make it completely 100% opacity?

and Is it possible to show and not show the cover panel and only show the playlist?

I'm also getting an error (see image) everytime I close it.

Thank you! Your skin is the best I've seen so far

post-231698-1183322074_thumb.jpg

post-231698-1183322261_thumb.jpg

Edited by kyzumi

I cannot make SORT/GROUP work as it should.

What I do:

- Current Setting for playlist is SORT 0, GROUP for Album (Only)

- Playlist edited so does the first line of a group on playlist shows %album%

- Albums named Chrono Trigger CD1, Chrono Trigger CD2, Chrono Trigger CD3.

What happens:

Everytime I add second of those folders (for example I added the one with CD1 and trying to put CD2 or CD3) no new group appear, new tracks from new album are added to the last (this case would be CD1) group

I got also Albums: Chrono Trigger - Brink Of Time (and this one is adding always properly) and Chrono Trigger - Resurrection (and this one works same as the first ones, does not get new group).

Other settings:

- All album are in separated folders called same as album names

- Music files have ID3v1 and ID3v2 tags

... any clues why new files not create new groups ?

@kyzumi: try to use the config menu (the little "gear" button). about the error, are you using the latest versions of the components?

If you mean clicking on the little "gear" and changing the background on the configurations, I've tried. There is no "background" option in the bottom.

but that is pretty weird because the first time I tried this Skin, the backgrounds were working and I had the option but the skin wasn't working very well. But after changing and downloading a few components the skin does work almost perfectly now but there isn't the "background selection" option anymore.

Maybe I deleted some confirugartion. I really don't know

If you mean clicking on the little "gear" and changing the background on the configurations, I've tried. There is no "background" option in the bottom.

but that is pretty weird because the first time I tried this Skin, the backgrounds were working and I had the option but the skin wasn't working very well. But after changing and downloading a few components the skin does work almost perfectly now but there isn't the "background selection" option anymore.

Maybe I deleted some confirugartion. I really don't know

You have to turn on transparency mode under the settings 1 page. I didn't even realize there were two pages for the gear thing, until i looked at the screenshot.

My question is how do I change the color of the song titles in the playlist. I've figured out how to change the rest in the playlist, but couldn't find the color setting for the track. I really liked the gray color scheme for the playlist in the previous version. Thanks!

OK I know what my problem is but I still need your help. The album art that comes up is being resized by windows media player to a smaller size and as a result comes out heavily pixelated in foobar. I need to either delete all the album art that came from windows media player or stop it from resizing it. Any suggestions? Thanks.

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

    • No registered users viewing this page.
  • Posts

    • Microsoft finally admits its default Windows 11 25H2, 24H2 action broke key legacy component by Sayan Sen Microsoft last week released Windows 11 KB5094126 and KB5093998 as the latest Patch Tuesday updates. Following that the company also published the accompanying dynamic updates under KB5094149, KB5095971, and KB5094156. So far the company has acknowledged two known issues that have popped up after the release which include bugged-out Office apps as well as the Recycle Bin; though there could be more at play too. Speaking of bugs and issues, Microsoft seems to have finally acknowledged a problem that probably has been around for close to a year. That's because back in July of 2025 the company made a default change to the latest Windows 11 versions, wherein it switched to JScript9Legacy on Windows 11 24H2 and later releases. Hence following the release of version 25H2 in October 2025, JScript9Legacy also remained default-enabled. As a result there has been a compatibility issue ever since then. For those wondering, by switching to JScript9Legacy Microsoft intended to improve the security of modern Windows PCs by reducing vulnerabilities tied to legacy scripting like cross-site scripting (XSS), among others. XSS exploits can allow cyber-attackers to attach malicious code onto legitimate websites and use them to execute the code when a potential victim loads such a website. Hence the new JScript9Legacy engine enforced stricter execution policies and improved object handling, which should help mitigate such attacks. Microsoft today has published a new support article detailing the problem. Neowin spotted it while browsing. The company says that JScript global definitions and execution context may fail to persist across scripts, potentially breaking older dependent apps and web-based components that relied on this legacy behavior. In the article Microsoft has confirmed that the issue stems from its move away from the older jscript9.dll engine in favor of jscript9legacy.dll. As mentioned above, while the newer engine was designed to address vulnerabilities and strengthen security it also changes how JScript handles execution context. As a result functions and definitions loaded by one script could no longer remain available to subsequent scripts once execution ended. The company notes that some applications worked correctly on earlier Windows versions because the older JScript engine automatically retained global definitions and execution state between scripts. Under the newer model though that behavior is disabled by default causing certain legacy workloads and polyfill-dependent scripts to fail. Microsoft says it addressed the problem via the KB5077241 update though the fix had not been enabled automatically in the following updates. As such admins must explicitly turn on persistent JScript execution context using a Registry setting that the tech giant shared today. The configuration can be applied to individual processes or system-wide through the FEATURE_ENABLE_PERSISTENCE registry key. The steps have been outlined below: Run the following command to create the feature control registry key: reg add "HKLM\Software\Policies\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ENABLE_PERSISTENCE" Under this key, create a new DWORD (32-bit) value. Configure the value as follows: To enable persistence for specific processes only: Set the value to 1 for each target process name. To enable persistence for all processes: Add * as the key name and set its value to 1. You can find the official support article here on Microsoft's website.
    • The possibility that milk gathers back into a glass implies that gravity can be 'reversed'.
    • VidCoder 12.20 by Razvan Serea  VidCoder is a DVD/Blu-ray ripping and video transcoding application for Windows. It uses HandBrake as its encoding engine. Calling directly into the HandBrake library gives it a more rich UI than the official HandBrake Windows GUI. VidCoder can rip DVDs but does not defeat the CSS encryption found in most commercial DVDs. You’ll need the NET 8 Desktop Runtime. If you don’t have it, VidCoder will prompt you to download and install it. The Portable version is self-contained and does not require any .NET Runtime to be installed. You do not need to install HandBrake for VidCoder to work. Feature list: Multi-threaded MP4, MKV containers Completely integrated encoding pipeline: everything is in one process and no huge intermediate temporary files H.264, H.265, MPEG-4, MPEG-2, VP8, Theora video Hardware-accelerated encoding with AMD VCE, Nvidia NVENC and Intel QuickSync AAC, MP3, Vorbis, AC3, FLAC audio encoding and AAC/AC3/MP3/DTS/DTS-HD passthrough Target bitrate, size or quality for video 2-pass encoding Decomb, detelecine, deinterlace, rotate, reflect, chroma smooth, colorspace filters Powerful batch encoding with simultaneous encodes Customizable Pickers to automatically pick audio and subtitle tracks, destination, titles and more Instant source previews Creates small encoded preview clips Pause, resume encoding VidCoder 12.20 changes: Updated HandBrake core to 1.11.2. Download: VidCoder 12.20 | 47.0 MB (Open Source) Download: Portable VidCoder 12.19 | 89.3 MB Link: VidCoder Home Page | Github | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Too soon, I'm still not over this death!
  • Recent Achievements

    • Week One Done
      Jordan Smith earned a badge
      Week One Done
    • Reacting Well
      BizSAR earned a badge
      Reacting Well
    • First Post
      AndreaB earned a badge
      First Post
    • Week One Done
      Huge Trailer earned a badge
      Week One Done
    • Week One Done
      Classifyskilleducation earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      593
    2. 2
      +Edouard
      185
    3. 3
      PsYcHoKiLLa
      77
    4. 4
      Michael Scrip
      73
    5. 5
      Steven P.
      66
  • Tell a friend

    Love Neowin? Tell a friend!