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
206 stars 14 forks source link

Album arts are not always copied to transcoded files #74

Closed nschlia closed 3 years ago

nschlia commented 3 years ago

Album arts, if present in a source file, should be copied to targets. This is done for MP3 and MP4 only. If an input file contains an album art it should be copied in any case.

nschlia commented 3 years ago

Removed restriction that album arts were only copied from mp3/4. Now any type of source may provide one.