All Projects → Kraymer → Flinck

Kraymer / Flinck

Licence: mit
Sort your movies on filesystem by dates, ratings, etc using symlinks.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Flinck

Iwatched
Track movies or tv shows you watched.
Stars: ✭ 64 (-49.61%)
Mutual labels:  movie
Bazarr
Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you.
Stars: ✭ 1,248 (+882.68%)
Mutual labels:  movie
Douban Movie
Golang爬虫 爬取豆瓣电影Top250
Stars: ✭ 114 (-10.24%)
Mutual labels:  movie
Freeiptv
FreeIPTV • Watch Free IPTV World Wide
Stars: ✭ 68 (-46.46%)
Mutual labels:  movie
Bandersnatch
Black Mirror: Bandersnatch, HTML5 interactive version
Stars: ✭ 74 (-41.73%)
Mutual labels:  movie
Movie android flutter
A sample movie app, developed on flutter, then on android
Stars: ✭ 90 (-29.13%)
Mutual labels:  movie
Subloader
Subloader is a simple and minimalistic subtitle downloader that enables you to quickly find and download subtitles for your video files.
Stars: ✭ 53 (-58.27%)
Mutual labels:  movie
Moviecontentfilter
Watch movies with the freedom (not) to filter
Stars: ✭ 126 (-0.79%)
Mutual labels:  movie
Booking Seats Layout Sample
A sample that shows how to create a dynamic layout for booking seats
Stars: ✭ 79 (-37.8%)
Mutual labels:  movie
Jupytergraffiti
Create interactive screencasts inside Jupyter Notebook that anybody can play back
Stars: ✭ 114 (-10.24%)
Mutual labels:  movie
Selectseat
selectSeat movie iOS objective-c(电影选座)
Stars: ✭ 69 (-45.67%)
Mutual labels:  movie
Timelapsebuilder Swift
Build a movie from jpeg images in Swift using AVFoundation
Stars: ✭ 72 (-43.31%)
Mutual labels:  movie
Scenescoop
A tool to describe the content of videos and suggest similar scenes in other videos/films.
Stars: ✭ 103 (-18.9%)
Mutual labels:  movie
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (-47.24%)
Mutual labels:  movie
Imdb Party
IMDB client using the IMDB API that their iPhone app uses
Stars: ✭ 115 (-9.45%)
Mutual labels:  movie
Moviebookingui Android
This is a concept of fetching a user's cinema show details like venue, movie, date & showtime before allowing him to place a cinema F&B order.
Stars: ✭ 62 (-51.18%)
Mutual labels:  movie
Namava Downloader
Download movies from `namava.ir` website. | لینک جایگزین جهت احتیاط: https://gitlab.com/NabiKAZ/namava-downloader
Stars: ✭ 89 (-29.92%)
Mutual labels:  movie
Kinopoiskpy
Python API to kinopoisk.ru
Stars: ✭ 126 (-0.79%)
Mutual labels:  movie
Flutter Movies4u
Movies4u app UI is simple enough to use and the app is a fun way to get an overview of your movie experience. This repo created with help of awesome UI, material Design and latest feature. this repo contain major feature like : dark theme.
Stars: ✭ 116 (-8.66%)
Mutual labels:  movie
Movienet Tools
Tools for movie and video research
Stars: ✭ 113 (-11.02%)
Mutual labels:  movie

nopypi travis nopypi pypi nopypi downloads nopypi rtfd nopypi rss

nopypi logo

flinck

/flingk/
1. verb tr. to create a symlink to a movie (flick)
2. n. CLI tool to organize your movies into a browsable directory tree offering fast access by dates, imdb ratings, etc

Description

  • smart extraction of movie name from its folder/file, use OMDB 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 and Python 3.

Install with pip via pip install flinck command.

If you're on Windows and don't have pip yet, follow this guide to install it.

Usage

Usage: flinck.py [OPTIONS] FILE|DIR

  Organize your movie collection using symbolic links.

Options:
  -l, --link_dir PATH             Links root directory
  -b, --by [country|decade|director|genre|rating|runtime|title|year]
                                  Organize medias by...
  -v, --verbose
  --version                       Show the version and exit.
  -h, --help                      Show this message and exit.

  Example: flinck -l ./ --by genre --by rating ~/Movies

More infos on the documentation website

Example of 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

Changelog

Available on Github Releases page.

Want to know when new releases are shipped? Subscribe to the Versions rss feed.

Feedbacks

Please submit bugs and features requests on the Issue tracker.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].