Vleer
Vleer copied to clipboard
Your library to everything. Ditch Spotify or Apple Music.
- [x] redesign - [x] search - [x] downloader - [x] player - [x] library - [ ] playlists
Build a custom backend for Vleer that will be available opensource for everyone to host their own instance. This comes with following features: - [ ] Music streaming - [...
Reimplement the searching functionality with [Meilisearch](https://github.com/meilisearch/meilisearch) in Rust.
Move most of the functions that are not direct interactions with the user to the Rust backend for speed and stability. - [ ] Audio Engine #36 - [ ]...
Port the audio part of Vleer fully to rust, with the goal to do as much as possible in rust. https://github.com/0PandaDEV/FullyRustAudio Consider https://crates.io/crates/kira
Implement a reliable YouTube downloader using the crate [rustytdown](https://github.com/0PandaDEV/rustytdown)