helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
31 stars 9 forks source link

Add play feature for audio and video #171

Closed louies0623 closed 1 year ago

louies0623 commented 1 year ago

sound-preview_orig

probonopd commented 1 year ago

This is a matter of finding and using appropriate thumbnailers for those sorts of files...

louies0623 commented 1 year ago

I mean it is the function that can be played on the icon. image playing-audio-file-in-finder-using-icon-macosx

probonopd commented 1 year ago

Something similar to that would need to be implemented in Filer indeed, but would most likely introduce QtMultimedia as a dependency, which iirc draws in Gstreamer. This is a fat and undesired dependency, so I am hesitant to implement this.

louies0623 commented 1 year ago

Then don't add this function, if it is too bloated.