Sort your movies on filesystem using symlinks.
Project description
[flingk] *verb tr.* To create a symlink to a movie (flick)
Description
CLI tool to organize your movies into a browsable directory tree offering fast access by dates, imdb ratings, etc
Features
smart extraction of movie name from its folder/file, use IMDB api to get infos
sane limited set of configuration options, yet highly flexible directories resulting structure
possible to split links into alphabetical buckets (A-C, D-F, etc) for large libraries
Install
flinck is written for Python 2.7.
Install with pip via pip2 install flinck command.
If you’re on Windows and don’t have pip yet, follow this guide to install it.
Usage
usage: flinck.py [-h] [-l LINK_DIR] --by {country,director,decade,genre,rating,runtime,title,year} [{country,director,decade,genre,rating,runtime,title,year} ...] FILE|DIR Organize your movie collection using symbolic links Example: flinck ~/Movies --by genre rating
More infos on Wiki
Configuration
~/.config/flinck/config.yaml corresponding to the screenshot above :
link_root_dir: '/Volumes/Disque dur/Movies' genre: dirs: true buckets: true rating: link_format: %rating-%year-%title dirs: false buckets: true decade: dirs: true
Top settings:
link_root_dir: where the folders tree will be created. Must exist beforehand.
Then, you can define a section for each metadata field you want to sort by. Inside it, available settings are :
root: root dirname (or relative path from link_root_dir) for this metadata field. Default: the metadata field name.
link_format: symlink naming format. Default: %title-%field
dirs: put symlinks into an intermediary directory named after the field value. Default: no
buckets: put symlinks into a parent matching directory if it does exist. Any directory that contains the field value or defines a matching range is valid. A range is defined by [] chars, eg [A-D] directory matches Drama genre field value.
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
File details
Details for the file flinck-0.2.0.tar.gz
.
File metadata
- Download URL: flinck-0.2.0.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ee3573ac1542b56a8a1e237978c980ad859d1494c247529ac7c7298a5bd5318 |
|
MD5 | e5dd07b094058ff4559a0741eabd11bf |
|
BLAKE2b-256 | 8bed3f38f9ba26acb8b221f761084c0517f861850945939374b9dd35c010dd0d |