Latest WACUP public preview for x86 & x64 is build #20202 (September 28th 2024) (x86 & x64 changelogs)
Latest restricted WACUP beta release is build #20202 (September 28th 2024) (x86 & x64 changelogs)


NOTE: Beta testers are added in a limited & subjective manner as I can only support so many people as part of the beta test program to keep it useful for my needs.

Unless I think you're going to be helpful, not all requests will be accepted but might still be later on. Remember that beta testing is to help me & the limitations currently works for my needs for this project.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - GigaWatt

Pages: [1]
1
General Discussion / Adding WACUP to the Default Programs list
« on: October 11, 2019, 07:22:57 PM »
I did a registry hack a while back, when I was stuck using Winamp 5.24, so I thought I'd share it here :). It should work with WACUP too :). You should just change the default location of the program (if it's not located in C:\Program Files (x86)\Winamp that is ;)). The audio/video file extensions are editable, you just have to add or remove the extensions you'd like to associate with WACUP in the reg file. You have to edit them in two places, both in the HKEY_LOCAL_MACHINE\SOFTWARE\Winamp\Capabilities\FileAssociations key and the HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Winamp\Capabilities\FileAssociations key ;).

Code: [Select]
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Winamp]
@="C:\\Program Files (x86)\\Winamp"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Winamp]
@="C:\\Program Files (x86)\\Winamp"

[HKEY_LOCAL_MACHINE\SOFTWARE\Winamp\Capabilities]
"ApplicationDescription"="Winamp"
"ApplicationName"="Winamp"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Winamp]
"ApplicationDescription"="Winamp"
"ApplicationName"="Winamp"

