Skip to main content

Organize your movie folder and files

Project description

https://travis-ci.org/hgibs/cinefiles.svg?branch=master https://img.shields.io/codecov/c/github/hgibs/cinefiles/master.svg

Organizes, indexes, and pulls relevant info for your movie library presented in a clean, locally-resourced, set of webpages.

Installation

1) Install cinefiles

pip install cinefiles

Usage

Downloading to appropriaatly named folders (each folder’s name is the name of the movie it holds) NOTE: Folders can contain subfolders with movies in them i.e. => “James Bond Movies/Goldeneye”

import cinefiles.cinefiles as cf
directory = "/Volumes/HDD/Movies"
search = cf.Cinefiles(searchfolder=directory)
search.run()

To rename folders automatically: (this can’t be undone automatically yet)

import cinefiles.cinefiles as cf
directory = "/Volumes/HDD/jumble_of_movies"
organize = cf.Cinefolders(searchfolder=directory)
organize.organizefolder()

To remove all the added files:

import cinefiles.cinefiles as cf
clear_run = cf.Cinefiles(configfile='cinefiles.ini')
clear_run.clear_run.purgecinefiles()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cinefiles-1.1.1.tar.gz (523.3 kB view hashes)

Uploaded Source

Built Distribution

cinefiles-1.1.1-py3-none-any.whl (526.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page