MSFN Forum: Winamp Pro 5.0.6 is Out! last one - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

Winamp Pro 5.0.6 is Out! last one Rate Topic: -----

#21 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 20 November 2004 - 05:46 AM

Wedge1 is correct... if you want quality for your encoded songs... you don't use Winamp and also not Musicmatch... EAC is the only application that can get the best quality out of an audioCD...
http://www.exactaudiocopy.de/

what are those ini files? what do I have to put in them?


#22 User is offline   Cee-Kay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 126
  • Joined: 20-May 04

Posted 20 November 2004 - 07:01 AM

Alanoll, on Nov 20 2004, 07:04 AM, said:

Like I just answered someone's PM, I will get to making a new MSI. But i don't promise to even start till next week.

I lost the old file structures, so I'm gonna be either basing the MSI off of the old installer (sometimes a bad idea) or starting from scratch YET AGAIN (better in the long run assuming I back it up more often then I did the last one) <snip>

Once again, I'm sure I'm not the only one when I say thanks for taking the time and effort in create these msi installers.

Despite my love for Winamp, I don't like installing every component that comes with it, so for someone to create just an msi installer, let alone an msi installer that allows you to choose exactly what you want to install is a god-send. :D

Cee-Kay

#23 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 20 November 2004 - 07:15 AM

ZileXa, on Nov 20 2004, 07:46 PM, said:

Wedge1 is correct... if you want quality for your encoded songs... you don't use Winamp and also not Musicmatch... EAC is the only application that can get the best quality out of an audioCD...
http://www.exactaudiocopy.de/

what are those ini files? what do I have to put in them?

do u hv a benchmark comparision between winamp, musicmatch and EAC ???

#24 User is offline   Lost Soul 

  • Snap ... Crackle ... Pop
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,746
  • Joined: 12-December 03

Posted 20 November 2004 - 07:57 AM

kool deal, cant wait to test it out :)

is there any real noticable changes ?

#25 User is offline   ZileXa 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 767
  • Joined: 27-May 04

Posted 20 November 2004 - 09:23 AM

Astalavista, on Nov 20 2004, 07:15 AM, said:

do u hv a benchmark comparision between winamp, musicmatch and EAC ???

I am sure there are comparisation tables on the net... I choose EAC after reading topics in hydrogenaudio.org (where audiophiles gather and test new Lame and other encoders... ) EAC is highly recommended by hydrogenaudio and guess they should have some comparisation tables or something... but if you read on the eac site about the new technique used..... and the fact it is the only ripper that uses the advanced possibilities of error correction of your CDdrive... you might already be satisfied... (have tested it with badly scratched discs wich didn't play well (not even on pc), ripped them... took some time but had perfect WAVs with no clips or disturbtions :) )

ontopic: alanoll has stated he will bring out a new MSI and it will have some more functions too this time :thumbup

#26 User is offline   Wedge1 

  • Junior
  • Pip
  • Group: Members
  • Posts: 67
  • Joined: 17-October 04

Posted 20 November 2004 - 12:52 PM

Using EAC in "seure mode" is what sets it apart from other rippers. It will read and re-read the cd until it gets it right.....unless the cd is just waaaay beyond repair. And it will tell exact where errors occur, if any exist.


From the author

EAC author said:

In secure mode, this program reads every audio sector at least twice. That is one reason why the program is so slow. But by using this technique non-identical sectors are detected. If an error occurs (read or sync error), the program keeps on reading this sector, until eight of 16 retries are identical, but at maximum one, three or five times (according to the error recovery quality) these 16 retries are read. So, in the worst case, bad sectors are read up to 82 times! But this will help the program to obtain best result by comparing all of the retries. If it is not sure that the stream is correct (at least it can be said at approx. 99.5%) the program will tell the user where the (possible) read error occurred. The program also tries to adjust the jitter artefacts that occur on the first block of a track, so that each extraction should be exactly the same. On drives found to have the "accurate stream" feature, this is guaranteed. Of course, this is a little bit more complex, especially with some CD drives which have caching. When these drives cache audio data, every sector read will be read from cache and is identical. I initially implemented two ways of dealing with the caching problem. First there is an extra option for resetting the cache for use the the old secure mode (the one being kept for compatibility reasons). In the current beta version, the cache will still be reset by resetting the drive completely. You might imagine that this would slow down the reading process very badly.


Read the entire post here.

#27 User is offline   BritishBulldog 

  • Member
  • PipPip
  • Group: Members
  • Posts: 271
  • Joined: 11-October 04

Posted 20 November 2004 - 01:02 PM

I have made a vbs script to install Winamp 5.0.6
it is attached so if anyone wants to use it go ahead.

If you want to pick components then it needs to be changed.
this part is when the Choose Components screen comes up
WshShell.SendKeys ("{TAB}")
WScript.Sleep(1000)

WshShell.SendKeys ("{DOWN}")  ' choose components
WScript.Sleep(1000)
WshShell.SendKeys (" ")
WScript.Sleep(1000)
' add here any more sendkeys that you want to choose the components to install

The first {TAB} takes you into the window to choose components. It then goes {DOWN} onto the Winamp Agent and {SPACE} unchecks it.
It is here that you need to add WScript.SendKeys to choose what you want. So if you want to go to 'User Interface Extensions ' you have to add the {DOWN} 3 times and to open it up once {RIGHT}. The code would then look like this...

WshShell.SendKeys ("{TAB}")
WScript.Sleep(1000)

WshShell.SendKeys ("{DOWN}")  ' choose components
WScript.Sleep(1000)
WshShell.SendKeys (" ")
WScript.Sleep(1000)
WshShell.SendKeys ("{DOWN}")
WScript.Sleep(1000)
WshShell.SendKeys ("{DOWN}")
WScript.Sleep(1000)
WshShell.SendKeys ("{DOWN}")
WScript.Sleep(1000)
WshShell.SendKeys ("{RIGHT}")
' add here any more sendkeys that you want to choose the components to install


the last few lines have been REM'ed out so if you want to use them they have to be customised as this would be a german OS. What this does is makes up a folder called Multimedia in Start/Programs if one does not exist and moves WinAmp to that.

Attached File(s)



Share this topic:


  • 2 Pages +
  • 1
  • 2
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy