From 97f6470bb3e571589bdd368bb03a18a3694b7e26 Mon Sep 17 00:00:00 2001 From: Ross Stewart Date: Sat, 27 Aug 2022 15:34:29 +0100 Subject: [PATCH] - Added README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7c03e6..7d55e2b 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# AskNavidrome \ No newline at end of file +# AskNavidrome + +[![Documentation Generator](https://github.com/rosskouk/asknavidrome/actions/workflows/build_sphinx_docs.yml/badge.svg?branch=main)](https://github.com/rosskouk/asknavidrome/actions/workflows/build_sphinx_docs.yml) [![Docker Container](https://github.com/rosskouk/asknavidrome/actions/workflows/build_image.yml/badge.svg)](https://github.com/rosskouk/asknavidrome/actions/workflows/build_image.yml) + + +**AskNavidrome** is an Alexa skill which allows you to play music hosted on a SubSonic API compatible media server, like Navidrome. + +You can stream your own music collection to your Echo devices without the restrictions you would normally face with regular +streaming services like Amazon Music or Spotify. AskNavidrome allows you to: + +- Skip backwards and forwards in your current queue or playlist without limitation. +- Avoid paying subscription costs. +- Avoid being forced to listen to adverts at regular intervals. +- Actually use the music collection you have already paid for! +- Run the service on a PC directly or inside a Docker container. + +See the full documentation [here](https://rosskouk.github.io/asknavidrome) \ No newline at end of file