nicmr / fidelitas

Rust network audio player and web client using actix and crossbeam multithreading, websockets, libvlc, and an Elm frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support all file formats supported by vlc

nicmr opened this issue · comments

commented

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

commented

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

commented

postponed until config file support is added