![]() |
Shared playlist on NAS? - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: Shared playlist on NAS? (/showthread.php?tid=7659) Pages:
1
2
|
RE: Shared playlist on NAS? - ils1974 - 04-20-2025 Hi @Tim Curtis, The final working solution is: 1) Exclude the playlists from the backup. This is optional 2) Run the script I made. The script removes everything ( when "all" as argument) and creates symlinks to the playlists and playlist covers on the NAS, or just replaces local files with symlinks to the NAS content Code: #!/bin/bash RE: Shared playlist on NAS? - TheOldPresbyope - 04-20-2025 Nice. Gotta admit my option 2 looks pretty janky in actual use ![]() Regards, Kent |