Hello, in sporttv.pt.ini we have
index_title.scrub {single|"evento"|"nome":"|"|}}
index_description.scrub {single|"descricao":"||"|"}
The output will be:
<title lang="pt">NFL</title>
<desc lang="pt">GAMEDAY</desc>
What i need to change in ini file to get:
<title lang="pt">NFL - GAMEDAY</title>
<desc lang="pt">GAMEDAY</desc>
Works :D
Thanks master