lettier / movie-monad

:tv: A free and simple to use video player made with Haskell.
https://lettier.github.io/movie-monad
BSD 3-Clause "New" or "Revised" License
420 stars 24 forks source link

Configuration in haskell? #2

Closed riaqn closed 3 years ago

riaqn commented 7 years ago

Thank you for this original work!

I was thinking, since this player is written in Haskell, which is very powerful and perfect fit for configuration, can we make the configuration in Haskell and make it VERY flexible? I haven't checked with the source code yet so I don't know how it can be done.

It could be something like xmonad. Key binding, video/audio decoding/filter, subtitle searching, or even theme/icon, could be configured in a Haskell file.

lettier commented 7 years ago

Hello and thank you.

Yes I suppose it would be possible. :+1: