Joining Movies


Doing your own ASX playlist
What the hell is this? ... only a list of video files to be played, just like winamp does and follow the same file location rules...

As shortly explanation, an ASX playlist is a text file with .asf extension, "ASF Path" sentence at the top of the file, and a list of the movie files to be played, just like this one:

ASF Path
amateur/jenny-01.avi
amateur/jenny-02.avi
amateur/ann.avi
cum/bigcumshoot.avi

Let's do our play list!

Go to start menu then click on run and type notepad.

The first line must contain only these words:

ASF Path

The next lines will be the relative or exact location of the files
to be played.

 

Type 1: Relative: (The best one)

Suppose you have a folder named movies and sub folders named amateur,cums,etc. You will type the path in this form:

ASF Path
amateur/jenny-01.avi
amateur/jenny-02.avi
amateur/ann.avi
cum/bigcumshoot.avi

Then save the file to movies folder and type in the save prompt whatever.asx
and you are done!

Note:
You can also refer to upper level folders using " ../ "
Suppose you want to make a sub folder on the movies folder named playlists. Then you will type the path in this way:

ASF Path
../amateur/jenny-01.avi
../amateur/jenny-02.avi
../amateur/ann.avi
../cum/bigcumshoot.avi

Note:
You can use as many ../ as you want, each one represents a high directory level.

 

Type 2: Absolute (bad if you plan to move folders in the future...)

Well, you can do it by this way:

ASF Path
c:\movies\amateur\jenny-01.avi
c:\movies\amateur\jenny-02.avi
c:\movies\amateur\ann.avi
c:\movies\cum\bigcumshoot.avi

...And save the play list wherever you want.

I don't like much this way because moving the movies to another folder results in an unplayable playlist.

OK, that's all, easy enough don't you think?!?