Skip to content

massimo-me/torrent-movie-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Movie Parse

Install

npm -g install movie-parse

Usage:

movie-parse "The.Staying.Alive.S05E02.720p.HDTV.x264-KILLERS[rartv]" "Arrow.S05E03.2015"

##API

Test with one movie

{  
   "year":2015,
   "resolution":"1080p",
   "quality":"BluRay",
   "codec":"x264",
   "audio":"AC3",
   "title":"The Martian",
   "group":"ETRG"
}

Test with more movies

[  
   {  
      "year":2015,
      "resolution":"1080p",
      "quality":"BluRay",
      "codec":"x264",
      "audio":"AC3",
      "title":"The Martian",
      "group":"ETRG"
   },
   {  
      "year":2015,
      "resolution":"1080p",
      "codec":"x264",
      "audio":"AC3",
      "title":"Mission Impossible Rogue Nation",
      "group":"JYK",
      "excess":[  
         "WEB",
         "DL"
      ]
   }
]

Torrent Movie Parse

Contributing

Take a look at the open issues on the original project and submit a PR!