2013-04-20, 10:15 PM
stustunz Wrote:Code:
.mode columns
.output "iglout.bat"
select '"C:\Program Files (x86)\nPVR\imageGrabLite" --nfo --zap2it --oid ', oid
from scheduled_recording
where status = 2
and filename not like '%.S%';
OK I opened notepad copied and saved it as iglall.sql
but how do i run it ?
Store that as iglall.sql (edit as necessary )and then run
sqlite3 npvr.db3 < igall.sql (what the hell does this bit mean)
What exactly does this mean im missing something i have no idea how to use sql files?
yes i am thick
Well this isn't the IGL support sub-forum, but I don't support batch file use anyway. Among other things if you don't have sqlite installed this file is not much good.
Martin