https://github.com/valodim/moviefs
fuse filesystem to show movies in a virtual directory tree
https://github.com/valodim/moviefs
Last synced: about 2 months ago
JSON representation
fuse filesystem to show movies in a virtual directory tree
- Host: GitHub
- URL: https://github.com/valodim/moviefs
- Owner: Valodim
- Created: 2011-04-06T01:11:04.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-04-17T22:53:03.000Z (about 15 years ago)
- Last Synced: 2025-03-06T13:48:24.669Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 141 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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.