Skip to content

Manages your downloaded files using the guessit library

Notifications You must be signed in to change notification settings

megawubs/manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manager

This little program uses the awesome guessit library to manage your downloaded files.

Installation

Clone this repo using git.

Usage:

Before you use it, set the varibles in manager/main.py

extentions = ['*.mkv', '*.avi', '*.mp4', '*.srt']
m = Manager(pathToDownloads, pathToMovies,pathToShows, extentions)

When you want to run it simply run this in the folder you did your git clone command:

$ python manager

Requirements

This program requires guessit to be installed

About

Manages your downloaded files using the guessit library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages