1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
Navidrome package for YunoHost
Find a file
2021-10-07 12:54:24 +02:00
.github 0.46.0 (#67) 2021-10-07 12:52:59 +02:00
conf 0.46.0 (#67) 2021-10-07 12:52:59 +02:00
doc Add description 2021-09-04 22:29:55 +02:00
scripts 0.46.0 (#67) 2021-10-07 12:52:59 +02:00
check_process Cleaning up 2021-09-04 22:32:00 +02:00
LICENSE First commit 2020-08-16 13:57:57 +02:00
manifest.json 0.46.0 (#67) 2021-10-07 12:52:59 +02:00
README.md 0.46.0 (#67) 2021-10-07 12:52:59 +02:00
README_fr.md 0.46.0 (#67) 2021-10-07 12:52:59 +02:00

Navidrome for YunoHost

Integration level
Install Navidrome with YunoHost

Lire ce readme en français.

This package allows you to install Navidrome quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Navidrome a software that allows you to listen to your own digital music in the same way you would with services like Spotify, Apple Music and others. It also allows you to easily share your music and playlists with your friends and family.s Navidrome indexes all digital music stored in your hard drive and makes it available through a nice web player and also by using any Subsonic-API compatible mobile client. Your music becomes searchable and you can create playlists, rate and “favourite” your loved tracks, albums and artists

Shipped version: 0.46.0~ynh1

Demo: https://demo.navidrome.org/app/#/login

Screenshots

Disclaimers / important information

Configuration

Where are stored your music files

Your music files are stored by default in your shared multimedia folder /home/yunohost.multimedia/share/Music. This folder is accessible from Nextcloud with External Storages enabled. This will allow you to easily upload your music files to the server.

You can configure an alternative path to you music files by editing the path MusicFolder = "/home/yunohost.multimedia/share/Music" in this file /var/lib/navidrome/navidrome.toml using the documentation. Remember to restart Navidrome service if you change your configuration file.

Client player

You must activate public site if you want to connect a client player to Navidrome.

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

sudo yunohost app install https://github.com/YunoHost-Apps/navidrome_ynh/tree/testing --debug
or
sudo yunohost app upgrade navidrome -u https://github.com/YunoHost-Apps/navidrome_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps