Skip to content

rtokarev/m3ufs2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract
========

This is a fuse-based filesystem that allows to work with m3u playlists as with
regular directories. It acts as a `mount --bind' command but replace all m3u
playlists located in a source directory with regular directories containing
all media listed in playlists.

Supported features are:
  - Extended m3u
  - Overlay mount, i.e. mounting directory and mountpoint can be the same
  - Process m3u playlists on demand (not during mount, but when you read them)
  - Track for m3u changes and apply them without remount
  - Shuffle

Playlist limitations:
  - All media with absolute path are ignored
  - Only regular files are supported right now

How to mount a filesystem
=========================

  m3ufs dir mountpoint [options]

Dependences
===========
  - FUSE 2.3 or later

Installing
==========

  make
  make install

About

Fuse-based filesystem for m3u playlists.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages