Keep getting "0 Missing Albums Found" #123
-
I keep seeing the following in the logs:
It seems like the script is finding 94 results in the missing items list, but does nothing with them. Any Idea how I get around this and make the script search for those items? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This happens because the script already looked for those items and did not find them. It prevents constantly searching for the same thing repeatedly over multiple script runs. If you want to have it try again, you need to delete the contents of this folder: The script will periodically, retry notfound albums to see if anything has changed, but its only like once every 30 days. Edit: What your seeing is by design, but maybe the logging output could be improved to make it more clear on what is happening... Edit 2: |
Beta Was this translation helpful? Give feedback.
This happens because the script already looked for those items and did not find them. It prevents constantly searching for the same thing repeatedly over multiple script runs.
If you want to have it try again, you need to delete the contents of this folder:
/config/extended/logs/notfound
The script will periodically, retry notfound albums to see if anything has changed, but its only like once every 30 days.
Edit:
If you add a new artist or new albums to your wanted list, it should still search for those... without the need to remove any files manually.
What your seeing is by design, but maybe the logging output could be improved to make it more clear on what is happening...
Edit 2:
Anothe…