Comments on: Syncing a music library to a Droidisk (or PiDisk) https://www.hifizine.com/2018/12/syncing-a-music-library-to-a-droidisk-or-pidisk/ The enthusiast's audio webzine Wed, 06 Mar 2024 19:37:30 +0000 hourly 1 https://wordpress.org/?v=4.9.25 By: nabussan https://www.hifizine.com/2018/12/syncing-a-music-library-to-a-droidisk-or-pidisk/comment-page-1/#comment-112677 Sun, 03 May 2020 10:02:32 +0000 https://www.hifizine.com/?p=11571#comment-112677 Thanks for your instructions!

In my case, to get the cronjob running on my Pi, I had to do the following:

1. Enable cronservice
a) Verify if cronservice is running: service cron status
b) To enable inactive cronservice: sudo systemctl enable cron

2. Replace echo rescan | ~/minimserver/bin/mscript:
a) Create rescan.sh file with command rescan and make it executable
b) In crontab, create the following job with full paths): 12 11 * * * /home/pi/minimserver/minimserver/bin/mscript /home/pi/minimserver/minimserver/bin/rescan.sh

]]>