Go to file
2017-01-08 09:37:11 +01:00
ajax first commit 2016-11-17 23:07:22 +01:00
appinfo make all stations playable 2017-01-08 09:36:13 +01:00
controller implementing db backend ... 2017-01-08 09:37:11 +01:00
css change to more generic layout / style 2017-01-04 18:54:04 +01:00
db make all stations playable 2017-01-08 09:36:13 +01:00
img implementing db backend ... 2017-01-08 09:37:11 +01:00
js make all stations playable 2017-01-08 09:36:13 +01:00
service implementing db backend ... 2017-01-08 09:37:11 +01:00
templates added function to menu entries 2017-01-06 10:52:12 +01:00
index.php first commit 2016-11-17 23:07:22 +01:00
README.md added installation instructions to README.md, added data-src and data-id attributes to tr element 2017-01-06 09:59:20 +01:00
settings.php first commit 2016-11-17 23:07:22 +01:00

Nextcloud Radio app

This experimental app uses the radio-browser.info api and offers radio stations right in your Nextcloud!

Maintainers

Installation

  • Using git: In your nextcloud/apps/ directory, run git clone https://git.project-insanity.org/onny/nextcloud-app-radio.git radio. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Radio app.
  • Using the zip archive: Download the latest tar.bz2 archive, extract the directory inside your nextcloud/apps/ directory, and rename it to radio. For stable releases, you can also download one of the releases tar.bz2 archives. Then go to the Apps manager tab in your Nextcloud web interface, and enable the Radio app.
  • Using package manager: For ArchLinux, there is an AUR package available.

Testing

Can be easily tested using Docker:

docker run -v /tmp/nextcloud-app-radio:/opt/nextcloud/apps/radio -d --name nextcloud -p 80:80 rootlogin/nextcloud

First part of -v is the path to the cloned or downloaded nextcloud radio app. Debug it with:

docker run -i -t e326cbb922aa /bin/bash

Where -t specifies the container id.