stonehouse / Parse4Plex

A little file name parser to help organise files for Plex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plex Name Parser

Build Status Test Coverage

This is very very early, but the general idea is to have a command-line tool to quickly rename files with which Plex has trouble.

How to...

parse4plex --parse ~/Movies

NOTE: Calling without parse will show all changes without actually executing them

Current State

  • Works with Films
  • Searches for .mp4/.avi files in a given directory
  • The film parser checks IMDB, so to avoid unnecessary network traffic it only runs in directories with 'Movies' in the path.

TODO

  • Better parsing for different file name conventions
  • TV Show name parsing.

About

A little file name parser to help organise files for Plex


Languages

Language:Ruby 99.2%Language:Shell 0.8%