nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.
GNU General Public License v3.0
0 stars 0 forks source link

Support all file formats supported by vlc #16

Open nicmr opened 4 years ago

nicmr commented 4 years ago

Currently, only opus is enabled. Additionally, limiting to certain file formats can be offered with a command line option.

nicmr commented 4 years ago

Implemented explicit force enable for file extensions with 181d978f60d16206140f6fe158d796e56249e2be , in the form of an --extension FILE_EXTENSION option. Next step is adding vlc-supported audio formats to be enabled by default.

nicmr commented 4 years ago

postponed until config file support is added