# Dave's DVDLIB :: Instructions # ============================= # # How to make your own list # ------------------------- # # 0) List files are simple text files (ie: in notepad) # # 1) Everything after a # sign is ignored. # For example, all of this text is a big comment # Comments are there just to make lists easier to read # # 2) A list is simply a bunch of ID's (more on IDs later) # For example, a list with 2 awesome movies: # tt0111161 # The Shawshank Redemption tt0068646 # The Godfather # # Note that as mentioned before, the text after the # is ignored # and is just there to make it more human friendly # The above two lines are equivalent to: # tt0111161 tt0068646 # # 3) Every title has it's own unique ID. # IDs are based on the IMDb ID system (www.imdb.com) # It's good, but it's not perfect # # 4) Television Shows can have multiple seasons for one ID. # These are shown with an _X notation. # For example, # tt0141842_1 # The Sopranos - Season 1 tt0141842_2 # The Sopranos - Season 2 # # If you wish to list the ALL of the seasons, # then simply drop the _X notation. # For example, # tt0141842 # ALL of the Sopranos Seasons. # # 5) Send your list to Dave # # 6) If you have any further questions, email Dave # # Have fun making your own lists! #