Skip to content

fuse filesystem to show movies in a virtual directory tree

Notifications You must be signed in to change notification settings

Valodim/moviefs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

MovieFS

This is a fuse application implemented in python that will project a database
of movies into a virtual filesystem.

Implemented filesystems:
 - actor: list all actors with 3+ movies
 - director: group movies by director
 - genre: group movies by genre
 - imdb: juts show all movies by imdb-id
 - runtime: group movies by runtime, granularity of 10
 - title: just show all movies by title
 - year: group movies by year

It's all very alpha and hardly of use, but feel free to look around.

About

fuse filesystem to show movies in a virtual directory tree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages