xmltv/t/data-tv_augment/configs tv_augment_automatic_type_1.xml.conf, NONE, 1.1 tv_augment_automatic_type_2.xml.conf, NONE, 1.1 tv_augment_automatic_type_3.xml.conf, NONE, 1.1 tv_augment_automatic_type_4.xml.conf, NONE, 1.1 tv_augment_automatic_type_5-1.xml.conf, NONE, 1.1 tv_augment_automatic_type_5-2.xml.conf, NONE, 1.1 tv_augment_automatic_type_5-3.xml.conf, NONE, 1.1 tv_augment_automatic_type_5-4.xml.conf, NONE, 1.1 tv_augment_user_type_1.xml.conf, NONE, 1.1 tv_augment_user_type_10.xml.conf, NONE, 1.1 tv_augment_user_type_11.xml.conf, NONE, 1.1 tv_augment_user_type_12.xml.conf, NONE, 1.1 tv_augment_user_type_13.xml.conf, NONE, 1.1 tv_augment_user_type_14.xml.conf, NONE, 1.1 tv_augment_user_type_15.xml.conf, NONE, 1.1 tv_augment_user_type_2.xml.conf, NONE, 1.1 tv_augment_user_type_3.xml.conf, NONE, 1.1 tv_augment_user_type_4.xml.conf, NONE, 1.1 tv_augment_u

Nick Morrott <[email protected]> Tue, 12 Jul 2016 01:27:46 +0000
Newsgroups gmane.comp.tv.xmltv.cvs
Message-ID <[email protected]>
Update of /cvsroot/xmltv/xmltv/t/data-tv_augment/configs
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25694/t/data-tv_augment/configs

Added Files:
	tv_augment_automatic_type_1.xml.conf 
	tv_augment_automatic_type_2.xml.conf 
	tv_augment_automatic_type_3.xml.conf 
	tv_augment_automatic_type_4.xml.conf 
	tv_augment_automatic_type_5-1.xml.conf 
	tv_augment_automatic_type_5-2.xml.conf 
	tv_augment_automatic_type_5-3.xml.conf 
	tv_augment_automatic_type_5-4.xml.conf 
	tv_augment_user_type_1.xml.conf 
	tv_augment_user_type_10.xml.conf 
	tv_augment_user_type_11.xml.conf 
	tv_augment_user_type_12.xml.conf 
	tv_augment_user_type_13.xml.conf 
	tv_augment_user_type_14.xml.conf 
	tv_augment_user_type_15.xml.conf 
	tv_augment_user_type_2.xml.conf 
	tv_augment_user_type_3.xml.conf 
	tv_augment_user_type_4.xml.conf 
	tv_augment_user_type_5.xml.conf 
	tv_augment_user_type_6.xml.conf 
	tv_augment_user_type_7.xml.conf 
	tv_augment_user_type_8.xml.conf 
	tv_augment_user_type_9.xml.conf 
Log Message:
Add tv_augment testing framework


--- NEW FILE: tv_augment_user_type_9.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_9.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 1

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_automatic_type_3.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_automatic_type_3.xml.conf,v 1.1 2016/07/12 01:27:43 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 1

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 0

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_8.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_8.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 1

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_automatic_type_5-1.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_automatic_type_5-1.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 1

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 1

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 0

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_automatic_type_2.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_automatic_type_2.xml.conf,v 1.1 2016/07/12 01:27:43 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 1

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 0

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_automatic_type_5-4.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_automatic_type_5-4.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 1

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
#  (requires #A5 enabled)
make_episode_from_part_numbers = 1


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 0

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_2.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_2.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 1

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_11.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_11.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 1

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_automatic_type_5-2.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_automatic_type_5-2.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 1

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 1

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 0

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_automatic_type_4.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_automatic_type_4.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 1

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 0

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_automatic_type_1.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_automatic_type_1.xml.conf,v 1.1 2016/07/12 01:27:43 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 1

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 0

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_15.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_15.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 1

--- NEW FILE: tv_augment_user_type_7.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_7.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 1

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_3.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_3.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 1

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_13.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_13.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 1

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_automatic_type_5-3.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_automatic_type_5-3.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 1

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 1

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 0

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_12.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_12.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 1

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_6.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_6.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 1

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_10.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_10.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 1

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_14.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_14.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 1

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_5.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_5.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 1

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_4.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_4.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 0

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 1

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0

