2005-08-29, 06:03 PM
I'm using ShowAnalyzer, and have it set up in preprocessing.bat via PVRPowertray, using comskip proxy to make it run.
Postprocessing.bat then does comclean and rename recordings.
This all works splendidly.
The latest version of SA, allows selectable profiles, based on channel number, channel name, and a few other options. It also allows one to select individual .ini files (containing the specific settings).
I would like to know how to get the channel number from gbpvr, and have SA use a profile, based on that channel number.
I know how to do it manually, but that defeats the purpose of having SA automatically run, and comclean.
I'm thinking that preprocessing.bat could be modified to include multiple profiles, based on the channel being recorded, something such as this:Is any of this possible, or am I dreaming?
Any suggestions on how to implement this, maybe a more elegant solution?
Postprocessing.bat then does comclean and rename recordings.
This all works splendidly.
The latest version of SA, allows selectable profiles, based on channel number, channel name, and a few other options. It also allows one to select individual .ini files (containing the specific settings).
I would like to know how to get the channel number from gbpvr, and have SA use a profile, based on that channel number.
I know how to do it manually, but that defeats the purpose of having SA automatically run, and comclean.
I'm thinking that preprocessing.bat could be modified to include multiple profiles, based on the channel being recorded, something such as this:
Code:
If channelnumber <= 25 then goto profile1
If channelnumber = 26 then goto profile2
If channelnumber > 26 then goto profile3
:profile1
comskip %1 channelnumber 1 (having SA set up with a profile for channel 1 through 25)
goto eof
:profile2
comskip %1 channelnumber 26 (having an SA profile for channel 26)
goto eof
:profile3
comskip %1 channelnumber 27 (having an SA profile for channels 27 and up)
goto eof
:eof
Any suggestions on how to implement this, maybe a more elegant solution?
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR