-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
33 lines (25 loc) · 841 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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