s o b i r i n h a n g o u t s p o t

a l l u n e e d t o k n o w a b o u t p c

Wednesday 4 March 2009

How To Listen/Watch Radio And Televisyen On Winamp

Today i Would like to teach some of us who doesnt yet to know what they can do with they existing and simple software. what im trying to exlplain today is about how to watch tv or listen to radio on winamp without any third party installation, that mean you just have to take a few clicks, then everything is yours. Firstly, open up ur winamp-if course!!and then click on VIEW, and choose Medai library. then choose either Shoutcast radio or Shoutcast TV! and that its! it done. another method is to right-click anywhere on ur winamp,then click on media library. and follow the guide,choose which ur prefer. if ur winamp is quite slow, change the skin to classics one. thats it! enjoy =D

Labels:

Sunday 1 March 2009

Burning BIN/CUE Images with Nero Burning Rom

BIN/CUE image format is quite common on the Internet. It might seem that finding an appropriate software for burning these images is quite hard. Luckily, it's not. In addition to Golden Hawk CDRWin, the original software for BIN/CUE format, you can also use Nero Burning Rom to burn the images. 

Please make sure that you have the latest version of Nero, which now is 9+ i think.


Verify the CUE-sheet and open it with Nero 
Before doing anything else you have to verify that the path in the CUE-sheet is correct. A CUE-sheet is a plaintext file describing the structure and the location of the BIN-file. You can open up the .CUE -file using, for example, Notepad. 

The file should look something like this: 

FILE "IMAGE.BIN" BINARY 
TRACK 01 MODE1/2352 
INDEX 01 00:00:00 


Usually the CUE-filename and the BIN-filename have the same body -- e.g. IMAGE. All you need to do is verify that there is no path information on the 
FILE "IMAGE.BIN" BINARY 
-line. Ie. it should NOT read e.g. 
FILE "C:\TEMP\IMAGE.BIN" BINARY 
If there is any path information on the line, just remove it so that you have just the name of the .BIN-file as in the example above. Also make sure that the name of the .BIN in the CUE-sheet is the same as the actual .BIN file you have on hard-disk. 

Next load Nero Burning Rom and choose File, Burn Image.... 

Load the CUE-sheet in Nero 
Choose the Files of Type: dropdown menu and select All Files *.*. Next just locate the .CUE file, select it and click Open. Make sure you select the .CUE -file, not the .BIN -file. 

Burn the image 
All you have to do then is choose the writing speed, select the Disc-At-Once Write Method, and click Write. 

That's it! After a couple of minutes you'll have a CD with the BIN/CUE Image written on it. 


NOTES: 
--> Do not worry if the BIN file seems larger than the capacity of your CD-R or CD-RW. Bin files are raw data and once burned, the file size is smaller. 

--> If you have a DVD burner, just burn the cue/bin directly onto the DVD. Then use Daemon Tools to mount the cue/bin image when you use the files. This way you maintain a true exact image. And Daemon Tools (also Alcohol CDR burning software, which has the same feature) mounts the image, and you see the files instead of the bin/cue. 
_________________

Bin & Cue Simple Tut

BIN & .CUE simple tutorial. 

There always seems to be the question "what do I do with a .bin and .cue file" so I figured I would write a quick and simple tutorial. Please feel free to add more. 

So you have downloaded two files, one with a .bin extension and one with a .cue extension. "What do I do with these?" you ask. There are a number of options. 

BURN TO CD 

You will need either NERO, CDRWIN or FIREBURNER to burn the file. 

To burn with NERO: 
Start NERO, choose FILE, choose BURN IMAGE, locate the .cue file you have and double click it. A dialog box will come up, for anything other than music make sure you choose DISC-AT-ONCE (DAO). You can also turn off the simulation burn if you so choose. 
Then burn away. 

To burn with CDRWin: 
Start CDRWin, choose the button on the top left, choose LOAD CUESHEET, press START RECORDING. 

To burn with Fireburner: 
Start Fireburner, click on the button on the bottom left corner "VISUAL CUE BURNER/BINCHUNKER", press the right mouse button and choose LOAD TRACKS FROM .CUE and choose the correct .CUE file, press the right mouse button again and chooseselect "Burn/Test Burn", choose DISK AT ONCE (DAO), disable TEST BURN and MULTISESSION, press OK. 

.CUE ERRORS 
The most common error you will get with a .cue file is when it points to an incorrect path. This is easily fixed. Find the .bin file, copy the exact title including the .bin extension. Now find the .cue file, open the .cue file using notepad. It should look similar to this: 

FILE "name of file.bin" BINARY 
TRACK 01 MODE2/2352 
INDEX 01 00:00:00 
TRACK 02 MODE2/2352 
INDEX 00 00:04:00 
INDEX 01 00:06:00 

Delete everything in the quotes, in this case we would 
delete name of file.bin. Now place the title you copied 
in between the quotes. Save the changes and close out. 
Thats it, your .cue file should work now. 

OTHER WAYS TO USE .BIN & .CUE FILES 

VCDGear: 
This program will allow you to extract MPEG streams from CD images, convert VCD files to MPEG, correct MPEG errors, and more. 

Daemon Tools: 
This program creates a virtual drive on your PC which will allow you to "mount" the .cue file and use whatever is in the .bin file without having to burn it to a cd. 

ISOBuster: 
This program will allow you to "bust" open the .bin file and extract the files within the .bin. 
_________________