Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 482 Bytes

Mediaview-fs

A fuse filesystem to provide a readonly view of media files with tags parsed from .nfo files produced by kodi and tinyMediaManager.

build

Requirements

  • Python 3.x
  • fusepy 2.x
  • FUSE >= 2.6

Usage

TBD

References

mediaview-fs is based on fusepy, a Python wrapper for FUSE.