Hi, unfortunally now the ini Is encrypted... Its possibile change the ini file to have subtitle of the event in the title...
See pics in attach.. actualy i have only "college football" in the title
Should be possibile have
College football - texas orange - White springs game
Women college basketball
Should be
Women college basketball - tcu at texas
Or if i can change the ini file in some way from myself
Thanks
u can do this with the rex postprocessor.download the documented configuration files from the downloads page.
bacisally u want to do something like..
<title>'title'{ - 'subtitle'}</title>
read the rex.config.documented.xml file, it explains it.
Yes exactly... I Do It when file are readable ..now file Is encrypted. i can decrypt in some way?
the above post is for the rex.config.xml,not the tvtv.us ini
u cannot decrypt the file.
i did it for you
copy the file below to the rex folder in your webgrab config directory.
replace the existing one if its already there.
in your webgrab config.xml you enable the post processor like below..
<postprocess grab="y" run="y">rex</postprocess>
run webgrab
the new xml file will be in your rex folder with the name rex_guide.xml
the original guide.xml file webgrab creates during grabbing remains unchanged.
use the rex_guide.xml i said above.
thx Blackbear... I was close to the solution.. :)
If i have multiple instance... for example
WebGrab+Plus/Guide_PACIFIC/webgrab++config.xml
i can put the rex folder in the Guide_PACIFIC folder?
yes
seem that works fine!! thx so much!!! :))
i have a question that should bee stupid... i think.
its possible change the font size of the subtitle on a xml file with rex postprocessor? i dont find any refer to size so should be an incorrect ask?
u could do this,it would make the subtitle all capital letters..
<title>'title'{ - 'subtitle[cleanup(style=upper)]'}</title>
thx interesting...