diff --git a/README.md b/README.md index b607f0f..f7e91aa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,32 @@ -# Subtracks -Subtracks is an open source music streaming app for [Subsonic-compatible](http://www.subsonic.org/pages/api.jsp) servers. Its primary goals are to give you fast, clean, and beautiful access to your music in the style of modern media player apps. +subtracks logo + +# +Subtracks is an open source music streaming app for [Subsonic-compatible](http://www.subsonic.org/pages/api.jsp) servers. It's designed to give you clean and convenient access to your music in the style of modern media players. + +# Screenshots +home +now playing +library albums +album view + +# Features +- Art-first approach to displaying your music collection +- Mulitple server support +- Filterable/sortable album and artist library views +- Search artists, albums, and songs +- Scroble support +- Max bitrate and buffer size settings +- Loop and shuffle playback options +- Long-press for context menu shortcuts + +# Coming Soon™ +- Offline support +- Customizable home screen categories +- Browse by folder support (currently only browses by tags) +- Multiple music folder awareness +- More stream format options (dash, hls, smoothstreaming) +- By year/by genre albums filter +- Improve very large album/playlist/queue performance +- Playlist mangement (add/remove/sort/edit) +- Queue management (add/remove/sort) +- Multi-select actions diff --git a/assets/header.png b/assets/header.png new file mode 100644 index 0000000..0374edb Binary files /dev/null and b/assets/header.png differ diff --git a/assets/screenshots/01_home.png b/assets/screenshots/01_home.png new file mode 100644 index 0000000..da294b7 Binary files /dev/null and b/assets/screenshots/01_home.png differ diff --git a/assets/screenshots/02_now-playing.png b/assets/screenshots/02_now-playing.png new file mode 100644 index 0000000..14cf066 Binary files /dev/null and b/assets/screenshots/02_now-playing.png differ diff --git a/assets/screenshots/03_library-albums.png b/assets/screenshots/03_library-albums.png new file mode 100644 index 0000000..98c0bf6 Binary files /dev/null and b/assets/screenshots/03_library-albums.png differ diff --git a/assets/screenshots/04_album.png b/assets/screenshots/04_album.png new file mode 100644 index 0000000..449e1f2 Binary files /dev/null and b/assets/screenshots/04_album.png differ diff --git a/assets/screenshots/05_artist.png b/assets/screenshots/05_artist.png new file mode 100644 index 0000000..0469ddc Binary files /dev/null and b/assets/screenshots/05_artist.png differ diff --git a/assets/screenshots/06_library-artists.png b/assets/screenshots/06_library-artists.png new file mode 100644 index 0000000..4b84a21 Binary files /dev/null and b/assets/screenshots/06_library-artists.png differ diff --git a/assets/screenshots/07_search.png b/assets/screenshots/07_search.png new file mode 100644 index 0000000..3dd90b6 Binary files /dev/null and b/assets/screenshots/07_search.png differ diff --git a/assets/screenshots/08_settings.png b/assets/screenshots/08_settings.png new file mode 100644 index 0000000..6ea553f Binary files /dev/null and b/assets/screenshots/08_settings.png differ