Just tried putting in the latest movies agent from git hub. Then I take an existing movie that has a name but no other details - unmatch it, then match it using the NFO agent (is that an ok way to do it?)
I've been getting the following error:
2013-04-10 08:48:56,548 (3fd4) : INFO (agentkit:914) - Searching for matches for {'year': '2010', 'id': '12018', 'name': 'Elmos Animal Adventures'}
2013-04-10 08:48:56,549 (3fd4) : DEBUG (networking:172) - Requesting 'http://127.0.0.1:32400/library/metadata/12018/tree'
2013-04-10 08:48:56,556 (3fd4) : INFO (logkit:16) - Searching
2013-04-10 08:48:56,556 (3fd4) : CRITICAL (core:561) - Exception in the search function of agent named 'XBMC .nfo Importer', called with keyword arguments {'year': '2010', 'id': '12018', 'name': 'Elmos Animal Adventures'} (most recent call last):
File "C:\Users\Administrator\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\agentkit.py", line 923, in _search
agent.search(results, media, lang)
File "C:\Users\Administrator\AppData\Local\Plex Media Server\Plug-ins\XBMC.nfo Importer.bundle\Contents\Code\__init__.py", line 18, in search
path1 = String.Unquote(media.filename)
File "C:\Users\Administrator\AppData\Local\Plex Media Server\Plug-ins\Framework.bundle\Contents\Resources\Versions\2\Python\Framework\api\utilkit.py", line 252, in Unquote
return urllib.unquote(s)
File "C:\Program Files (x86)\Plex\Plex Media Server\python26.zip\urllib.py", line 1170, in unquote
res = s.split('%')
AttributeError: 'NoneType' object has no attribute 'split'
2013-04-10 08:49:01,105 (3cbc) : INFO (agentkit:914) - Searching for matches for {‘openSubtitlesHash’: ‘5c69e15c8aebb2cf’, ‘name’: ‘Elmos Animal Adventures’, ‘plexHash’: ‘225adb7690282efe891b9a1e3b4483077f9d07f8’, ‘filename’: ‘%5C%5Caragorn%5Cvideos%5CE%5CElmos%2EAnimal%2EAdventures%2E(2009)%2Eavi’, ‘year’: ‘2009’, ‘duration’: ‘3073000’, ‘guid’: ‘tt1775323’, ‘id’: ‘12018’}
2013-04-10 08:49:01,105 (3cbc) : DEBUG (networking:172) - Requesting ‘http://127.0.0.1:32400/library/metadata/12018/tree’
2013-04-10 08:49:01,114 (3cbc) : INFO (logkit:16) - Searching
2013-04-10 08:49:01,114 (3cbc) : INFO (logkit:16) - Looking for Movie NFO file at \aragorn\videos\E\Elmos.Animal.Adventures.(2009).nfo
2013-04-10 08:49:01,121 (3cbc) : INFO (logkit:16) - Found movie information in NFO file: title = Elmo’s Animal Adventures, year = 2009, id = tt1775323
2013-04-10 08:49:01,122 (3cbc) : DEBUG (runtime:896) - Response: [200] str, 656 bytes