--- NEW FILE: tv_augment_user_type_1.xml.conf ---
#
# Sample configuration file for tv_augment
#
# $Id: tv_augment_user_type_1.xml.conf,v 1.1 2016/07/12 01:27:44 knowledgejunkie Exp $
#
# This file controls which augmentation rules are applied to the input XMLTV file
#
#
# It also controls what reporting is printed in the program's output log file.
#
# Set an option to 1 to enable it, 0 to disable.
#


# If specified, then this language code will be written to e.g. <credit> elements
language_code = en

# Set the following values to have XMLTV::Augment automatically fetch a file
# from the grabber's repository using XMLTV::Supplement
use_supplement = 0
supplement_grabber_name = tv_grab_uk_rt
supplement_grabber_file = prog_titles_to_process




###############################################################################
#
# RULES
# =====
#
# The option called 'enable_all_options' is a 'super-option' to quickly turn
# on or off ALL automatic and user rules. If this is set then ALL individual
# options are ignored.
#
enable_all_options = 0


# AUTOMATIC RULES
# ===============
#
# The rules are pre-determined and use no user-defined data.
#
# Rule #A1 - Remove "New $title :" from <sub-title>.
remove_duplicated_new_title_in_ep = 0

# Rule #A2 - Remove duplicated programme title *and* episode from <sub-title>.
remove_duplicated_title_and_ep_in_ep = 0

# Rule #A3 - Remove duplicated programme title from <sub-title>.
remove_duplicated_title_in_ep = 0

# Rule #A4 -
update_premiere_repeat_flags_from_desc = 0

# Rule #A5 - Check for potential series, episode and part numbering in the title, episode and description fields.
check_potential_numbering_in_text = 0

# Rule #A5.1 - Extract series/episode numbering found in <title>.
#  (requires #A5 enabled)
#  may generate false matches so use this only if your data needs it
extract_numbering_from_title = 0

# Rule #A5.2 - Extract series/episode numbering found in <sub-title>.
#  (requires #A5 enabled))
#  may generate false matches so use this only if your data needs it
extract_numbering_from_episode = 0

# Rule #A5.3 - Extract series/episode numbering found in <desc>.
#  (requires #A5 enabled)
extract_numbering_from_desc = 0

# Rule #A6 - If no <sub-title> then make one from "part" numbers.
make_episode_from_part_numbers = 0


# USER RULES
# ==========
#
# These rules use data contained within the 'fixup' rules file to control their action.
#
process_user_rules = 1

# Rule #1 - Remove specified non-title text from <title>.
process_non_title_info = 1

# Rule #2 - Extract sub-title from <title>.
process_mixed_title_subtitle = 0

# Rule #3 - Extract sub-title from <title>.
process_mixed_subtitle_title = 0

# Rule #4 - Reverse <title> and <sub-title>
process_reversed_title_subtitle = 0

# Rule #5 - Replace <title> with supplied text.
process_replacement_titles = 0

# Rule #6 - Replace <category> with supplied text.
process_replacement_genres = 0

# Rule #7 - Replace <sub-title> with supplied text.
process_replacement_episodes = 0

# Rule #8 - Replace specified <title> / <sub-title> with title/episode pair supplied.
process_replacement_titles_episodes = 0

# Rule #9 - Replace <sub-title> with supplied text when the <desc> matches that given.
process_replacement_ep_from_desc = 0

# Rule #10 - Replace specified <title> / <sub-title> with title/episode pair supplied using <desc>.
process_replacement_titles_desc = 0

# Rule #11 - Promote demoted title from <sub-title> to <title>.
process_demoted_titles = 0

# Rule #12 - Replace "Film"/"Films" <category> with supplied text.
process_replacement_film_genres = 0

# Rule #13 - Remove specified text from <sub-title> for a given <title>.
process_subtitle_remove_text = 0

# Rule #14 - Replace specified categories with another value
process_translate_genres = 0

# Rule #15 - Add specified categories to all programmes on a channel
process_add_genres_to_channel = 0


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports.http://sdm.link/zohodev2dev