2015-08-24, 01:21 PM
Hi all,
I hope someone can help :confused:
I have written a REXX Script to grab the Season and or Episode details from EPG_EVENT.description and update EPG_EVENT.season and EPG_EVENT.episode.
The setting "Use S01E01 file naming format if possible" has been enabled via the GUI.
I have noticed that scheduled recordings with the season set to 0 and episode > 0 do not get ".S00E0x" appended to the program name. :eek:
where as season set to 1 and episode > 0 are appended. (see below for a couple of "UPDATED" entries from EPG_EVENT.
"1066129" "Backroads USA" "(S.1,Ep.5) Route 66 ................... #SBSDoco" "1" "5" "7152"
"1067273" "Ben 10: Omniverse" "Frogs Of War (Part 2)Ben, ..........................." "0" "2" "7156"
It appears that to get the episode number I will have to fudge the Season number ie set it to "99" (no show runs for 99 seasons )
Suggestion .... With the above switch set to on and season set to 0 but episode > 0 that " E0X" be appended to the program name.
With the above switch set to on and season set to > 0 and episode set to > 0 that " S0XE0X" be appended to the program name.
ignore seasons without an episode.
A note to SUB .. note "NO DOTS", I know you like DOTS
[COLOR="#ff33ff"]Regards,
Mark
(There are two theories about how to win an argument with a woman. Neither one works.)[/COLOR]
I hope someone can help :confused:
I have written a REXX Script to grab the Season and or Episode details from EPG_EVENT.description and update EPG_EVENT.season and EPG_EVENT.episode.
The setting "Use S01E01 file naming format if possible" has been enabled via the GUI.
I have noticed that scheduled recordings with the season set to 0 and episode > 0 do not get ".S00E0x" appended to the program name. :eek:
where as season set to 1 and episode > 0 are appended. (see below for a couple of "UPDATED" entries from EPG_EVENT.
"1066129" "Backroads USA" "(S.1,Ep.5) Route 66 ................... #SBSDoco" "1" "5" "7152"
"1067273" "Ben 10: Omniverse" "Frogs Of War (Part 2)Ben, ..........................." "0" "2" "7156"
It appears that to get the episode number I will have to fudge the Season number ie set it to "99" (no show runs for 99 seasons )
Suggestion .... With the above switch set to on and season set to 0 but episode > 0 that " E0X" be appended to the program name.
With the above switch set to on and season set to > 0 and episode set to > 0 that " S0XE0X" be appended to the program name.
ignore seasons without an episode.
A note to SUB .. note "NO DOTS", I know you like DOTS
[COLOR="#ff33ff"]Regards,
Mark
(There are two theories about how to win an argument with a woman. Neither one works.)[/COLOR]