nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
196 stars 14 forks source link

Document include_extensions #153

Closed ToxicFrog closed 5 months ago

ToxicFrog commented 5 months ago

It's a really useful feature that doesn't show up in --help or the man page at all.

It would also be worth mentioning that both include_extensions and hide_extensions can be specified multiple times and will be combined, which is necessary when specifying them in the fstab as you can't use commas to separate the extensions there.

nschlia commented 5 months ago

That probably escaped me... I'll fix that.