summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-28 22:05:05 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-28 22:05:05 (GMT)
commit415889576cfd85f52b9d3c5aa7f47c31225dc1b8 (patch)
treebfc5f5dfd1a2d4c81f0c97537c622d5d82aa4526 /abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch
parent0879f051b87c2f893ea718964e11f0dea9f187d7 (diff)
downloadlinhes_pkgbuild-415889576cfd85f52b9d3c5aa7f47c31225dc1b8.zip
linhes_pkgbuild-415889576cfd85f52b9d3c5aa7f47c31225dc1b8.tar.gz
linhes_pkgbuild-415889576cfd85f52b9d3c5aa7f47c31225dc1b8.tar.bz2
mythtv, mythplugins, mythweb: update to latest fixes
mythtv: update recordings script and patch Program.pm to seperate category types.
Diffstat (limited to 'abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch')
-rw-r--r--abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch b/abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch
new file mode 100644
index 0000000..0bff554
--- /dev/null
+++ b/abs/core/mythtv/stable-0.28/mythtv/add_categorytype_Program.pm.patch
@@ -0,0 +1,10 @@
+--- src/mythtv/bindings/perl/MythTV/Program.pm.orig 2016-04-28 20:31:49.230576243 +0000
++++ src/mythtv/bindings/perl/MythTV/Program.pm 2016-04-28 20:28:29.779523866 +0000
+@@ -346,6 +346,7 @@
+ ($fields{'S'} = ($self->{'subtitle'} or '')) =~ s/%/%%/g;
+ ($fields{'R'} = ($self->{'description'} or '')) =~ s/%/%%/g;
+ ($fields{'C'} = ($self->{'category'} or '')) =~ s/%/%%/g;
++ ($fields{'Ct'} = ($self->{'categorytype'} or '')) =~ s/%/%%/g;
+ ($fields{'U'} = ($self->{'recgroup'} or '')) =~ s/%/%%/g;
+ # Misc
+ ($fields{'hn'} = ($self->{'hostname'} or '')) =~ s/%/%%/g;