Hi Sub,
Everything seems to be working quite nicely now for my case. Imagegrablite updates the file names to something that Kodi will process, and updates NPVR too, so it's automatically cleaning up the older recordings. I believe imagegrablite has a --nfo option that will create a dummy .nfo file if the show isn't found in thetvdb database. I tried that, but in my case, it showed up in Kodi with that huge long title, and no indication of which day the recording was actually from. So I went the other route & added what I wanted to thetvdb.com.
The end of my PostProcessing.bat file now says:
if %5 == "NBC Nightly News" imagegrablite --oid %3 --rename
"C:\Program Files\cURL\bin\curl.exe" -i -X POST -d "{\"jsonrpc\": \"2.0\", \"method\": \"VideoLibrary.Scan\", \"id\": \"mybash\"}" -H "content-type:application/json" http://kodi:@htpc:808/jsonrpc
Everything else I'm recording was working fine, so I decided I'd only do this when I knew there was a problem (hence the if %5 == "NBC...)
One observation; Kodi didn't seem to like switching back & forth between using the scrapers & using .nfo files. I'd get one file working with a .nfo, then try adding another file that should scrape properly, and had before creating the .nfo for the other file - and it wouldn't! Tried deleting all the .nfo's, tried cleaning the library, tried deleting & re-adding the source; nothing helped. Probably overkill, but I took to uninstalling Kodi (and deleting the user data) & reinstalling between tests!
Thanks for all the pointers!
Sandy
Everything seems to be working quite nicely now for my case. Imagegrablite updates the file names to something that Kodi will process, and updates NPVR too, so it's automatically cleaning up the older recordings. I believe imagegrablite has a --nfo option that will create a dummy .nfo file if the show isn't found in thetvdb database. I tried that, but in my case, it showed up in Kodi with that huge long title, and no indication of which day the recording was actually from. So I went the other route & added what I wanted to thetvdb.com.
The end of my PostProcessing.bat file now says:
if %5 == "NBC Nightly News" imagegrablite --oid %3 --rename
"C:\Program Files\cURL\bin\curl.exe" -i -X POST -d "{\"jsonrpc\": \"2.0\", \"method\": \"VideoLibrary.Scan\", \"id\": \"mybash\"}" -H "content-type:application/json" http://kodi:@htpc:808/jsonrpc
Everything else I'm recording was working fine, so I decided I'd only do this when I knew there was a problem (hence the if %5 == "NBC...)
One observation; Kodi didn't seem to like switching back & forth between using the scrapers & using .nfo files. I'd get one file working with a .nfo, then try adding another file that should scrape properly, and had before creating the .nfo for the other file - and it wouldn't! Tried deleting all the .nfo's, tried cleaning the library, tried deleting & re-adding the source; nothing helped. Probably overkill, but I took to uninstalling Kodi (and deleting the user data) & reinstalling between tests!
Thanks for all the pointers!
Sandy