-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Nielsen helps you chown
, chmod
, rename, and organize TV show files from the
command line.
A typical filename might be something like:
The.Glades.S02E01.Family.Matters.HDTV.XviD-FQM.avi
, but a less annoying
filename would be The Glades -02.01- Family Matters.avi
.
Nielsen endeavors to automatically handle these types of renaming operations, as well as change the owner, group, and file permissions to user specified values (which may be more useful for media streaming scenarios), and move the files into a more hierarchical folder structure that keeps your media directories tidy.
-
python3
(Python.org) -
omdb
(PyPI)- For fetching episode titles.
Nielsen is available on PyPI and can be installed with the following command:
pip install nielsen
Nielsen can be installed from source by cloning this repo and running the command:
./setup.py install
Most options can be set by passing the options on the command line, but .ini
style configuration files are supported. See the Configuration
File
page for more information.