Organize your movie folder and files
Project description
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cinefiles-1.1.1.tar.gz.
File metadata
- Download URL: cinefiles-1.1.1.tar.gz
- Upload date:
- Size: 523.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48ef4e8b5cfebbdc1b952c3845379faa2221f91b85f8893140418ef4d321621c
|
|
| MD5 |
4e8100c489eecdd1380b723eb66ca38e
|
|
| BLAKE2b-256 |
0b1fbf166cea216761f1ee287a95dd42a52eb0e5b51684680e48b38ec1a8d5ff
|
File details
Details for the file cinefiles-1.1.1-py3-none-any.whl.
File metadata
- Download URL: cinefiles-1.1.1-py3-none-any.whl
- Upload date:
- Size: 526.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
429580dbf958fe4db15754c2dfb9596b9e7cb852aaef05439908861b40bc4b4b
|
|
| MD5 |
ce8e13227aff08555e7c3ac5cf679b24
|
|
| BLAKE2b-256 |
95918ce74e90a4fe1083c71bd3d9f30890bd261a7e878219e3fa828d91c4e693
|