Normal
So if I have saySeries 5 Episode 6in the description I could so something like<Search match="Episode [0-9]{1,3}" field="#EPISODE" remove="true" />in the searches and then use<Modify channel="*" field="#EPISODE" search="Episode\s" action="REPLACE"></Modify>in actionsThis would then leave the #EPISODE field as just the number ???Checking the logs (these should be really in their own or epg.log rather than tv.log btw) I am guessing that the database fields are loaded as each row is parsed? If that is the case would the modify action take place after everything is loaded and go back and update the database ? (not at home to check but is the series field in the database numeric or VARCHAR??)
So if I have say
Series 5 Episode 6
in the description I could so something like
<Search match="Episode [0-9]{1,3}" field="#EPISODE" remove="true" />
in the searches and then use
<Modify channel="*" field="#EPISODE" search="Episode\s" action="REPLACE"></Modify>
in actions
This would then leave the #EPISODE field as just the number ???
Checking the logs (these should be really in their own or epg.log rather than tv.log btw) I am guessing that the database fields are loaded as each row is parsed? If that is the case would the modify action take place after everything is loaded and go back and update the database ? (not at home to check but is the series field in the database numeric or VARCHAR??)