by JamMstrT » Tue Oct 24, 2017 6:05 pm
I have been able to work around it by creating a CMD file and an "almost" empty TXT file on my server. The TXT file I named UPDATE.TXT and I rotate it between containing a value of 1 or 2 and saving it to update the modification date on the file. The CMD file then proceeds to copy the TXT file into every directory and sub-directory. With this updated TXT file in place, Subsonic seems to re-scan all of the folders.
After making changes to a tags or Album Art, I now just update the TXT file and then run the CMD file and then re-scan the files in Subsonic.
Contents of CMD:
for /r "d:\Music" %%i in (.) do copy /y "c:\update.txt" "%%i"
Regards,
T
If at first you don't succeed, destroy all evidence that shows you tried.