1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Set default media folder to mutimedia

This commit is contained in:
ericgaspar 2020-09-13 11:44:09 +02:00
parent fcf4529db3
commit 9e7384be14
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 0 additions and 9 deletions

View file

@ -23,11 +23,6 @@ Navidrome is an open source web-based music collection server and streamer. It g
## Configuration ## Configuration
<<<<<<< Updated upstream
You can configure Navidrome by editing this file `/var/lib/navidrome/navidrome.toml` using the [documentation](https://www.navidrome.org/docs/usage/configuration-options/).
The music is to be stored in the folder `/home/yunohost.navidrome/Music`.
=======
#### Where are stored your music files #### Where are stored your music files
Your music files are stored in your shared [multimedia folder](https://github.com/YunoHost-Apps/yunohost.multimedia) `/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. Your music files are stored in your shared [multimedia folder](https://github.com/YunoHost-Apps/yunohost.multimedia) `/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.

View file

@ -5,9 +5,6 @@ BaseURL = "__PATH_URL__"
ScanInterval = "90s" ScanInterval = "90s"
TranscodingCacheSize = "150MiB" TranscodingCacheSize = "150MiB"
DataFolder = "__CONFIG_PATH__" DataFolder = "__CONFIG_PATH__"
<<<<<<< Updated upstream
MusicFolder = "/home/yunohost.navidrome/Music"
=======
# Folder where your music library is stored. Can be read-only # Folder where your music library is stored. Can be read-only
MusicFolder = "/home/yunohost.multimedia/share/Music" MusicFolder = "/home/yunohost.multimedia/share/Music"
# How long Navidrome will wait before closing web ui idle sessions # How long Navidrome will wait before closing web ui idle sessions
@ -22,4 +19,3 @@ SearchFullString = "false"
IgnoredArticles = "The El La Los Las Le Les Os As O A" IgnoredArticles = "The El La Los Las Le Les Os As O A"
# Enable/disable .m3u playlist auto-import # Enable/disable .m3u playlist auto-import
AutoImportPlaylists = "true" AutoImportPlaylists = "true"
>>>>>>> Stashed changes