[HKEY_LOCAL_MACHINE\SOFTWARE\Winamp\Capabilities\FileAssociations]
".aif"="Winamp.File"
".aiff"="Winamp.File"
".aifc"="Winamp.File"
".aifr"="Winamp.File"
".ape"="Winamp.File"
".aif"="Winamp.File"
".mac"="Winamp.File"
".apl"="Winamp.File"
".au"="Winamp.File"
".snd"="Winamp.File"
".cda"="Winamp.File"
".flac"="Winamp.File"
".gsm"="Winamp.File"
".mid"="Winamp.File"
".midi"="Winamp.File"
".rmi"="Winamp.File"
".kar"="Winamp.File"
".miz"="Winamp.File"
".mod"="Winamp.File"
".mdz"="Winamp.File"
".nst"="Winamp.File"
".stm"="Winamp.File"
".stz"="Winamp.File"
".s3m"="Winamp.File"
".s3z"="Winamp.File"
".it"="Winamp.File"
".itz"="Winamp.File"
".xm"="Winamp.File"
".xmz"="Winamp.File"
".mtm"="Winamp.File"
".ult"="Winamp.File"
".669"="Winamp.File"
".far"="Winamp.File"
".amf"="Winamp.File"
".okt"="Winamp.File"
".ptm"="Winamp.File"
".mp3"="Winamp.File"
".mp2"="Winamp.File"
".mp1"="Winamp.File"
".aac"="Winamp.File"
".vlb"="Winamp.File"
".m4a"="Winamp.File"
".als"="Winamp.File"
".mpc"="Winamp.File"
".mp+"="Winamp.File"
".mpp"="Winamp.File"
".nsf"="Winamp.File"
".nsfe"="Winamp.File"
".pac"="Winamp.File"
".ram"="Winamp.File"
".ra"="Winamp.File"
".rm"="Winamp.File"
".tta"="Winamp.File"
".vgm"="Winamp.File"
".vgz"="Winamp.File"
".ogg"="Winamp.File"
".opu"="Winamp.File"
".opus"="Winamp.File"
".vqf"="Winamp.File"
".avr"="Winamp.File"
".caf"="Winamp.File"
".htk"="Winamp.File"
".iff"="Winamp.File"
".mat"="Winamp.File"
".paf"="Winamp.File"
".pvf"="Winamp.File"
".raw"="Winamp.File"
".sd2"="Winamp.File"
".sds"="Winamp.File"
".sf"="Winamp.File"
".voc"="Winamp.File"
".w64"="Winamp.File"
".wav"="Winamp.File"
".xi"="Winamp.File"
".ac3"="Winamp.File"
".dts"="Winamp.File"
".wma"="Winamp.File"
".wv"="Winamp.File"
".m3u"="Winamp.PlayList"
".pls"="Winamp.PlayList"
".asx"="Winamp.PlayList"
".wax"="Winamp.PlayList"
".wmx"="Winamp.PlayList"
".wvx"="Winamp.PlayList"
".wpl"="Winamp.PlayList"
".b4s"="Winamp.PlayList"
".bpl"="Winamp.PlayList"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Winamp\Capabilities\FileAssociations]
".aif"="Winamp.File"
".aiff"="Winamp.File"
".aifc"="Winamp.File"
".aifr"="Winamp.File"
".ape"="Winamp.File"
".aif"="Winamp.File"
".mac"="Winamp.File"
".apl"="Winamp.File"
".au"="Winamp.File"
".snd"="Winamp.File"
".cda"="Winamp.File"
".flac"="Winamp.File"
".gsm"="Winamp.File"
".mid"="Winamp.File"
".midi"="Winamp.File"
".rmi"="Winamp.File"
".kar"="Winamp.File"
".miz"="Winamp.File"
".mod"="Winamp.File"
".mdz"="Winamp.File"
".nst"="Winamp.File"
".stm"="Winamp.File"
".stz"="Winamp.File"
".s3m"="Winamp.File"
".s3z"="Winamp.File"
".it"="Winamp.File"
".itz"="Winamp.File"
".xm"="Winamp.File"
".xmz"="Winamp.File"
".mtm"="Winamp.File"
".ult"="Winamp.File"
".669"="Winamp.File"
".far"="Winamp.File"
".amf"="Winamp.File"
".okt"="Winamp.File"
".ptm"="Winamp.File"
".mp3"="Winamp.File"
".mp2"="Winamp.File"
".mp1"="Winamp.File"
".aac"="Winamp.File"
".vlb"="Winamp.File"
".m4a"="Winamp.File"
".als"="Winamp.File"
".mpc"="Winamp.File"
".mp+"="Winamp.File"
".mpp"="Winamp.File"
".nsf"="Winamp.File"
".nsfe"="Winamp.File"
".pac"="Winamp.File"
".ram"="Winamp.File"
".ra"="Winamp.File"
".rm"="Winamp.File"
".tta"="Winamp.File"
".vgm"="Winamp.File"
".vgz"="Winamp.File"
".ogg"="Winamp.File"
".opu"="Winamp.File"
".opus"="Winamp.File"
".vqf"="Winamp.File"
".avr"="Winamp.File"
".caf"="Winamp.File"
".htk"="Winamp.File"
".iff"="Winamp.File"
".mat"="Winamp.File"
".paf"="Winamp.File"
".pvf"="Winamp.File"
".raw"="Winamp.File"
".sd2"="Winamp.File"
".sds"="Winamp.File"
".sf"="Winamp.File"
".voc"="Winamp.File"
".w64"="Winamp.File"
".wav"="Winamp.File"
".xi"="Winamp.File"
".ac3"="Winamp.File"
".dts"="Winamp.File"
".wma"="Winamp.File"
".wv"="Winamp.File"
".m3u"="Winamp.PlayList"
".pls"="Winamp.PlayList"
".asx"="Winamp.PlayList"
".wax"="Winamp.PlayList"
".wmx"="Winamp.PlayList"
".wvx"="Winamp.PlayList"
".wpl"="Winamp.PlayList"
".b4s"="Winamp.PlayList"
".bpl"="Winamp.PlayList"

[HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications]
"Winamp"="Software\\Winamp\\Capabilities"

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\RegisteredApplications]
"Winamp"="Software\\Winamp\\Capabilities"

Just copy/paste the code in a plain text document, change the extension to .reg (instead of .txt), edit the registry file to your liking using any text editor, save the .reg file and import it in the registry (double click ;)), that's it :).

2
It works in Winamp 5.8, but not in WACUP 1.0.8.4334. Tried several different ways, including completely removing the native mp3 decoder.


3
General Discussion / Is this an open source project or a hack
« on: October 11, 2019, 03:53:08 AM »
I think the question is pretty simple... I tried to find some more info regarding the project, but this site and forum was all searches came up with :-\.

EDIT: I tried to register an account here under a different username, but the activation email never arrived... I might have typed the email address wrong :P :D... could the forum staff please look into it, thanks :).

Pages: [1]