diff --git a/README.md b/README.md index e30c89fde..58cbfd8ad 100644 --- a/README.md +++ b/README.md @@ -288,6 +288,19 @@ Beautiful and feature-rich CCTV/NVR for your cameras [:books: Shinobi Pro add-on documentation][addon-doc-shinobi] +### ✓ [Spotify Connect][addon-spotify] + +![Latest Version][spotify-version-shield] +![Supports armhf Architecture][spotify-armhf-shield] +![Supports aarch64 Architecture][spotify-aarch64-shield] +![Supports amd64 Architecture][spotify-amd64-shield] +![Supports i386 Architecture][spotify-i386-shield] +![Docker Pulls][spotify-pulls-shield] + +Lorem ipsum + +[:books: Spotify Connect add-on documentation][addon-doc-spotify] + ### ✓ [TasmoAdmin][addon-tasmoadmin] ![Latest Version][tasmoadmin-version-shield] @@ -379,6 +392,7 @@ on the correct GitHub repository matching the add-on. - [Open an issue for the add-on: Plex Media Server][plex-issue] - [Open an issue for the add-on: SSH & Web Terminal][ssh-issue] - [Open an issue for the add-on: Shinobi Pro][shinobi-issue] +- [Open an issue for the add-on: Spotify Connect][spotify-issue] - [Open an issue for the add-on: TasmoAdmin][tasmoadmin-issue] - [Open an issue for the add-on: Terminal][terminal-issue] - [Open an issue for the add-on: Tor][tor-issue] @@ -603,6 +617,15 @@ SOFTWARE. [shinobi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [shinobi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [shinobi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg +[addon-spotify]: https://github.com/hassio-addons/addon-spotify-connect/tree/7fab026 +[addon-doc-spotify]: https://github.com/hassio-addons/addon-spotify-connect/blob/7fab026/README.md +[spotify-issue]: https://github.com/hassio-addons/addon-spotify-connect/issues +[spotify-version-shield]: https://img.shields.io/badge/version-7fab026-blue.svg +[spotify-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/spotify.svg +[spotify-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg +[spotify-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg +[spotify-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg +[spotify-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [addon-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/tree/ba8d869 [addon-doc-tasmoadmin]: https://github.com/hassio-addons/addon-tasmoadmin/blob/ba8d869/README.md [tasmoadmin-issue]: https://github.com/hassio-addons/addon-tasmoadmin/issues diff --git a/spotify/CHANGELOG.md b/spotify/CHANGELOG.md new file mode 100644 index 000000000..76389ff49 --- /dev/null +++ b/spotify/CHANGELOG.md @@ -0,0 +1,9 @@ +2018/07/23 17:55 UTC - [7fab026](https://github.com/hassio-addons/addon-spotify-connect/commit/7fab026af1d049bf57d902ea3d7242a8dfd64853) by [@frenck](https://github.com/frenck) +> :tractor: Switches add-on base to Ubuntu + +* :tractor: Initial refactor to Ubuntu base + +* :rocket: Moves GitLab CI to use Ubuntu + +* :ambulance: Fixes typo in Dockerfile + diff --git a/spotify/README.md b/spotify/README.md new file mode 100644 index 000000000..2dac5ceff --- /dev/null +++ b/spotify/README.md @@ -0,0 +1,49 @@ +# Community Hass.io Add-ons: Spotify Connect + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +Lorem ipsum. + +## About + +Lorem ipsum. + +[Click here for the full documentation][docs] + +![Spotify Connect][screenshot] + +## WARNING! THIS IS AN EDGE VERSION! + +This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds +add-ons are based upon the latest development version. + +- They may not work at all. +- They might stop working at any time. +- They could have a negative impact on your system. + +This repository was created for: + +- Anybody willing to test. +- Anybody interested in trying out upcoming add-ons or add-on features. +- Developers. + +If you are more interested in stable releases of our add-ons: + + + +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[buymeacoffee]: https://www.buymeacoffee.com/frenck +[discord-shield]: https://img.shields.io/discord/330944238910963714.svg +[discord]: https://discord.gg/c5DvZ4e +[docs]: https://github.com/hassio-addons/addon-spotify-connect/blob/7fab026/README.md +[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg +[forum]: https://community.home-assistant.io/?u=frenck +[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg +[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg +[release-shield]: https://img.shields.io/badge/version-7fab026-blue.svg +[release]: https://github.com/hassio-addons/addon-spotify-connect/tree/7fab026 +[screenshot]: https://github.com/hassio-addons/addon-spotify-connect/raw/master/images/screenshot.jpg \ No newline at end of file diff --git a/spotify/config.json b/spotify/config.json new file mode 100644 index 000000000..3c6faf7a8 --- /dev/null +++ b/spotify/config.json @@ -0,0 +1,29 @@ +{ + "name": "Spotify Connect", + "version": "7fab026", + "slug": "spotify", + "description": "Lorem ipsum", + "url": "https://community.home-assistant.io/?u=frenck", + "startup": "services", + "arch": [ + "aarch64", + "amd64", + "armhf", + "i386" + ], + "boot": "auto", + "hassio_api": true, + "homeassistant_api": false, + "host_network": false, + "audio": true, + "options": { + "log_level": "info" + }, + "schema": { + "log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)" + }, + "environment": { + "LOG_FORMAT": "{LEVEL}: {MESSAGE}" + }, + "image": "hassioaddons/spotify" +} \ No newline at end of file diff --git a/spotify/icon.png b/spotify/icon.png new file mode 100644 index 000000000..b4f12cb26 Binary files /dev/null and b/spotify/icon.png differ diff --git a/spotify/logo.png b/spotify/logo.png new file mode 100644 index 000000000..5e140a46f Binary files /dev/null and b/spotify/logo.png differ