Navidrome: Difference between revisions

Onny (talk | contribs)
Add note on enable public sharing
Onny (talk | contribs)
Tips and tricks: Importing playlists
 
Line 15: Line 15:


=== Tips and tricks ===
=== Tips and tricks ===
==== Import playlists ====
Place m3u or m3u8 playlist files in a specific folder, configure it in the Navidrome service and after a library scan it should get imported. In this example the playlist files are stored in <code>/mnt/audio/playlists</code>.
<syntaxhighlight lang="nix">
services.navidrome = {
  enable = true;
  settings.PlaylistsPath = "/mnt/audio/playlists";
};
</syntaxhighlight>


==== Enable sharing ====
==== Enable sharing ====
Single tracks, albums or playlists can be publicly shared. To enable the feature, add<syntaxhighlight lang="nix">
Single tracks, albums or playlists can be publicly shared. To enable the feature, add
 
<syntaxhighlight lang="nix">
services.navidrome = {
services.navidrome = {
   enable = true;
   enable = true;