Linux TVImport:python daemon to rename and sort TV series
#1
Hi,
I've just uploaded my script to git, this is a python daemon that uses inotify to watch a directory. Every time a file is moved/saved to a specified directory the linux kernel tells the daemon that there is a new file, the daemon tries to extract information from it query the tvdb for the title of the episode and, if successfull, moves the file. Example File:
Revolution.S02E03.720p.Hdtv.X264-mycopy.mkv
will be moved to
Dest_dir/Revolution/Season 2/Revolution.S02E03.720p.Hdtv.X264-mycopy.Love.Story.mkv

Installation

You need "pip"

pip install tvimport

Usage

tvimport start source_dir dest_dir

source_dir: the directory where you will move the files that need to be renamed/sorted
dest_dir: the directory where you want to move the files to.

Help
It will not work on all files, please tell me eventually and I'll try to fix it.

https://github.com/LucaGas/tvimport
Reply

Logout Mark Read Team Forum Stats Members Help
TVImport:python daemon to rename and sort TV series0