File tree 2 files changed +19
-3
lines changed
2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
- # Echo
1
+ # echo
2
+
3
+ <img src =" ./resources/app-screenshot.jpg " width =" 600 " >
2
4
3
5
Echo is a music app that allows you to connect to multiple sources of music and
4
6
play them directly through the app. It's album focused, meaning that instead of
5
7
treating your library as a list of songs, it treats it as a list of albums, allowing
6
8
you to shuffle albums, browse them based on genres, and more.
7
9
8
- Echo is currently in development and is not yet ready for use.
10
+ > The app is currently in a very alpha-ish state, so expect things to break
11
+ > and features to be missing. Nonetheless, it's already usable for basic music
12
+ > browsing and playing.
13
+
14
+ ## 🛣️ Features and roadmap
15
+
16
+ - [x] Multiple provider support & sync (currently Spotify and OneDrive, but most of the scaffolding is in place for more)
17
+ - [x] Album browser
18
+ - [x] Artist browser
19
+ - [x] Album details
20
+ - [ ] Scrobbling support
21
+ - [ ] Shuffling
22
+ - [ ] Queue management
23
+ - [ ] Genre fetching and browsing
24
+ - [ ] More providers (YouTube Music, Google Drive, etc.)
9
25
10
- ## Local setup
26
+ ## 🔧 Local setup
11
27
12
28
Echo is built using TypeScript, Lit and [ Effect] ( https://effect.website ) as the
13
29
backbone of most of the app logic. To get started, clone the repository and install
You can’t perform that action at this time.
0 commit comments