0.3.0 • Published 9 years ago
plexify v0.3.0
plexify

A command line tool to rename and move tv shows to Plex folder structure.
Installation
npm install -g plexifyExample
plexify --destination /Volumes/TV_Shows The.Staying.Alive.S05E02.720p.HDTV.x264-KILLERS[rartv].aviWould move the file to
/Volumes/TV_Shows/The Staying Alive/Season 5/The Staying Alive - s05e02.aviMultiple destination folders can be specified, the first existing one will be used. This is
useful if you have a portable USB drive plugged in that is not always available. In that case
you can specify a fall-back folder to move the file to. Use with multiple -d
(or --destination) options.
There is also a test mode to simulate file renames. Use --test to activate.
License
MIT