0.3.0 • Published 7 years ago

plexify v0.3.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

plexify travis npm

A command line tool to rename and move tv shows to Plex folder structure.

Installation

npm install -g plexify

Example

plexify --destination /Volumes/TV_Shows The.Staying.Alive.S05E02.720p.HDTV.x264-KILLERS[rartv].avi

Would move the file to

/Volumes/TV_Shows/The Staying Alive/Season 5/The Staying Alive - s05e02.avi

Multiple 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