2012-07-03, 12:39 AM
I've just discovered imageGrabLite and I've got it working for the last few days. Great program! , but I have a question. It seems to rename most shows, but some it doesn't. The common denominator seems to be shows that don't have season and episode information in the EPG. Is there a way I can force it to rename programs with just the title and subtitle if there is no season/episode data? Here's an example of a show that won't rename with no episode data. I also noticed it doesn't make a .tbn or a .xml file for the show in the media folder either. I see it looks at Zap2it, I'm using schedules direct for my EPG if that makes a difference.
Also, imageGrabLite runs as my last line in my postprocessing.bat which also does post processing conversion to mp4 on one show only. As it is right now, I have imageGrabLite skip this particular show so I can use NScriptHelper and "%~f1" to get the file name and path for the .mp4 conversion. Is there a way you know of that I could get a variable like "%~f1" after imageGrabLite renames the recording so I could run the mp4 conversion?
Thanks
(withheld from PM)
Code:
2012-07-02 19:43:12.255 [DEBUG][1] imageGrabLite, Version=1.1.4.33422, Culture=neutral, PublicKeyToken=null
2012-07-02 19:43:12.256 [DEBUG][1] Command Line --oid 3218 --rename
2012-07-02 19:43:12.339 [DEBUG][1] Searching select scheduled_recording.name, event_details, start_time, filename from scheduled_recording, channel where scheduled_recording.oid = 3218 and scheduled_recording.channel_oid = channel.oid
2012-07-02 19:43:12.347 [DEBUG][1] Zap2it reference http://tvlistings.zap2it.com/tv/rough-cut--woodworking-with-tommy-mac/EP013241960007
2012-07-02 19:43:12.347 [DEBUG][1] Zap2it image http://images.zap2it.com/images/tv-EP01324196/rough-cut--woodworking-with-tommy-mac-0.jpg
2012-07-02 19:43:12.351 [DEBUG][1] Subtitle: Length=8 Finishes
2012-07-02 19:43:12.351 [DEBUG][1] OID is 3706378
2012-07-02 19:43:12.352 [DEBUG][1] OriginalAirDate is 2010-11-13
2012-07-02 19:43:12.352 [DEBUG][1] Recorded 2012-07-01
2012-07-02 19:43:12.353 [DEBUG][1] Skip file exists C:\Users\Public\NPVR\Media/Shows/Rough Cut -- Woodworking With Tommy Mac.xml
2012-07-02 19:43:12.353 [DEBUG][1] Cannot rename file, no episode information
Also, imageGrabLite runs as my last line in my postprocessing.bat which also does post processing conversion to mp4 on one show only. As it is right now, I have imageGrabLite skip this particular show so I can use NScriptHelper and "%~f1" to get the file name and path for the .mp4 conversion. Is there a way you know of that I could get a variable like "%~f1" after imageGrabLite renames the recording so I could run the mp4 conversion?
Thanks
(withheld from PM)