[RELEASE] Texture Cache Maintenance utility
Hi,

I have a problem I would like some advice on how to resolve.

My entire Library sits inside my nginx webserver.

When scanning using the normal process it is fine.

I have noticed when performing the command qax I see these errors in my kodi.log

Quote:09:58:41 T:1713718304 WARNING: No information found for item 'http://10.8.0.1:40080/Movies/2017The.Wall.2017.REPACK.720p.BluRay.x264-DRONES.mkv', it won't be added to the library.
09:58:41 T:1713718304 WARNING: No information found for item 'http://10.8.0.1:40080/Movies/2017The.Zookeepers.Wife.2017.720p.BRRip.X264.AC3-EVO.mkv', it won't be added to the library.
09:58:42 T:1713718304 WARNING: No information found for item 'http://10.8.0.1:40080/Movies/2017to.the.bone.2017.720p.webrip.x264-strife.mkv', it won't be added to the library.

And they repeat for all movies.

The actual data structure inside this folders is also just a bunch of movies year:

Quote:root@mediaserver:/data/Movies# ls
1931 1940 1944 1948 1952 1956 1960 1964 1968 1972 1976 1980 1984 1988 1992 1996 2000 2004 2008 2012 2016
1933 1941 1945 1949 1953 1957 1961 1965 1969 1973 1977 1981 1985 1989 1993 1997 2001 2005 2009 2013 2017
1934 1942 1946 1950 1954 1958 1962 1966 1970 1974 1978 1982 1986 1990 1994 1998 2002 2006 2010 2014 Christmas
1937 1943 1947 1951 1955 1959 1963 1967 1971 1975 1979 1983 1987 1991 1995 1999 2003 2007 2011 2015
root@mediaserver:/data/Movies#

It appears that the slash after the year folder isn't present? im not sure why.

Shows in logs: http://10.8.0.1:40080/Movies/2017The.Wal...DRONES.mkv
Should be like: http://10.8.0.1:40080/Movies/2017/The.Wall.2017.REPACK.720p.BluRay.x264-DRONES.mkv

The source entry is fairly standard:

Quote:root@osmc:/home/texturecache.py# python texturecache.py sources
video: Movies: http://10.8.0.1:40080/Movies

So I am not so sure it is scanning or checking things quite correctly.

The reason for this is I notice it is identifying missing artwork, but subsequently doesn't seem to fix it in some examples.

Please help. Thank you.
Reply


Messages In This Thread
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
RE: [RELEASE] Texture Cache Maintenance utility - by yhs4260 - 2017-08-28, 11:23
Cleaning - by AleisterHH - 2018-05-28, 22:03
RE: Cleaning - by Milhouse - 2018-05-28, 22:16
qax genre not updated - by Just-Me_A-User - 2018-06-12, 22:06
RE: qax genre not updated - by Milhouse - 2018-06-12, 23:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17