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

Feature Request - Hide Files By Type or Regex #123

Closed Martin2112 closed 2 years ago

Martin2112 commented 2 years ago

Hi,

EAC creates 3 files per compressed image e.g X.flac, X.cue and X.jpg (cover image). It would be good to be able to hide some of these from the view created by ffmpegfs to make it less cluttered.

Could either be by regex or extension list and doesn't need to really complicated. e.g:

--hide_extensions=jpg,png,cue to stop covers and cue sheets from showing up.

nschlia commented 2 years ago

Should be easy. Added to the list :)

nschlia commented 2 years ago

--hide_extensions=jpg,png,cue to stop covers and cue sheets from showing up.

Added as requested.