Skip to content

DVRs and PVRs oftentimes generate media files that are not optimally named for media center software. dvrhelper renames files according to information from thetvdb.com, corrects their metadata, places them in appropriate directories, and even transcodes.

License

Notifications You must be signed in to change notification settings

ArthurZey/dvrhelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dvrhelper

DVRs and PVRs oftentimes generate media files that are not optimally named for media center software. dvrhelper renames files according to information from thetvdb.com, corrects their metadata, places them in appropriate directories, and even transcodes.

Setup

git clone https://github.com/ArthurZey/dvrhelper.git cd dvrhelper virtualenv -p python3 env source env/bin/activate pip install tvdb_api

create config.py in the project root: config = { "thetvdb_apikey": "YOUR_TVDB_API_KEY" }

About

DVRs and PVRs oftentimes generate media files that are not optimally named for media center software. dvrhelper renames files according to information from thetvdb.com, corrects their metadata, places them in appropriate directories, and even transcodes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages