Detect when a .nfo file changes, and rescan metadata for the associated video file.
@ -249,6 +249,8 @@ strip_ext(char *name)
{
char *period;
if (!name)
return NULL;
period = strrchr(name, '.');
if (period)
*period = '\0';
The note is not visible to the blocked user.