Skip to content

Commit 9a910df

Browse files
committed
More info in README
1 parent 617f69e commit 9a910df

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

README.md

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,29 @@
1-
# Echo
1+
# echo
2+
3+
<img src="./resources/app-screenshot.jpg" width="600">
24

35
Echo is a music app that allows you to connect to multiple sources of music and
46
play them directly through the app. It's album focused, meaning that instead of
57
treating your library as a list of songs, it treats it as a list of albums, allowing
68
you to shuffle albums, browse them based on genres, and more.
79

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.)
925

10-
## Local setup
26+
## 🔧 Local setup
1127

1228
Echo is built using TypeScript, Lit and [Effect](https://effect.website) as the
1329
backbone of most of the app logic. To get started, clone the repository and install

resources/app-screenshot.jpg

908 KB
Loading

0 commit comments

Comments
 (0)