FreeBSD Bugzilla – Attachment 182636 Details for
Bug 219149
multimedia/mythtv-frontend: Update to 0.28.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn-diff-mythtv_0314403
svn-diff-mythtv_03f4403 (text/plain), 174.47 KB, created by
Walter Schwarzenfeld
on 2017-05-16 13:26:09 UTC
(
hide
)
Description:
svn-diff-mythtv_0314403
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2017-05-16 13:26:09 UTC
Size:
174.47 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 440904) >+++ Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= mythtv >-PORTVERSION= 0.28.7 >+PORTVERSION= 0.28.1 > CATEGORIES= multimedia > > MAINTAINER= ports@FreeBSD.org >@@ -20,7 +20,9 @@ > libass.so:multimedia/libass \ > libfftw3f.so:math/fftw3-float \ > libfftw3_threads.so:math/fftw3 \ >- libjack.so:audio/jack >+ libjack.so:audio/jack \ >+ libexiv2.so:graphics/exiv2 \ >+ libsndio.so:audio/sndio > BUILD_DEPENDS= v4l_compat>=1.0.20100321:multimedia/v4l_compat \ > yasm:devel/yasm > RUN_DEPENDS= tv_check:textproc/p5-xmltv \ >@@ -30,7 +32,7 @@ > > USE_GITHUB= yes > GH_ACCOUNT= MythTV >-GH_TAGNAME= ad97d24 >+GH_TAGNAME= 03f4403 > > WRKSRC_SUBDIR= ${PORTNAME} > >@@ -37,13 +39,14 @@ > ONLY_FOR_ARCHS= i386 amd64 > USE_PERL5= run build > NOPRECIOUSMAKEVARS= # don't override $(ARCH) in ffmpeg makefiles >-USES= gmake iconv libtool perl5 pkgconfig pathfix shebangfix ssl >+USES= compiler:c++11-lang gmake iconv libtool perl5 pkgconfig pathfix shebangfix ssl > SHEBANG_FILES= programs/scripts/database/mythconverg_backup.pl \ > programs/scripts/database/mythconverg_restore.pl >-USE_QT4= corelib dbus gui sql network script linguist_build l10n sql-mysql_run \ >- moc_build qmake_build rcc_build uic_build imageformats webkit xml >+ >+USE_QT5= core dbus gui sql sql_mysql_run network script webkit xml >+ > USE_GL= gl >-USE_XORG= x11 xv xrandr xxf86vm xinerama xext >+USE_XORG= x11 xcb xext xrandr xxf86vm xinerama xv > QT_NONSTANDARD= yes > HAS_CONFIGURE= yes > USE_LDCONFIG= ${PREFIX}/lib/mythtv/filters >@@ -54,13 +57,10 @@ > USERS= mythtv > GROUPS= mythtv > >-MAKE_ENV= QTDIR="${PREFIX}" \ >- QMAKESPEC="${QMAKESPEC}" >+MAKE_ENV= QMAKESPEC="${QMAKESPEC}" > > CPPFLAGS+= ${QTCPPFLAGS} >-CONFIGURE_ENV+= QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" \ >- QTDIR="${PREFIX}" >-CONFIGURE_ENV+= PKG_CONFIG_PATH="${LOCALBASE}/libdata/pkgconfig" >+CONFIGURE_ENV+= QMAKESPEC="${QMAKESPEC}" MOC="${MOC}" > LDFLAGS+= -L${LOCALBASE}/lib > > CONFIGURE_ARGS= --prefix="${PREFIX}" --cc="${CC}" --cxx="${CXX}" --dvb-path="${LOCALBASE}/include/libdvbv5" \ >@@ -82,7 +82,7 @@ > VDPAU_CONFIGURE_ENABLE= vdpau > > OPENGL_CONFIGURE_ENABLE= opengl-video >-OPENGL_USE= QT4=opengl >+OPENGL_USE= QT5=opengl > > .include <bsd.port.options.mk> > >@@ -121,13 +121,14 @@ > ${WRKSRC}/configure \ > ${WRKSRC}/libs/libmythtv/libmythtv.pro \ > ${WRKSRC}/bindings/perl/MythTV/Recording.pm \ >- ${WRKSRC}/programs/mythtranscode/replex/Makefile.standalone \ >+ ${WRKSRC}/programs/mythtranscode/external/replex/Makefile.standalone \ > ${WRKSRC}/programs/scripts/database/mythconverg_backup.pl \ > ${WRKSRC}/programs/scripts/database/mythconverg_restore.pl \ > ${WRKSRC}/programs/mythcommflag/mythcommflag-analyze >- >+ ${WRKSRC}/external/libmythdvdnav/dvdnav/*.c >+ ${WRKSRC}/external/libmythdvdnav/dvdnav/dvdnav/*.h > post-install: > @${MKDIR} ${STAGEDIR}${PREFIX}/share/mythtv/database > @${CP} ${WRKSRC}/database/mc.sql ${STAGEDIR}${PREFIX}/share/mythtv/database >- >+ /usr/bin/sed -i "" -e 's|\#\!/usr/bin/env python|\#\!/usr/local/bin/python|' ${STAGEDIR}${LOCALBASE}/share/mythtv/internetcontent/*.py > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 440904) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1484727010 >-SHA256 (MythTV-mythtv-0.28.7-ad97d24_GH0.tar.gz) = 9e3b0782e7627fdbb91641ac39e2c39d3fc01ee1a57152c74df9c9116e966238 >-SIZE (MythTV-mythtv-0.28.7-ad97d24_GH0.tar.gz) = 85651303 >+TIMESTAMP = 1494768935 >+SHA256 (MythTV-mythtv-0.28.1-03f4403_GH0.tar.gz) = 7553ac918427b37f376fbb293868b718c26836e4ed9d1f51b39a1494b49a97be >+SIZE (MythTV-mythtv-0.28.1-03f4403_GH0.tar.gz) = 104460837 >Index: files/mythbackend.in >=================================================================== >--- files/mythbackend.in (revision 440904) >+++ files/mythbackend.in (working copy) >@@ -1,6 +1,6 @@ > #!/bin/sh > >-# $FreeBSD$ >+# $FreeBSD: head/multimedia/mythtv/files/mythbackend.in 340872 2014-01-24 00:14:07Z mat $ > > # PROVIDE: mythbackend > # REQUIRE: DAEMON mysql > >Property changes on: files/mythbackend.in >___________________________________________________________________ >Deleted: svn:keywords >## -1 +0,0 ## >-FreeBSD=%H >\ No newline at end of property >Index: files/patch-configure >=================================================================== >--- files/patch-configure (revision 440904) >+++ files/patch-configure (working copy) >@@ -1,6 +1,6 @@ >---- configure.orig 2013-09-18 20:06:08.000000000 +0000 >-+++ configure 2013-10-18 11:11:10.000000000 +0000 >-@@ -846,28 +846,28 @@ >+--- configure.orig 2017-05-14 14:12:06 UTC >++++ configure >+@@ -979,35 +979,35 @@ check_cc(){ > log check_cc "$@" > cat > $TMPC > log_file $TMPC >@@ -24,55 +24,38 @@ > + check_cmd $cxx $CPPFLAGS $CXXFLAGS $ECXXFLAGS -I${prefix}/include "$@" $CXX_C -o $TMPO $TMPCPP > } > >+ check_objcc(){ >+ log check_objcc "$@" >+ cat > $TMPM >+ log_file $TMPM >+- check_cmd $objcc -Werror=missing-prototypes $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO) $TMPM >++ check_cmd $objcc -Werror=missing-prototypes $CPPFLAGS $CFLAGS $OBJCFLAGS -I${prefix}/include "$@" $OBJCC_C $(cc_o $TMPO) $TMPM >+ } >+ > check_cpp(){ > log check_cpp "$@" > cat > $TMPC > log_file $TMPC > - check_cmd $cc $CPPFLAGS $CFLAGS "$@" $(cc_e $TMPO) $TMPC >-+ check_cmd $cc $CPPFLAGS $CFLAGS -I${prefix}/include "$@" $(cc_e $TMPO) $TMPC >++ check_cmd $cc $CPPFLAGS $CFLAGS -I${prefix}/include "$@" $(cc_e $TMPO) $TMPC > } > > as_o(){ >-@@ -2539,7 +2539,7 @@ >+@@ -3364,7 +3364,7 @@ vbox_deps="backend" >+ ceton_deps="backend" >+ mpegtsraw_demuxer_deps="merge_libavformat_mpegts_c" >+ mythtranscode_deps="backend frontend" >+-opengl_deps_any="agl_h GL_gl_h EGL_egl_h GLES2_gl2_h darwin windows x11" >++opengl_deps_any="agl_h $GL_gl_h EGL_egl_h GLES2_gl2_h darwin windows x11" >+ opengles_deps="GLES2_gl2_h" >+ opengl_video_deps="opengl" >+ opengl_themepainter_deps="opengl" >+@@ -6615,7 +6615,7 @@ if enabled taglib; then >+ taglibs=`taglib-config --libs` >+ fi > >- # machine >- arch_default=$(uname -m) >--cpu="generic" >-+cpu="i686" >- processor=`uname -p 2>/dev/null` >- processor_flags="" >- tune="generic" >-@@ -3931,7 +3931,7 @@ >- i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|corei7*|amdfam10|barcelona|atom|bdver*) >- cpuflags="-march=$cpu" >- enable cmov >-- enable fast_cmov >-+ disable fast_cmov >- ;; >- # targets that do support conditional mov but on which it's slow >- pentium4|pentium4m|prescott|nocona) >-@@ -4102,7 +4102,6 @@ >- append CCONFIG "freebsd" >- # Workaround compile errors from missing u_int/uint def >- CPPFLAGS=`echo $CPPFLAGS | sed 's/-D_POSIX_C_SOURCE=200112//'` >-- disable ivtv >- enable backend >- ;; >- bsd/os) >-@@ -6383,6 +6382,7 @@ >- QMAKE_LIBDIR_QT-=${sysroot}${libdir} >- QMAKE_LIBDIR-=${sysroot}${libdir} >- LATE_LIBS+=-L${sysroot}${libdir} >-+FREETYPE_CFLAGS-= -I/usr/local/include >- EOF >- >- #echo "endif # FFMPEG_CONFIG_MAK" >> $TMPMAK >-@@ -6435,7 +6435,7 @@ >- BINDIR=\$(INSTALL_ROOT)$bindir >- DATADIR=\$(INSTALL_ROOT)$datadir >- MANDIR=\$(INSTALL_ROOT)$mandir >--CFLAGS=${CFLAGS} -w >-+CFLAGS=${CFLAGS} -I/usr/local/include -w >- endif # FFMPEG_CONFIG_MAK >- EOF >- >+- if test $taglib_minor -lt 7 || ! check_class_headers_cpp "taglib/fileref.h stdlib.h" TagLib::FileRef $tagincludes $taglibs -lstdc++; then >++ if test $taglib_minor -lt 10 || ! check_class_headers_cpp "/usr/local/include/taglib/fileref.h stdlib.h" TagLib::FileRef $tagincludes $taglibs -lstdc++; then >+ die "ERROR: cannot find taglib 1.7 or later." >+ fi >+ fi >Index: files/patch-external__FFmpeg__configure >=================================================================== >--- files/patch-external__FFmpeg__configure (revision 440904) >+++ files/patch-external__FFmpeg__configure (working copy) >@@ -1,22 +1,50 @@ >---- external/FFmpeg/configure.orig 2010-08-23 18:54:20.000000000 +0200 >-+++ external/FFmpeg/configure 2010-11-01 21:13:19.000000000 +0100 >-@@ -1528,8 +1528,8 @@ >- nm_opts='-g' >- >- # machine >--arch_default=$(uname -m) >--cpu="generic" >-+arch_default=$(uname -p) >-+cpu="i686" >- >- # OS >- target_os_default=$(tolower $(uname -s)) >-@@ -2108,7 +2108,7 @@ >- i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona) >+--- external/FFmpeg/configure.orig 2017-05-14 20:15:31 UTC >++++ external/FFmpeg/configure >+@@ -4234,7 +4234,7 @@ elif enabled mips; then >+ enable simd_align_16 >+ enable fast_64bit >+ enable fast_clz >+- enable fast_cmov >++ disable fast_cmov >+ enable fast_unaligned >+ disable aligned_stack >+ case $cpu in >+@@ -4357,7 +4357,7 @@ elif enabled x86; then >+ |core*|atom|bonnell|nehalem|westmere|silvermont|sandybridge|ivybridge|haswell|broadwell|amdfam10|barcelona|b[dt]ver*) > cpuflags="-march=$cpu" >- enable cmov >+ enable i686 > - enable fast_cmov > + disable fast_cmov > ;; > # targets that do support conditional mov but on which it's slow > pentium4|pentium4m|prescott|nocona) >+@@ -4458,7 +4458,7 @@ enabled spic && enable_weak pic >+ case $target_os in >+ aix) >+ SHFLAGS=-shared >+- add_cppflags '-I\$(SRC_PATH)/compat/aix' >++ add_cppflags '-I\$(sRC_PATH)/compat/aix' >+ enabled shared && add_ldflags -Wl,-brtl >+ ;; >+ android) >+@@ -6285,19 +6285,15 @@ DATADIR=\$(DESTDIR)$datadir >+ DOCDIR=\$(DESTDIR)$docdir >+ MANDIR=\$(DESTDIR)$mandir >+ PKGCONFIGDIR=\$(DESTDIR)$pkgconfigdir >+-SRC_PATH=$source_path >+ SRC_LINK=$source_link >+ ifndef MAIN_MAKEFILE >+ SRC_PATH:=\$(SRC_PATH:.%=..%) >+ endif >+-CC_IDENT=$cc_ident >+ ARCH=$arch >+ INTRINSICS=$intrinsics >+-CC=$cc >+-CXX=$cxx >+-AS=$as >+ OBJCC=$objcc >+ LD=$ld >++FFMPEG=$arch >+ DEPCC=$dep_cc >+ DEPCCFLAGS=$DEPCCFLAGS \$(CPPFLAGS) >+ DEPAS=$as >Index: files/patch-external__libmytdvdnav__dvdnav__dvdnav_c >=================================================================== >--- files/patch-external__libmytdvdnav__dvdnav__dvdnav_c (nonexistent) >+++ files/patch-external__libmytdvdnav__dvdnav__dvdnav_c (working copy) >@@ -0,0 +1,13 @@ >+--- external/libmythdvdnav/dvdnav/dvdnav.c.orig 2017-05-14 21:32:56 UTC >++++ external/libmythdvdnav/dvdnav/dvdnav.c >+@@ -43,6 +43,10 @@ >+ #include "read_cache.h" >+ #include <dvdread/nav_read.h> >+ >++#define DVDNAV_VERSION 50400 >++#define DVDNAV_VERSION_GIT "8a270d6dd40ac43c98c948fe9d10e5bcb4aa3d41" >++ >++ >+ static dvdnav_status_t dvdnav_clear(dvdnav_t * this) { >+ /* clear everything except file, vm, mutex, readahead */ >+ > >Property changes on: files/patch-external__libmytdvdnav__dvdnav__dvdnav_c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-external__libmythdvdnav_libdvdnav_highlight_c >=================================================================== >--- files/patch-external__libmythdvdnav_libdvdnav_highlight_c (nonexistent) >+++ files/patch-external__libmythdvdnav_libdvdnav_highlight_c (working copy) >@@ -0,0 +1,10 @@ >+--- external/libmythdvdnav/dvdnav/highlight.c.orig 2017-05-14 21:46:57 UTC >++++ external/libmythdvdnav/dvdnav/highlight.c >+@@ -29,6 +29,7 @@ >+ #include <limits.h> >+ #include <string.h> >+ #include <sys/time.h> >++#include "dvdnav/dvd_types.h" >+ #include <dvdread/nav_types.h> >+ #include "dvdnav/dvdnav.h" >+ #include "vm/decoder.h" > >Property changes on: files/patch-external__libmythdvdnav_libdvdnav_highlight_c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-libs__libmyth__remoteutil.h >=================================================================== >--- files/patch-libs__libmyth__remoteutil.h (revision 440904) >+++ files/patch-libs__libmyth__remoteutil.h (working copy) > >Property changes on: files/patch-libs__libmyth__remoteutil.h >___________________________________________________________________ >Added: svn:keywords >## -0,0 +1 ## >+Author Date Id Rev URL >\ No newline at end of property >Index: files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c >=================================================================== >--- files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c (revision 440904) >+++ files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c (nonexistent) >@@ -1,11 +0,0 @@ >---- libs/libmythdvdnav/dvdnav/dvdnav.c.orig 2012-03-18 12:13:45.805789048 +0100 >-+++ libs/libmythdvdnav/dvdnav/dvdnav.c 2012-03-18 12:12:47.166812027 +0100 >-@@ -33,7 +33,7 @@ >- #include <limits.h> >- #include <string.h> >- #include <sys/time.h> >--#include "dvdnav/dvdnav.h" >-+#include "dvdnav.h" >- #include <dvdread/dvd_reader.h> >- #include <dvdread/nav_types.h> >- #include <dvdread/ifo_types.h> /* For vm_cmd_t */ > >Property changes on: files/patch-libs__libmythdvdnav__dvdnav__dvdnav.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp >=================================================================== >--- files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp (revision 440904) >+++ files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp (nonexistent) >@@ -1,29 +0,0 @@ >---- libs/libmythtv/recorders/dvbstreamhandler.cpp.orig 2012-03-05 03:31:31.000000000 +0100 >-+++ libs/libmythtv/recorders/dvbstreamhandler.cpp 2012-03-18 11:24:44.309770699 +0100 >-@@ -614,7 +614,7 @@ >- { >- struct dmx_pes_filter_params pesFilterParams; >- memset(&pesFilterParams, 0, sizeof(struct dmx_pes_filter_params)); >-- pesFilterParams.pid = (__u16) _pid; >-+ pesFilterParams.pid = (uint16_t) _pid; >- pesFilterParams.input = DMX_IN_FRONTEND; >- pesFilterParams.output = DMX_OUT_TS_TAP; >- pesFilterParams.flags = DMX_IMMEDIATE_START; >-@@ -634,7 +634,7 @@ >- { >- struct dmx_sct_filter_params sctFilterParams; >- memset(&sctFilterParams, 0, sizeof(struct dmx_sct_filter_params)); >-- switch ( (__u16) _pid ) >-+ switch ( (uint16_t) _pid ) >- { >- case 0x0: // PAT >- sctFilterParams.filter.filter[0] = 0; >-@@ -670,7 +670,7 @@ >- sctFilterParams.filter.mask[0] = 0x00; >- break; >- } >-- sctFilterParams.pid = (__u16) _pid; >-+ sctFilterParams.pid = (uint16_t) _pid; >- sctFilterParams.timeout = 0; >- sctFilterParams.flags = DMX_IMMEDIATE_START; >- > >Property changes on: files/patch-libs__libmythtv__recorders__dvbstreamhandler.cpp >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-libs__libmythupnp__mmulticastsocketdevice.h >=================================================================== >--- files/patch-libs__libmythupnp__mmulticastsocketdevice.h (revision 440904) >+++ files/patch-libs__libmythupnp__mmulticastsocketdevice.h (working copy) > >Property changes on: files/patch-libs__libmythupnp__mmulticastsocketdevice.h >___________________________________________________________________ >Added: svn:keywords >## -0,0 +1 ## >+Author Date Id Rev URL >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 440904) >+++ pkg-plist (working copy) >@@ -5,6 +5,7 @@ > bin/mythffmpeg > bin/mythffprobe > bin/mythffserver >+bin/mythfilerecorder > bin/mythfilldatabase > bin/mythfrontend > bin/mythhdhomerun_config >@@ -13,7 +14,7 @@ > bin/mythmediaserver > bin/mythmetadatalookup > bin/mythpreviewgen >-%%BINDINGS%%bin/mythpython >+bin/mythpython > bin/mythreplex > bin/mythscreenwizard > bin/mythshutdown >@@ -21,16 +22,8 @@ > bin/mythtv-setup > bin/mythutil > bin/mythwelcome >-%%BINDINGS%%bin/mythwikiscripts >-include/mythtv/QJson/Parser >-include/mythtv/QJson/QObjectHelper >-include/mythtv/QJson/Serializer >-include/mythtv/QJson/parser.h >-include/mythtv/QJson/parserrunnable.h >-include/mythtv/QJson/qjson_export.h >-include/mythtv/QJson/qobjecthelper.h >-include/mythtv/QJson/serializer.h >-include/mythtv/QJson/serializerrunnable.h >+bin/mythwikiscripts >+etc/rc.d/mythbackend > include/mythtv/audioconvert.h > include/mythtv/audiooutput.h > include/mythtv/audiooutputsettings.h >@@ -37,6 +30,8 @@ > include/mythtv/audiooutpututil.h > include/mythtv/audiosettings.h > include/mythtv/autodeletedeque.h >+include/mythtv/blockinput.h >+include/mythtv/bluray/array.h > include/mythtv/bluray/attributes.h > include/mythtv/bluray/bdid_parse.h > include/mythtv/bluray/bdparse.h >@@ -44,10 +39,10 @@ > include/mythtv/bluray/bluray.h > include/mythtv/bluray/clpi_data.h > include/mythtv/bluray/clpi_parse.h >+include/mythtv/bluray/dirs.h > include/mythtv/bluray/dl.h > include/mythtv/bluray/extdata_parse.h > include/mythtv/bluray/file.h >-include/mythtv/bluray/file_mythiowrapper.h > include/mythtv/bluray/filesystem.h > include/mythtv/bluray/hdmv_insn.h > include/mythtv/bluray/hdmv_vm.h >@@ -57,12 +52,17 @@ > include/mythtv/bluray/macro.h > include/mythtv/bluray/meta_data.h > include/mythtv/bluray/meta_parse.h >+include/mythtv/bluray/mobj_data.h > include/mythtv/bluray/mobj_parse.h >+include/mythtv/bluray/mobj_print.h >+include/mythtv/bluray/mount.h > include/mythtv/bluray/mpls_parse.h > include/mythtv/bluray/mutex.h > include/mythtv/bluray/navigation.h >+include/mythtv/bluray/refcnt.h > include/mythtv/bluray/sound_parse.h > include/mythtv/bluray/strutl.h >+include/mythtv/bluray/time.h > include/mythtv/bluray/uo_mask_table.h > include/mythtv/bonjourregister.h > include/mythtv/bswap.h >@@ -87,18 +87,22 @@ > include/mythtv/langsettings.h > include/mythtv/lcddevice.h > include/mythtv/libavcodec/avcodec.h >+include/mythtv/libavcodec/avdct.h > include/mythtv/libavcodec/avfft.h >+include/mythtv/libavcodec/d3d11va.h >+include/mythtv/libavcodec/dirac.h >+include/mythtv/libavcodec/dv_profile.h > include/mythtv/libavcodec/dxva2.h >-include/mythtv/libavcodec/old_codec_ids.h >+include/mythtv/libavcodec/qsv.h > include/mythtv/libavcodec/vaapi.h > include/mythtv/libavcodec/vda.h > include/mythtv/libavcodec/vdpau.h > include/mythtv/libavcodec/version.h >+include/mythtv/libavcodec/videotoolbox.h >+include/mythtv/libavcodec/vorbis_parser.h > include/mythtv/libavcodec/xvmc.h > include/mythtv/libavdevice/avdevice.h > include/mythtv/libavdevice/version.h >-include/mythtv/libavfilter/asrc_abuffer.h >-include/mythtv/libavfilter/avcodec.h > include/mythtv/libavfilter/avfilter.h > include/mythtv/libavfilter/avfiltergraph.h > include/mythtv/libavfilter/buffersink.h >@@ -109,9 +113,9 @@ > include/mythtv/libavformat/version.h > include/mythtv/libavutil/adler32.h > include/mythtv/libavutil/aes.h >+include/mythtv/libavutil/aes_ctr.h > include/mythtv/libavutil/attributes.h > include/mythtv/libavutil/audio_fifo.h >-include/mythtv/libavutil/audioconvert.h > include/mythtv/libavutil/avassert.h > include/mythtv/libavutil/avconfig.h > include/mythtv/libavutil/avstring.h >@@ -120,38 +124,59 @@ > include/mythtv/libavutil/blowfish.h > include/mythtv/libavutil/bprint.h > include/mythtv/libavutil/bswap.h >+include/mythtv/libavutil/buffer.h >+include/mythtv/libavutil/camellia.h >+include/mythtv/libavutil/cast5.h > include/mythtv/libavutil/channel_layout.h > include/mythtv/libavutil/common.h > include/mythtv/libavutil/cpu.h > include/mythtv/libavutil/crc.h >+include/mythtv/libavutil/des.h > include/mythtv/libavutil/dict.h >+include/mythtv/libavutil/display.h >+include/mythtv/libavutil/downmix_info.h > include/mythtv/libavutil/error.h > include/mythtv/libavutil/eval.h >+include/mythtv/libavutil/ffversion.h > include/mythtv/libavutil/fifo.h > include/mythtv/libavutil/file.h >+include/mythtv/libavutil/frame.h >+include/mythtv/libavutil/hash.h > include/mythtv/libavutil/hmac.h > include/mythtv/libavutil/imgutils.h > include/mythtv/libavutil/intfloat.h >-include/mythtv/libavutil/intfloat_readwrite.h > include/mythtv/libavutil/intreadwrite.h > include/mythtv/libavutil/lfg.h > include/mythtv/libavutil/log.h > include/mythtv/libavutil/lzo.h >+include/mythtv/libavutil/macros.h >+include/mythtv/libavutil/mastering_display_metadata.h > include/mythtv/libavutil/mathematics.h > include/mythtv/libavutil/md5.h > include/mythtv/libavutil/mem.h >-include/mythtv/libavutil/old_pix_fmts.h >+include/mythtv/libavutil/motion_vector.h >+include/mythtv/libavutil/murmur3.h > include/mythtv/libavutil/opt.h > include/mythtv/libavutil/parseutils.h > include/mythtv/libavutil/pixdesc.h >+include/mythtv/libavutil/pixelutils.h > include/mythtv/libavutil/pixfmt.h > include/mythtv/libavutil/random_seed.h > include/mythtv/libavutil/rational.h >+include/mythtv/libavutil/rc4.h >+include/mythtv/libavutil/replaygain.h >+include/mythtv/libavutil/ripemd.h > include/mythtv/libavutil/samplefmt.h > include/mythtv/libavutil/sha.h >+include/mythtv/libavutil/sha512.h >+include/mythtv/libavutil/stereo3d.h >+include/mythtv/libavutil/tea.h >+include/mythtv/libavutil/threadmessage.h > include/mythtv/libavutil/time.h > include/mythtv/libavutil/timecode.h > include/mythtv/libavutil/timestamp.h >+include/mythtv/libavutil/tree.h >+include/mythtv/libavutil/twofish.h > include/mythtv/libavutil/version.h > include/mythtv/libavutil/xtea.h > include/mythtv/libmyth/audioconvert.h >@@ -174,22 +199,17 @@ > include/mythtv/libmyth/mythwizard.h > include/mythtv/libmyth/netgrabbermanager.h > include/mythtv/libmyth/netutils.h >-include/mythtv/libmyth/oldsettings.h > include/mythtv/libmyth/output.h > include/mythtv/libmyth/programinfo.h > include/mythtv/libmyth/programtypes.h > include/mythtv/libmyth/recordingtypes.h >-include/mythtv/libmyth/remotefile.h > include/mythtv/libmyth/remoteutil.h > include/mythtv/libmyth/rssparse.h > include/mythtv/libmyth/schemawizard.h > include/mythtv/libmyth/settings.h > include/mythtv/libmyth/storagegroupeditor.h >-include/mythtv/libmyth/uitypes.h >-include/mythtv/libmyth/virtualkeyboard_qt.h > include/mythtv/libmyth/visual.h > include/mythtv/libmyth/volumebase.h >-include/mythtv/libmyth/xmlparse.h > include/mythtv/libmythbase/autodeletedeque.h > include/mythtv/libmythbase/bonjourregister.h > include/mythtv/libmythbase/bswap.h >@@ -203,7 +223,6 @@ > include/mythtv/libmythbase/iso639.h > include/mythtv/libmythbase/lcddevice.h > include/mythtv/libmythbase/loggingserver.h >-include/mythtv/libmythbase/mcodecs.h > include/mythtv/libmythbase/mthread.h > include/mythtv/libmythbase/mthreadpool.h > include/mythtv/libmythbase/mythbaseexp.h >@@ -229,6 +248,7 @@ > include/mythtv/libmythbase/mythplugin.h > include/mythtv/libmythbase/mythpluginapi.h > include/mythtv/libmythbase/mythqtcompat.h >+include/mythtv/libmythbase/mythsession.h > include/mythtv/libmythbase/mythsingledownload.h > include/mythtv/libmythbase/mythsocket.h > include/mythtv/libmythbase/mythsocket_cb.h >@@ -252,23 +272,42 @@ > include/mythtv/libmythservicecontracts/datacontracthelper.h > include/mythtv/libmythservicecontracts/datacontracts/artworkInfo.h > include/mythtv/libmythservicecontracts/datacontracts/artworkInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/backendInfo.h > include/mythtv/libmythservicecontracts/datacontracts/blurayInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/buildInfo.h > include/mythtv/libmythservicecontracts/datacontracts/captureCard.h > include/mythtv/libmythservicecontracts/datacontracts/captureCardList.h >+include/mythtv/libmythservicecontracts/datacontracts/castMember.h >+include/mythtv/libmythservicecontracts/datacontracts/castMemberList.h >+include/mythtv/libmythservicecontracts/datacontracts/channelGroup.h >+include/mythtv/libmythservicecontracts/datacontracts/channelGroupList.h > include/mythtv/libmythservicecontracts/datacontracts/channelInfoList.h > include/mythtv/libmythservicecontracts/datacontracts/connectionInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/cutList.h >+include/mythtv/libmythservicecontracts/datacontracts/cutting.h > include/mythtv/libmythservicecontracts/datacontracts/databaseInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/enum.h >+include/mythtv/libmythservicecontracts/datacontracts/enumItem.h >+include/mythtv/libmythservicecontracts/datacontracts/envInfo.h > include/mythtv/libmythservicecontracts/datacontracts/frontendActionList.h > include/mythtv/libmythservicecontracts/datacontracts/frontendStatus.h >+include/mythtv/libmythservicecontracts/datacontracts/imageMetadataInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/imageMetadataInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/imageSyncInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/input.h >+include/mythtv/libmythservicecontracts/datacontracts/inputList.h > include/mythtv/libmythservicecontracts/datacontracts/labelValue.h > include/mythtv/libmythservicecontracts/datacontracts/lineup.h > include/mythtv/libmythservicecontracts/datacontracts/liveStreamInfo.h > include/mythtv/libmythservicecontracts/datacontracts/liveStreamInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/logInfo.h > include/mythtv/libmythservicecontracts/datacontracts/logMessage.h > include/mythtv/libmythservicecontracts/datacontracts/logMessageList.h > include/mythtv/libmythservicecontracts/datacontracts/programAndChannel.h > include/mythtv/libmythservicecontracts/datacontracts/programGuide.h > include/mythtv/libmythservicecontracts/datacontracts/recRule.h >+include/mythtv/libmythservicecontracts/datacontracts/recRuleFilter.h >+include/mythtv/libmythservicecontracts/datacontracts/recRuleFilterList.h > include/mythtv/libmythservicecontracts/datacontracts/recRuleList.h > include/mythtv/libmythservicecontracts/datacontracts/recording.h > include/mythtv/libmythservicecontracts/datacontracts/settingList.h >@@ -293,7 +332,9 @@ > include/mythtv/libmythservicecontracts/services/dvrServices.h > include/mythtv/libmythservicecontracts/services/frontendServices.h > include/mythtv/libmythservicecontracts/services/guideServices.h >+include/mythtv/libmythservicecontracts/services/imageServices.h > include/mythtv/libmythservicecontracts/services/mythServices.h >+include/mythtv/libmythservicecontracts/services/rttiServices.h > include/mythtv/libmythservicecontracts/services/videoServices.h > include/mythtv/libmythui/mythdialogbox.h > include/mythtv/libmythui/mythfontproperties.h >@@ -351,18 +392,20 @@ > include/mythtv/libswscale/swscale.h > include/mythtv/libswscale/version.h > include/mythtv/loggingserver.h >-include/mythtv/mcodecs.h > include/mythtv/metadata/bluraymetadata.h > include/mythtv/metadata/cleanup.h > include/mythtv/metadata/dbaccess.h > include/mythtv/metadata/dirscan.h > include/mythtv/metadata/globals.h >+include/mythtv/metadata/imagemanager.h >+include/mythtv/metadata/imagemetadata.h >+include/mythtv/metadata/imagetypes.h >+include/mythtv/metadata/lyricsdata.h > include/mythtv/metadata/metadatacommon.h > include/mythtv/metadata/metadatadownload.h > include/mythtv/metadata/metadatafactory.h > include/mythtv/metadata/metadatagrabber.h > include/mythtv/metadata/metadataimagedownload.h >-include/mythtv/metadata/metadataimagehelper.h > include/mythtv/metadata/metaio.h > include/mythtv/metadata/metaioavfcomment.h > include/mythtv/metadata/metaioflacvorbis.h >@@ -371,6 +414,7 @@ > include/mythtv/metadata/metaiooggvorbis.h > include/mythtv/metadata/metaiotaglib.h > include/mythtv/metadata/metaiowavpack.h >+include/mythtv/metadata/musicfilescanner.h > include/mythtv/metadata/musicmetadata.h > include/mythtv/metadata/musicutils.h > include/mythtv/metadata/mythmetaexp.h >@@ -383,9 +427,11 @@ > include/mythtv/metadata/videoscan.h > include/mythtv/metadata/videoutils.h > include/mythtv/metadataimagehelper.h >+include/mythtv/minilzo.h > include/mythtv/mpeg2dec/mpeg2.h > include/mythtv/mthread.h > include/mythtv/mthreadpool.h >+include/mythtv/mythavutil.h > include/mythtv/mythbaseexp.h > include/mythtv/mythcdrom.h > include/mythtv/mythcommandlineparser.h >@@ -406,6 +452,7 @@ > include/mythtv/mythdownloadmanager.h > include/mythtv/mythevent.h > include/mythtv/mythexp.h >+include/mythtv/mythframe.h > include/mythtv/mythlocale.h > include/mythtv/mythlogging.h > include/mythtv/mythmedia.h >@@ -416,6 +463,7 @@ > include/mythtv/mythpluginapi.h > include/mythtv/mythqtcompat.h > include/mythtv/mythrssmanager.h >+include/mythtv/mythsession.h > include/mythtv/mythsingledownload.h > include/mythtv/mythsocket.h > include/mythtv/mythsocket_cb.h >@@ -432,7 +480,6 @@ > include/mythtv/mythwizard.h > include/mythtv/netgrabbermanager.h > include/mythtv/netutils.h >-include/mythtv/oldsettings.h > include/mythtv/output.h > include/mythtv/playgroup.h > include/mythtv/plist.h >@@ -452,7 +499,7 @@ > include/mythtv/storagegroup.h > include/mythtv/storagegroupeditor.h > include/mythtv/threadedfilewriter.h >-include/mythtv/uitypes.h >+include/mythtv/udfread.h > include/mythtv/upnp/bufferedsocketdevice.h > include/mythtv/upnp/configuration.h > include/mythtv/upnp/eventing.h >@@ -475,6 +522,7 @@ > include/mythtv/upnp/upnpcdsobjects.h > include/mythtv/upnp/upnpcmgr.h > include/mythtv/upnp/upnpdevice.h >+include/mythtv/upnp/upnphelpers.h > include/mythtv/upnp/upnpsubscription.h > include/mythtv/upnp/upnptaskcache.h > include/mythtv/upnp/upnptaskevent.h >@@ -483,174 +531,75 @@ > include/mythtv/upnp/upnputil.h > include/mythtv/upnp/wsdl.h > include/mythtv/upnp/xmlSerializer.h >+include/mythtv/upnp/xsd.h > include/mythtv/verbosedefs.h > include/mythtv/version.h >-include/mythtv/virtualkeyboard_qt.h > include/mythtv/visual.h > include/mythtv/volumebase.h >-include/mythtv/xmlparse.h >-%%BINDINGS%%%%SITE_PERL%%/IO/Socket/INET/MythTV.pm >-%%BINDINGS%%%%SITE_PERL%%/MythTV.pm >-%%BINDINGS%%%%SITE_PERL%%/MythTV/Channel.pm >-%%BINDINGS%%%%SITE_PERL%%/MythTV/Program.pm >-%%BINDINGS%%%%SITE_PERL%%/MythTV/Recording.pm >-%%BINDINGS%%%%SITE_PERL%%/MythTV/StorageGroup.pm >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV-0.27.0-py2.7.egg-info >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/__init__.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/__init__.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/altdict.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/altdict.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/connections.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/connections.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/database.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/database.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/dataheap.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/dataheap.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/exceptions.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/exceptions.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/logging.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/logging.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/methodheap.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/methodheap.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/msearch.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/msearch.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/mythproto.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/mythproto.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/static.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/static.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/system.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/system.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbCollection.xsl >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbQuery.xsl >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbVideo.xsl >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/other.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/other.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.pyc >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.py >-%%BINDINGS%%%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.pyc >-lib/libmyth-0.27.so >-lib/libmyth-0.27.so.0 >-lib/libmyth-0.27.so.0.27 >-lib/libmyth-0.27.so.0.27.0 >+lib/libmyth-0.28.so >+lib/libmyth-0.28.so.0 >+lib/libmyth-0.28.so.0.28 >+lib/libmyth-0.28.so.0.28.0 > lib/libmythavcodec.so >-lib/libmythavcodec.so.54 >-lib/libmythavcodec.so.54.92.100 >+lib/libmythavcodec.so.57 >+lib/libmythavcodec.so.57.24.102 > lib/libmythavdevice.so >-lib/libmythavdevice.so.54 >-lib/libmythavdevice.so.54.3.103 >+lib/libmythavdevice.so.57 >+lib/libmythavdevice.so.57.0.101 > lib/libmythavfilter.so >-lib/libmythavfilter.so.3 >-lib/libmythavfilter.so.3.42.103 >+lib/libmythavfilter.so.6 >+lib/libmythavfilter.so.6.31.100 > lib/libmythavformat.so >-lib/libmythavformat.so.54 >-lib/libmythavformat.so.54.63.104 >+lib/libmythavformat.so.57 >+lib/libmythavformat.so.57.25.100 > lib/libmythavutil.so >-lib/libmythavutil.so.52 >-lib/libmythavutil.so.52.18.100 >-lib/libmythbase-0.27.so >-lib/libmythbase-0.27.so.0 >-lib/libmythbase-0.27.so.0.27 >-lib/libmythbase-0.27.so.0.27.0 >-lib/libmythfreemheg-0.27.so >-lib/libmythfreemheg-0.27.so.0 >-lib/libmythfreemheg-0.27.so.0.27 >-lib/libmythfreemheg-0.27.so.0.27.0 >-lib/libmythhdhomerun-0.27.so >-lib/libmythhdhomerun-0.27.so.0 >-lib/libmythhdhomerun-0.27.so.0.27 >-lib/libmythhdhomerun-0.27.so.0.27.0 >-lib/libmythmetadata-0.27.so >-lib/libmythmetadata-0.27.so.0 >-lib/libmythmetadata-0.27.so.0.27 >-lib/libmythmetadata-0.27.so.0.27.0 >+lib/libmythavutil.so.55 >+lib/libmythavutil.so.55.17.103 >+lib/libmythbase-0.28.so >+lib/libmythbase-0.28.so.0 >+lib/libmythbase-0.28.so.0.28 >+lib/libmythbase-0.28.so.0.28.0 >+lib/libmythfreemheg-0.28.so >+lib/libmythfreemheg-0.28.so.0 >+lib/libmythfreemheg-0.28.so.0.28 >+lib/libmythfreemheg-0.28.so.0.28.0 >+lib/libmythhdhomerun-0.28.so >+lib/libmythhdhomerun-0.28.so.0 >+lib/libmythhdhomerun-0.28.so.0.28 >+lib/libmythhdhomerun-0.28.so.0.28.0 >+lib/libmythmetadata-0.28.so >+lib/libmythmetadata-0.28.so.0 >+lib/libmythmetadata-0.28.so.0.28 >+lib/libmythmetadata-0.28.so.0.28.0 > lib/libmythpostproc.so >-lib/libmythpostproc.so.52 >-lib/libmythpostproc.so.52.2.100 >-lib/libmythprotoserver-0.27.so >-lib/libmythprotoserver-0.27.so.0 >-lib/libmythprotoserver-0.27.so.0.27 >-lib/libmythprotoserver-0.27.so.0.27.0 >-lib/libmythqjson.so >-lib/libmythqjson.so.0 >-lib/libmythqjson.so.0.7 >-lib/libmythqjson.so.0.7.1 >-lib/libmythservicecontracts-0.27.so >-lib/libmythservicecontracts-0.27.so.0 >-lib/libmythservicecontracts-0.27.so.0.27 >-lib/libmythservicecontracts-0.27.so.0.27.0 >+lib/libmythpostproc.so.54 >+lib/libmythpostproc.so.54.0.100 >+lib/libmythprotoserver-0.28.so >+lib/libmythprotoserver-0.28.so.0 >+lib/libmythprotoserver-0.28.so.0.28 >+lib/libmythprotoserver-0.28.so.0.28.0 >+lib/libmythservicecontracts-0.28.so >+lib/libmythservicecontracts-0.28.so.0 >+lib/libmythservicecontracts-0.28.so.0.28 >+lib/libmythservicecontracts-0.28.so.0.28.0 > lib/libmythswresample.so >-lib/libmythswresample.so.0 >-lib/libmythswresample.so.0.17.102 >+lib/libmythswresample.so.2 >+lib/libmythswresample.so.2.0.101 > lib/libmythswscale.so >-lib/libmythswscale.so.2 >-lib/libmythswscale.so.2.2.100 >-lib/libmythtv-0.27.so >-lib/libmythtv-0.27.so.0 >-lib/libmythtv-0.27.so.0.27 >-lib/libmythtv-0.27.so.0.27.0 >-lib/libmythui-0.27.so >-lib/libmythui-0.27.so.0 >-lib/libmythui-0.27.so.0.27 >-lib/libmythui-0.27.so.0.27.0 >-lib/libmythupnp-0.27.so >-lib/libmythupnp-0.27.so.0 >-lib/libmythupnp-0.27.so.0.27 >-lib/libmythupnp-0.27.so.0.27.0 >+lib/libmythswscale.so.4 >+lib/libmythswscale.so.4.0.100 >+lib/libmythtv-0.28.so >+lib/libmythtv-0.28.so.0 >+lib/libmythtv-0.28.so.0.28 >+lib/libmythtv-0.28.so.0.28.0 >+lib/libmythui-0.28.so >+lib/libmythui-0.28.so.0 >+lib/libmythui-0.28.so.0.28 >+lib/libmythui-0.28.so.0.28.0 >+lib/libmythupnp-0.28.so >+lib/libmythupnp-0.28.so.0 >+lib/libmythupnp-0.28.so.0.28 >+lib/libmythupnp-0.28.so.0.28.0 > lib/mythtv/filters/libadjust.so > lib/mythtv/filters/libbobdeint.so > lib/mythtv/filters/libcrop.so >@@ -667,6 +616,102 @@ > lib/mythtv/filters/libquickdnr.so > lib/mythtv/filters/libvflip.so > lib/mythtv/filters/libyadif.so >+%%SITE_PERL%%/IO/Socket/INET/MythTV.pm >+%%SITE_PERL%%/MythTV.pm >+%%SITE_PERL%%/MythTV/Channel.pm >+%%SITE_PERL%%/MythTV/Program.pm >+%%SITE_PERL%%/MythTV/Recording.pm >+%%SITE_PERL%%/MythTV/StorageGroup.pm >+%%SITE_ARCH%%/auto/MythTV/.packlist >+%%PYTHON_SITELIBDIR%%/MythTV-0.28._1-py%%PYTHON_VER%%.egg-info >+%%PYTHON_SITELIBDIR%%/MythTV/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.py >+%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.py >+%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/altdict.py >+%%PYTHON_SITELIBDIR%%/MythTV/altdict.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/connections.py >+%%PYTHON_SITELIBDIR%%/MythTV/connections.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/database.py >+%%PYTHON_SITELIBDIR%%/MythTV/database.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/dataheap.py >+%%PYTHON_SITELIBDIR%%/MythTV/dataheap.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/exceptions.py >+%%PYTHON_SITELIBDIR%%/MythTV/exceptions.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/logging.py >+%%PYTHON_SITELIBDIR%%/MythTV/logging.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/methodheap.py >+%%PYTHON_SITELIBDIR%%/MythTV/methodheap.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/msearch.py >+%%PYTHON_SITELIBDIR%%/MythTV/msearch.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/mythproto.py >+%%PYTHON_SITELIBDIR%%/MythTV/mythproto.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/static.py >+%%PYTHON_SITELIBDIR%%/MythTV/static.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/system.py >+%%PYTHON_SITELIBDIR%%/MythTV/system.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbCollection.xsl >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbQuery.xsl >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbVideo.xsl >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/other.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/other.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.py >+%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.pyc >+libdata/ldconfig/mythtv > %%DATADIR%%/CDS_scpd.xml > %%DATADIR%%/CMGR_scpd.xml > %%DATADIR%%/MFEXML_scpd.xml >@@ -746,99 +791,114 @@ > %%DATADIR%%/hardwareprofile/smolt_config.py > %%DATADIR%%/hardwareprofile/software.py > %%DATADIR%%/hardwareprofile/uuiddb.py >+%%DATADIR%%/html/3rdParty/jquery/MYTH_README >+%%DATADIR%%/html/3rdParty/jquery/galleria/LICENSE >+%%DATADIR%%/html/3rdParty/jquery/galleria/galleria.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/flickr-demo.html >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/flickr-loader.gif >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/galleria.flickr.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/galleria.flickr.min.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/loader.gif >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/history/galleria.history.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/history/galleria.history.min.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/history/history-demo.html >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/galleria.picasa.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/galleria.picasa.min.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/loader.gif >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/picasa-demo.html >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/README.rst >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/classic-demo.html >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/classic-loader.gif >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/classic-map.png >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/galleria.classic.css >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/galleria.classic.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/galleria.classic.min.js >+%%DATADIR%%/html/3rdParty/jquery/jquery-2.0.3.js >+%%DATADIR%%/html/3rdParty/jquery/jquery-2.0.3.min.js >+%%DATADIR%%/html/3rdParty/jquery/jquery-2.1.4.min.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryContextMenu/js/jquery.contextmenu.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/application.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/code.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/css.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/db.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/directory.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/doc.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/file.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/film.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/flash.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/folder_open.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/html.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/java.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/linux.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/music.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/pdf.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/php.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/picture.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/ppt.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/psd.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/ruby.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/script.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/spinner.gif >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/txt.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/xls.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/zip.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/jqueryFileTree.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/jqueryFileTree.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryGrid/css/ui.jqgrid.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryGrid/js/grid.locale-en.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryGrid/js/jquery.jqGrid.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryJScroll/README.md >+%%DATADIR%%/html/3rdParty/jquery/jqueryJScroll/jquery.jscroll.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryJScroll/jscroll.jquery.json >+%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/css/jquery.multiselect.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/css/ui.multiselect.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/js/jquery.multiselect.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/js/ui-multiselect-en.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_flat_30_cccccc_40x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_flat_50_5c5c5c_40x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_glass_40_ffc73d_1x400.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_hexagon_10_000000_12x10.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-hard_20_0b6a98_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_33_003147_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_35_222222_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_44_444444_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_222222_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_4b8e0b_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_a83300_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_cccccc_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_ffffff_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/jquery-ui-1.10.3.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/jquery-ui.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/js/jquery-ui-1.10.3.js > %%DATADIR%%/html/3rdParty/jwplayer.qsp >+%%DATADIR%%/html/backend_index.qsp > %%DATADIR%%/html/css/Status.css >-%%DATADIR%%/html/css/images/ui-bg_flat_30_cccccc_40x100.png >-%%DATADIR%%/html/css/images/ui-bg_flat_50_5c5c5c_40x100.png >-%%DATADIR%%/html/css/images/ui-bg_glass_40_ffc73d_1x400.png >-%%DATADIR%%/html/css/images/ui-bg_hexagon_10_000000_12x10.png >-%%DATADIR%%/html/css/images/ui-bg_highlight-hard_20_0b6a98_1x100.png >-%%DATADIR%%/html/css/images/ui-bg_highlight-soft_33_003147_1x100.png >-%%DATADIR%%/html/css/images/ui-bg_highlight-soft_35_222222_1x100.png >-%%DATADIR%%/html/css/images/ui-bg_highlight-soft_44_444444_1x100.png >-%%DATADIR%%/html/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png >-%%DATADIR%%/html/css/images/ui-icons_222222_256x240.png >-%%DATADIR%%/html/css/images/ui-icons_4b8e0b_256x240.png >-%%DATADIR%%/html/css/images/ui-icons_a83300_256x240.png >-%%DATADIR%%/html/css/images/ui-icons_cccccc_256x240.png >-%%DATADIR%%/html/css/images/ui-icons_ffffff_256x240.png >-%%DATADIR%%/html/css/jquery-ui.css >-%%DATADIR%%/html/css/menustyle.css >+%%DATADIR%%/html/css/settings.css > %%DATADIR%%/html/css/setup.css > %%DATADIR%%/html/css/site.css >-%%DATADIR%%/html/css/ui.jqgrid.css >-%%DATADIR%%/html/css/ui.multiselect.css > %%DATADIR%%/html/css/wsdl.css >+%%DATADIR%%/html/debug/websocket.qsp >+%%DATADIR%%/html/frontend_index.qsp > %%DATADIR%%/html/images/blank.gif > %%DATADIR%%/html/images/checkerboard_100x100.png > %%DATADIR%%/html/images/favicon.ico >+%%DATADIR%%/html/images/icons/README >+%%DATADIR%%/html/images/icons/upnp_large_icon.jpg >+%%DATADIR%%/html/images/icons/upnp_large_icon.png >+%%DATADIR%%/html/images/icons/upnp_small_icon.jpg >+%%DATADIR%%/html/images/icons/upnp_small_icon.png > %%DATADIR%%/html/images/menu-button-bg.gif > %%DATADIR%%/html/images/mythtv.png >-%%DATADIR%%/html/images/ui-bg_flat_30_cccccc_40x100.png >-%%DATADIR%%/html/images/ui-bg_flat_50_5c5c5c_40x100.png >-%%DATADIR%%/html/images/ui-bg_glass_40_ffc73d_1x400.png >-%%DATADIR%%/html/images/ui-bg_hexagon_10_000000_12x10.png >-%%DATADIR%%/html/images/ui-bg_highlight-hard_20_0b6a98_1x100.png >-%%DATADIR%%/html/images/ui-bg_highlight-soft_33_003147_1x100.png >-%%DATADIR%%/html/images/ui-bg_highlight-soft_35_222222_1x100.png >-%%DATADIR%%/html/images/ui-bg_highlight-soft_44_444444_1x100.png >-%%DATADIR%%/html/images/ui-bg_highlight-soft_80_eeeeee_1x100.png >-%%DATADIR%%/html/images/ui-icons_222222_256x240.png >-%%DATADIR%%/html/images/ui-icons_4b8e0b_256x240.png >-%%DATADIR%%/html/images/ui-icons_a83300_256x240.png >-%%DATADIR%%/html/images/ui-icons_cccccc_256x240.png >-%%DATADIR%%/html/images/ui-icons_ffffff_256x240.png >-%%DATADIR%%/html/index.html >-%%DATADIR%%/html/js/databaseutil.js > %%DATADIR%%/html/js/fileutil.js >-%%DATADIR%%/html/js/galleria/LICENSE >-%%DATADIR%%/html/js/galleria/galleria-1.2.3.js >-%%DATADIR%%/html/js/galleria/galleria-1.2.3.min.js >-%%DATADIR%%/html/js/galleria/themes/classic/README.rst >-%%DATADIR%%/html/js/galleria/themes/classic/classic-demo.html >-%%DATADIR%%/html/js/galleria/themes/classic/classic-loader.gif >-%%DATADIR%%/html/js/galleria/themes/classic/classic-map.png >-%%DATADIR%%/html/js/galleria/themes/classic/galleria.classic.css >-%%DATADIR%%/html/js/galleria/themes/classic/galleria.classic.js >-%%DATADIR%%/html/js/galleria/themes/classic/galleria.classic.min.js >-%%DATADIR%%/html/js/grid.locale-en.js > %%DATADIR%%/html/js/inspect.js >-%%DATADIR%%/html/js/jquery-ui.min.js >-%%DATADIR%%/html/js/jquery.contextmenu.js >-%%DATADIR%%/html/js/jquery.jqGrid.min.js >-%%DATADIR%%/html/js/jquery.min.js >-%%DATADIR%%/html/js/jqueryFileTree/images/application.png >-%%DATADIR%%/html/js/jqueryFileTree/images/code.png >-%%DATADIR%%/html/js/jqueryFileTree/images/css.png >-%%DATADIR%%/html/js/jqueryFileTree/images/db.png >-%%DATADIR%%/html/js/jqueryFileTree/images/directory.png >-%%DATADIR%%/html/js/jqueryFileTree/images/doc.png >-%%DATADIR%%/html/js/jqueryFileTree/images/file.png >-%%DATADIR%%/html/js/jqueryFileTree/images/film.png >-%%DATADIR%%/html/js/jqueryFileTree/images/flash.png >-%%DATADIR%%/html/js/jqueryFileTree/images/folder_open.png >-%%DATADIR%%/html/js/jqueryFileTree/images/html.png >-%%DATADIR%%/html/js/jqueryFileTree/images/java.png >-%%DATADIR%%/html/js/jqueryFileTree/images/linux.png >-%%DATADIR%%/html/js/jqueryFileTree/images/music.png >-%%DATADIR%%/html/js/jqueryFileTree/images/pdf.png >-%%DATADIR%%/html/js/jqueryFileTree/images/php.png >-%%DATADIR%%/html/js/jqueryFileTree/images/picture.png >-%%DATADIR%%/html/js/jqueryFileTree/images/ppt.png >-%%DATADIR%%/html/js/jqueryFileTree/images/psd.png >-%%DATADIR%%/html/js/jqueryFileTree/images/ruby.png >-%%DATADIR%%/html/js/jqueryFileTree/images/script.png >-%%DATADIR%%/html/js/jqueryFileTree/images/spinner.gif >-%%DATADIR%%/html/js/jqueryFileTree/images/txt.png >-%%DATADIR%%/html/js/jqueryFileTree/images/xls.png >-%%DATADIR%%/html/js/jqueryFileTree/images/zip.png >-%%DATADIR%%/html/js/jqueryFileTree/jqueryFileTree.css >-%%DATADIR%%/html/js/jqueryFileTree/jqueryFileTree.js > %%DATADIR%%/html/js/menu.js >-%%DATADIR%%/html/js/ui-multiselect-en.js >-%%DATADIR%%/html/js/ui.multiselect.js >+%%DATADIR%%/html/js/settings.js > %%DATADIR%%/html/js/util.qjs >+%%DATADIR%%/html/js/utility.js >+%%DATADIR%%/html/js/websocket_events.js > %%DATADIR%%/html/menu.qsp >+%%DATADIR%%/html/misc/css/overview.css > %%DATADIR%%/html/misc/database-backup.html > %%DATADIR%%/html/misc/database-repair.html > %%DATADIR%%/html/misc/databasetabs.html >@@ -848,12 +908,15 @@ > %%DATADIR%%/html/misc/js/databasetabs.js > %%DATADIR%%/html/misc/js/hardwareprofile.js > %%DATADIR%%/html/misc/js/messagetab.js >+%%DATADIR%%/html/misc/js/overview.js > %%DATADIR%%/html/misc/js/viewlogs.js > %%DATADIR%%/html/misc/message.html > %%DATADIR%%/html/misc/messagetab.html >+%%DATADIR%%/html/misc/misc_template.html > %%DATADIR%%/html/misc/overview.qsp > %%DATADIR%%/html/misc/placeholder.html > %%DATADIR%%/html/misc/viewlogs.html >+%%DATADIR%%/html/robots.txt > %%DATADIR%%/html/samples/hlstest.qsp > %%DATADIR%%/html/samples/js/samples.js > %%DATADIR%%/html/samples/livestream_rec.qsp >@@ -861,9 +924,11 @@ > %%DATADIR%%/html/samples/recorded.qsp > %%DATADIR%%/html/samples/serverside.qsp > %%DATADIR%%/html/samples/storagegroups.qsp >+%%DATADIR%%/html/setup/ajax_backends/setting_util.qsp > %%DATADIR%%/html/setup/channeleditor-channeldetail-multi.html > %%DATADIR%%/html/setup/channeleditor-channeldetail.html > %%DATADIR%%/html/setup/channeleditor.html >+%%DATADIR%%/html/setup/css/common.css > %%DATADIR%%/html/setup/database.html > %%DATADIR%%/html/setup/expert.html > %%DATADIR%%/html/setup/general.html >@@ -874,21 +939,23 @@ > %%DATADIR%%/html/setup/jobqueue-jobs.qsp > %%DATADIR%%/html/setup/jobqueue.html > %%DATADIR%%/html/setup/js/channeleditor.js >+%%DATADIR%%/html/setup/js/common.js > %%DATADIR%%/html/setup/js/database.js > %%DATADIR%%/html/setup/js/general.js > %%DATADIR%%/html/setup/js/guidedatasources.js > %%DATADIR%%/html/setup/js/jobqueue.js > %%DATADIR%%/html/setup/js/password.js >-%%DATADIR%%/html/setup/js/setup.js > %%DATADIR%%/html/setup/js/storagegroups.js > %%DATADIR%%/html/setup/js/systemevents.js > %%DATADIR%%/html/setup/js/wizard.js > %%DATADIR%%/html/setup/overview.html > %%DATADIR%%/html/setup/password.html >+%%DATADIR%%/html/setup/setup_template.html > %%DATADIR%%/html/setup/storagegroups-add-dir.html > %%DATADIR%%/html/setup/storagegroups-add-new.html > %%DATADIR%%/html/setup/storagegroups.html > %%DATADIR%%/html/setup/systemevents.html >+%%DATADIR%%/html/setup/webfrontend-settings.qsp > %%DATADIR%%/html/setup/wizard-database.html > %%DATADIR%%/html/setup/wizard-guide_data.html > %%DATADIR%%/html/setup/wizard-media_storage.html >@@ -895,7 +962,58 @@ > %%DATADIR%%/html/setup/wizard-network.qsp > %%DATADIR%%/html/setup/wizard-recording_devices.html > %%DATADIR%%/html/setup/wizard.html >+%%DATADIR%%/html/tv/ajax_backends/dvr_util.qsp >+%%DATADIR%%/html/tv/ajax_backends/program_util.qsp >+%%DATADIR%%/html/tv/css/category_colors.css >+%%DATADIR%%/html/tv/css/common.css >+%%DATADIR%%/html/tv/css/guide.css >+%%DATADIR%%/html/tv/css/icons.css >+%%DATADIR%%/html/tv/css/programsearch.css >+%%DATADIR%%/html/tv/css/recordingrules.css >+%%DATADIR%%/html/tv/css/recordings.css >+%%DATADIR%%/html/tv/css/schedule.css >+%%DATADIR%%/html/tv/css/tvplayer.css >+%%DATADIR%%/html/tv/css/upcoming.css >+%%DATADIR%%/html/tv/guide.qsp >+%%DATADIR%%/html/tv/images/blank.png >+%%DATADIR%%/html/tv/images/cat_movie.svg >+%%DATADIR%%/html/tv/images/channel_icon.svg >+%%DATADIR%%/html/tv/images/fl_autoexp.svg >+%%DATADIR%%/html/tv/images/fl_bookmark.svg >+%%DATADIR%%/html/tv/images/fl_commflag.svg >+%%DATADIR%%/html/tv/images/fl_watched.svg >+%%DATADIR%%/html/tv/images/hd_1080.svg >+%%DATADIR%%/html/tv/images/hd_720.svg >+%%DATADIR%%/html/tv/images/hd_tv.svg >+%%DATADIR%%/html/tv/images/play_arrow.png >+%%DATADIR%%/html/tv/images/play_arrow.svg >+%%DATADIR%%/html/tv/images/recording_icons_sprite.svg >+%%DATADIR%%/html/tv/images/wastebin.svg >+%%DATADIR%%/html/tv/js/common.js >+%%DATADIR%%/html/tv/js/constants.js >+%%DATADIR%%/html/tv/js/guide.js >+%%DATADIR%%/html/tv/js/programsearch.js >+%%DATADIR%%/html/tv/js/recordings.js >+%%DATADIR%%/html/tv/js/schedule.js >+%%DATADIR%%/html/tv/js/tvutil.qjs >+%%DATADIR%%/html/tv/js/upcoming.js >+%%DATADIR%%/html/tv/programsearch.qsp >+%%DATADIR%%/html/tv/recordingrules.qsp >+%%DATADIR%%/html/tv/recordings.qsp >+%%DATADIR%%/html/tv/schedule.qsp >+%%DATADIR%%/html/tv/stream.qsp >+%%DATADIR%%/html/tv/tvplayer.qsp >+%%DATADIR%%/html/tv/upcoming.qsp >+%%DATADIR%%/html/video/css/gallery.css >+%%DATADIR%%/html/video/gallery.qsp >+%%DATADIR%%/html/video/gallery_detail.qsp >+%%DATADIR%%/html/video/images/folder_icon.png >+%%DATADIR%%/html/video/images/mv_gallery_dir_up.png >+%%DATADIR%%/html/video/images/unknown.png >+%%DATADIR%%/html/video/js/gallery.js >+%%DATADIR%%/html/video/js/gallery.qjs > %%DATADIR%%/html/xslt/class.xslt >+%%DATADIR%%/html/xslt/enum.xslt > %%DATADIR%%/html/xslt/service.xslt > %%DATADIR%%/i18n/mythfrontend_bg.qm > %%DATADIR%%/i18n/mythfrontend_ca.qm >@@ -975,6 +1093,7 @@ > %%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/tedtalks.xml > %%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/thewb.xml > %%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/trailersMashup.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/youtube.xml > %%DATADIR%%/internetcontent/nv_python_libs/configs/XML/hulu_config.xml > %%DATADIR%%/internetcontent/nv_python_libs/configs/XML/mashups_config.xml > %%DATADIR%%/internetcontent/nv_python_libs/configs/XML/pbs_config.xml >@@ -1044,7 +1163,7 @@ > %%DATADIR%%/internetcontent/nv_python_libs/vimeo/oauth/__init__.py > %%DATADIR%%/internetcontent/nv_python_libs/vimeo/oauth/oauth_api.py > %%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_api.py >-%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_data.pyc >+%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_data.py > %%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_exceptions.py > %%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/__init__.py > %%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/bliptvXSL_api.py >@@ -1065,6 +1184,7 @@ > %%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/youtubeXSL_api.py > %%DATADIR%%/internetcontent/nv_python_libs/youtube/__init__.py > %%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_data.py > %%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_exceptions.py > %%DATADIR%%/internetcontent/pbs.py > %%DATADIR%%/internetcontent/rev3.py >@@ -1095,6 +1215,41 @@ > %%DATADIR%%/locales/zh_hk.xml > %%DATADIR%%/locales/zh_tw.xml > %%DATADIR%%/metadata/Movie/tmdb3.py >+%%DATADIR%%/metadata/Music/discid/.gitignore >+%%DATADIR%%/metadata/Music/discid/README >+%%DATADIR%%/metadata/Music/discid/__init__.py >+%%DATADIR%%/metadata/Music/discid/disc.py >+%%DATADIR%%/metadata/Music/discid/libdiscid.py >+%%DATADIR%%/metadata/Music/discid/track.py >+%%DATADIR%%/metadata/Music/discid/util.py >+%%DATADIR%%/metadata/Music/lyrics/README >+%%DATADIR%%/metadata/Music/lyrics/baidu.py >+%%DATADIR%%/metadata/Music/lyrics/common/.gitignore >+%%DATADIR%%/metadata/Music/lyrics/common/__init__.py >+%%DATADIR%%/metadata/Music/lyrics/common/audiofile.py >+%%DATADIR%%/metadata/Music/lyrics/common/utilities.py >+%%DATADIR%%/metadata/Music/lyrics/darklyrics.py >+%%DATADIR%%/metadata/Music/lyrics/embedlrc.py >+%%DATADIR%%/metadata/Music/lyrics/examples/README >+%%DATADIR%%/metadata/Music/lyrics/examples/filelyrics.lrc >+%%DATADIR%%/metadata/Music/lyrics/examples/filelyrics.mp3 >+%%DATADIR%%/metadata/Music/lyrics/examples/taglyrics.mp3 >+%%DATADIR%%/metadata/Music/lyrics/filelyrics.py >+%%DATADIR%%/metadata/Music/lyrics/genius.py >+%%DATADIR%%/metadata/Music/lyrics/gomaudio.py >+%%DATADIR%%/metadata/Music/lyrics/lyrdb.py >+%%DATADIR%%/metadata/Music/lyrics/lyricsmode.py >+%%DATADIR%%/metadata/Music/lyrics/lyricswiki.py >+%%DATADIR%%/metadata/Music/lyrics/ttplayer.py >+%%DATADIR%%/metadata/Music/mbutils.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/.gitignore >+%%DATADIR%%/metadata/Music/musicbrainzngs/README >+%%DATADIR%%/metadata/Music/musicbrainzngs/__init__.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/caa.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/compat.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/mbxml.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/musicbrainz.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/util.py > %%DATADIR%%/metadata/Television/ttvdb.py > %%DATADIR%%/mythconverg_backup.pl > %%DATADIR%%/mythconverg_restore.pl >@@ -1527,7 +1682,6 @@ > %%DATADIR%%/themes/Terra/video/video_gallery_background_selected.png > %%DATADIR%%/themes/Terra/watermarks/README.license > %%DATADIR%%/themes/Terra/watermarks/aerial.png >-%%DATADIR%%/themes/Terra/watermarks/appearance.png > %%DATADIR%%/themes/Terra/watermarks/archive.png > %%DATADIR%%/themes/Terra/watermarks/audio.png > %%DATADIR%%/themes/Terra/watermarks/browser.png >@@ -1569,6 +1723,7 @@ > %%DATADIR%%/themes/Terra/watermarks/select_music.png > %%DATADIR%%/themes/Terra/watermarks/status.png > %%DATADIR%%/themes/Terra/watermarks/stop_light.png >+%%DATADIR%%/themes/Terra/watermarks/themechooser.png > %%DATADIR%%/themes/Terra/watermarks/tools.png > %%DATADIR%%/themes/Terra/watermarks/tv.png > %%DATADIR%%/themes/Terra/watermarks/vcr.png >@@ -1738,28 +1893,18 @@ > %%DATADIR%%/themes/default/htmls/notfound.html > %%DATADIR%%/themes/default/htmls/progdetails_page1.html > %%DATADIR%%/themes/default/htmls/progdetails_page2.html >+%%DATADIR%%/themes/default/image-ui.xml > %%DATADIR%%/themes/default/keyboard/ar.xml >-%%DATADIR%%/themes/default/keyboard/ar_ui.xml > %%DATADIR%%/themes/default/keyboard/da.xml >-%%DATADIR%%/themes/default/keyboard/da_ui.xml > %%DATADIR%%/themes/default/keyboard/de.xml >-%%DATADIR%%/themes/default/keyboard/de_ui.xml > %%DATADIR%%/themes/default/keyboard/el.xml >-%%DATADIR%%/themes/default/keyboard/el_ui.xml > %%DATADIR%%/themes/default/keyboard/en_gb.xml >-%%DATADIR%%/themes/default/keyboard/en_gb_ui.xml > %%DATADIR%%/themes/default/keyboard/en_us.xml >-%%DATADIR%%/themes/default/keyboard/en_us_ui.xml > %%DATADIR%%/themes/default/keyboard/es.xml >-%%DATADIR%%/themes/default/keyboard/es_ui.xml > %%DATADIR%%/themes/default/keyboard/fr.xml > %%DATADIR%%/themes/default/keyboard/fr_ch.xml >-%%DATADIR%%/themes/default/keyboard/fr_ch_ui.xml >-%%DATADIR%%/themes/default/keyboard/fr_ui.xml > %%DATADIR%%/themes/default/keyboard/he.xml >-%%DATADIR%%/themes/default/keyboard/he_ui.xml > %%DATADIR%%/themes/default/keyboard/it.xml >-%%DATADIR%%/themes/default/keyboard/it_ui.xml > %%DATADIR%%/themes/default/keyboard/key_down.png > %%DATADIR%%/themes/default/keyboard/key_down_back.png > %%DATADIR%%/themes/default/keyboard/key_down_del.png >@@ -1796,14 +1941,11 @@ > %%DATADIR%%/themes/default/keyboard/keyboard.xml > %%DATADIR%%/themes/default/keyboard/leftarrow.png > %%DATADIR%%/themes/default/keyboard/nb.xml >-%%DATADIR%%/themes/default/keyboard/nb_ui.xml > %%DATADIR%%/themes/default/keyboard/returnarrow.png > %%DATADIR%%/themes/default/keyboard/rightarrow.png > %%DATADIR%%/themes/default/keyboard/ru.xml >-%%DATADIR%%/themes/default/keyboard/ru_ui.xml > %%DATADIR%%/themes/default/keyboard/shiftarrow.png > %%DATADIR%%/themes/default/keyboard/sv.xml >-%%DATADIR%%/themes/default/keyboard/sv_ui.xml > %%DATADIR%%/themes/default/lb-arrow.png > %%DATADIR%%/themes/default/lb-check-empty.png > %%DATADIR%%/themes/default/lb-check-full.png >@@ -2074,6 +2216,7 @@ > %%DATADIR%%/themes/default/menu_playback.xml > %%DATADIR%%/themes/default/menu_playback_compact.xml > %%DATADIR%%/themes/default/mono.png >+%%DATADIR%%/themes/default/musicscanner.png > %%DATADIR%%/themes/default/mv_browse_background.png > %%DATADIR%%/themes/default/mv_browse_selector.png > %%DATADIR%%/themes/default/mv_filerequest.png >@@ -2135,9 +2278,13 @@ > %%DATADIR%%/themes/default/shared/directory.png > %%DATADIR%%/themes/default/shared/executable.png > %%DATADIR%%/themes/default/shared/file.png >+%%DATADIR%%/themes/default/shared/folder-reg.png >+%%DATADIR%%/themes/default/shared/folder-sel.png > %%DATADIR%%/themes/default/shared/grid_back_reg.png > %%DATADIR%%/themes/default/shared/grid_back_sel.png > %%DATADIR%%/themes/default/shared/grid_noimage.png >+%%DATADIR%%/themes/default/shared/movie-reg.png >+%%DATADIR%%/themes/default/shared/movie-sel.png > %%DATADIR%%/themes/default/shared/secure.png > %%DATADIR%%/themes/default/shared/unsecure.png > %%DATADIR%%/themes/default/shared/updirectory.png >@@ -2188,6 +2335,2364 @@ > %%DATADIR%%/themes/defaultmenu/tv_lists.xml > %%DATADIR%%/themes/defaultmenu/tv_schedule.xml > %%DATADIR%%/themes/defaultmenu/tv_search.xml >+%%DATADIR%%/themes/defaultmenu/tv_settings.xml >+%%DATADIR%%/themes/defaultmenu/tvmenu.xml >+%%DATADIR%%/themes/defaultmenu/util_menu.xml >+%%DATADIR%%/themes/defaultmenu/video_settings.xml >+%%DATADIR%%/themes/mediacentermenu/advanced.xml >+%%DATADIR%%/themes/mediacentermenu/info_settings.xml >+%%DATADIR%%/themes/mediacentermenu/main_settings.xml >+%%DATADIR%%/themes/mediacentermenu/mainmenu.xml >+%%DATADIR%%/themes/mediacentermenu/manage_recordings.xml >+%%DATADIR%%/themes/mediacentermenu/media_settings.xml >+%%DATADIR%%/themes/mediacentermenu/optical_menu.xml >+%%DATADIR%%/themes/mediacentermenu/plugin_menu.xml >+%%DATADIR%%/themes/mediacentermenu/recpriorities_settings.xml >+%%DATADIR%%/themes/mediacentermenu/themeinfo.xml >+%%DATADIR%%/themes/mediacentermenu/tv_lists.xml >+%%DATADIR%%/themes/mediacentermenu/tv_schedule.xml >+%%DATADIR%%/themes/mediacentermenu/tv_search.xml >+%%DATADIR%%/themes/mediacentermenu/tv_settings.xml >+%%DATADIR%%/themes/mediacentermenu/video_settings.xml >+%%DATADIR%%/themes/mythuitheme.dtd >+/you/have/to/check/what/makeplist/gives/you >+bin/mythavtest >+bin/mythbackend >+bin/mythccextractor >+bin/mythcommflag >+bin/mythffmpeg >+bin/mythffprobe >+bin/mythffserver >+bin/mythfilerecorder >+bin/mythfilldatabase >+bin/mythfrontend >+bin/mythhdhomerun_config >+bin/mythjobqueue >+bin/mythlcdserver >+bin/mythmediaserver >+bin/mythmetadatalookup >+bin/mythpreviewgen >+bin/mythpython >+bin/mythreplex >+bin/mythscreenwizard >+bin/mythshutdown >+bin/mythtranscode >+bin/mythtv-setup >+bin/mythutil >+bin/mythwelcome >+bin/mythwikiscripts >+etc/rc.d/mythbackend >+include/mythtv/audioconvert.h >+include/mythtv/audiooutput.h >+include/mythtv/audiooutputsettings.h >+include/mythtv/audiooutpututil.h >+include/mythtv/audiosettings.h >+include/mythtv/autodeletedeque.h >+include/mythtv/blockinput.h >+include/mythtv/bluray/array.h >+include/mythtv/bluray/attributes.h >+include/mythtv/bluray/bdid_parse.h >+include/mythtv/bluray/bdparse.h >+include/mythtv/bluray/bits.h >+include/mythtv/bluray/bluray.h >+include/mythtv/bluray/clpi_data.h >+include/mythtv/bluray/clpi_parse.h >+include/mythtv/bluray/dirs.h >+include/mythtv/bluray/dl.h >+include/mythtv/bluray/extdata_parse.h >+include/mythtv/bluray/file.h >+include/mythtv/bluray/filesystem.h >+include/mythtv/bluray/hdmv_insn.h >+include/mythtv/bluray/hdmv_vm.h >+include/mythtv/bluray/index_parse.h >+include/mythtv/bluray/log_control.h >+include/mythtv/bluray/logging.h >+include/mythtv/bluray/macro.h >+include/mythtv/bluray/meta_data.h >+include/mythtv/bluray/meta_parse.h >+include/mythtv/bluray/mobj_data.h >+include/mythtv/bluray/mobj_parse.h >+include/mythtv/bluray/mobj_print.h >+include/mythtv/bluray/mount.h >+include/mythtv/bluray/mpls_parse.h >+include/mythtv/bluray/mutex.h >+include/mythtv/bluray/navigation.h >+include/mythtv/bluray/refcnt.h >+include/mythtv/bluray/sound_parse.h >+include/mythtv/bluray/strutl.h >+include/mythtv/bluray/time.h >+include/mythtv/bluray/uo_mask_table.h >+include/mythtv/bonjourregister.h >+include/mythtv/bswap.h >+include/mythtv/compat.h >+include/mythtv/dbutil.h >+include/mythtv/dialogbox.h >+include/mythtv/dvdnav/dvd_types.h >+include/mythtv/dvdnav/dvdnav.h >+include/mythtv/dvdnav/dvdnav_events.h >+include/mythtv/dvdread/dvd_reader.h >+include/mythtv/dvdread/ifo_read.h >+include/mythtv/dvdread/ifo_types.h >+include/mythtv/dvdread/nav_read.h >+include/mythtv/dvdread/nav_types.h >+include/mythtv/eldutils.h >+include/mythtv/exitcodes.h >+include/mythtv/ffmpeg-mmx.h >+include/mythtv/filesysteminfo.h >+include/mythtv/hardwareprofile.h >+include/mythtv/iso3166.h >+include/mythtv/iso639.h >+include/mythtv/langsettings.h >+include/mythtv/lcddevice.h >+include/mythtv/libavcodec/avcodec.h >+include/mythtv/libavcodec/avdct.h >+include/mythtv/libavcodec/avfft.h >+include/mythtv/libavcodec/d3d11va.h >+include/mythtv/libavcodec/dirac.h >+include/mythtv/libavcodec/dv_profile.h >+include/mythtv/libavcodec/dxva2.h >+include/mythtv/libavcodec/qsv.h >+include/mythtv/libavcodec/vaapi.h >+include/mythtv/libavcodec/vda.h >+include/mythtv/libavcodec/vdpau.h >+include/mythtv/libavcodec/version.h >+include/mythtv/libavcodec/videotoolbox.h >+include/mythtv/libavcodec/vorbis_parser.h >+include/mythtv/libavcodec/xvmc.h >+include/mythtv/libavdevice/avdevice.h >+include/mythtv/libavdevice/version.h >+include/mythtv/libavfilter/avfilter.h >+include/mythtv/libavfilter/avfiltergraph.h >+include/mythtv/libavfilter/buffersink.h >+include/mythtv/libavfilter/buffersrc.h >+include/mythtv/libavfilter/version.h >+include/mythtv/libavformat/avformat.h >+include/mythtv/libavformat/avio.h >+include/mythtv/libavformat/version.h >+include/mythtv/libavutil/adler32.h >+include/mythtv/libavutil/aes.h >+include/mythtv/libavutil/aes_ctr.h >+include/mythtv/libavutil/attributes.h >+include/mythtv/libavutil/audio_fifo.h >+include/mythtv/libavutil/avassert.h >+include/mythtv/libavutil/avconfig.h >+include/mythtv/libavutil/avstring.h >+include/mythtv/libavutil/avutil.h >+include/mythtv/libavutil/base64.h >+include/mythtv/libavutil/blowfish.h >+include/mythtv/libavutil/bprint.h >+include/mythtv/libavutil/bswap.h >+include/mythtv/libavutil/buffer.h >+include/mythtv/libavutil/camellia.h >+include/mythtv/libavutil/cast5.h >+include/mythtv/libavutil/channel_layout.h >+include/mythtv/libavutil/common.h >+include/mythtv/libavutil/cpu.h >+include/mythtv/libavutil/crc.h >+include/mythtv/libavutil/des.h >+include/mythtv/libavutil/dict.h >+include/mythtv/libavutil/display.h >+include/mythtv/libavutil/downmix_info.h >+include/mythtv/libavutil/error.h >+include/mythtv/libavutil/eval.h >+include/mythtv/libavutil/ffversion.h >+include/mythtv/libavutil/fifo.h >+include/mythtv/libavutil/file.h >+include/mythtv/libavutil/frame.h >+include/mythtv/libavutil/hash.h >+include/mythtv/libavutil/hmac.h >+include/mythtv/libavutil/imgutils.h >+include/mythtv/libavutil/intfloat.h >+include/mythtv/libavutil/intreadwrite.h >+include/mythtv/libavutil/lfg.h >+include/mythtv/libavutil/log.h >+include/mythtv/libavutil/lzo.h >+include/mythtv/libavutil/macros.h >+include/mythtv/libavutil/mastering_display_metadata.h >+include/mythtv/libavutil/mathematics.h >+include/mythtv/libavutil/md5.h >+include/mythtv/libavutil/mem.h >+include/mythtv/libavutil/motion_vector.h >+include/mythtv/libavutil/murmur3.h >+include/mythtv/libavutil/opt.h >+include/mythtv/libavutil/parseutils.h >+include/mythtv/libavutil/pixdesc.h >+include/mythtv/libavutil/pixelutils.h >+include/mythtv/libavutil/pixfmt.h >+include/mythtv/libavutil/random_seed.h >+include/mythtv/libavutil/rational.h >+include/mythtv/libavutil/rc4.h >+include/mythtv/libavutil/replaygain.h >+include/mythtv/libavutil/ripemd.h >+include/mythtv/libavutil/samplefmt.h >+include/mythtv/libavutil/sha.h >+include/mythtv/libavutil/sha512.h >+include/mythtv/libavutil/stereo3d.h >+include/mythtv/libavutil/tea.h >+include/mythtv/libavutil/threadmessage.h >+include/mythtv/libavutil/time.h >+include/mythtv/libavutil/timecode.h >+include/mythtv/libavutil/timestamp.h >+include/mythtv/libavutil/tree.h >+include/mythtv/libavutil/twofish.h >+include/mythtv/libavutil/version.h >+include/mythtv/libavutil/xtea.h >+include/mythtv/libmyth/audioconvert.h >+include/mythtv/libmyth/audiooutput.h >+include/mythtv/libmyth/audiooutputsettings.h >+include/mythtv/libmyth/audiooutpututil.h >+include/mythtv/libmyth/audiosettings.h >+include/mythtv/libmyth/dialogbox.h >+include/mythtv/libmyth/eldutils.h >+include/mythtv/libmyth/langsettings.h >+include/mythtv/libmyth/mythconfigdialogs.h >+include/mythtv/libmyth/mythconfiggroups.h >+include/mythtv/libmyth/mythcontext.h >+include/mythtv/libmyth/mythdialogs.h >+include/mythtv/libmyth/mythexp.h >+include/mythtv/libmyth/mythmediamonitor.h >+include/mythtv/libmyth/mythrssmanager.h >+include/mythtv/libmyth/mythterminal.h >+include/mythtv/libmyth/mythwidgets.h >+include/mythtv/libmyth/mythwizard.h >+include/mythtv/libmyth/netgrabbermanager.h >+include/mythtv/libmyth/netutils.h >+include/mythtv/libmyth/output.h >+include/mythtv/libmyth/programinfo.h >+include/mythtv/libmyth/programtypes.h >+include/mythtv/libmyth/recordingtypes.h >+include/mythtv/libmyth/remoteutil.h >+include/mythtv/libmyth/rssparse.h >+include/mythtv/libmyth/schemawizard.h >+include/mythtv/libmyth/settings.h >+include/mythtv/libmyth/storagegroupeditor.h >+include/mythtv/libmyth/visual.h >+include/mythtv/libmyth/volumebase.h >+include/mythtv/libmythbase/autodeletedeque.h >+include/mythtv/libmythbase/bonjourregister.h >+include/mythtv/libmythbase/bswap.h >+include/mythtv/libmythbase/compat.h >+include/mythtv/libmythbase/dbutil.h >+include/mythtv/libmythbase/exitcodes.h >+include/mythtv/libmythbase/ffmpeg-mmx.h >+include/mythtv/libmythbase/filesysteminfo.h >+include/mythtv/libmythbase/hardwareprofile.h >+include/mythtv/libmythbase/iso3166.h >+include/mythtv/libmythbase/iso639.h >+include/mythtv/libmythbase/lcddevice.h >+include/mythtv/libmythbase/loggingserver.h >+include/mythtv/libmythbase/mthread.h >+include/mythtv/libmythbase/mthreadpool.h >+include/mythtv/libmythbase/mythbaseexp.h >+include/mythtv/libmythbase/mythcdrom.h >+include/mythtv/libmythbase/mythcommandlineparser.h >+include/mythtv/libmythbase/mythconfig.h >+include/mythtv/libmythbase/mythconfig.mak >+include/mythtv/libmythbase/mythcorecontext.h >+include/mythtv/libmythbase/mythcoreutil.h >+include/mythtv/libmythbase/mythdate.h >+include/mythtv/libmythbase/mythdb.h >+include/mythtv/libmythbase/mythdbcon.h >+include/mythtv/libmythbase/mythdbparams.h >+include/mythtv/libmythbase/mythdeque.h >+include/mythtv/libmythbase/mythdirs.h >+include/mythtv/libmythbase/mythdownloadmanager.h >+include/mythtv/libmythbase/mythevent.h >+include/mythtv/libmythbase/mythlocale.h >+include/mythtv/libmythbase/mythlogging.h >+include/mythtv/libmythbase/mythmedia.h >+include/mythtv/libmythbase/mythmiscutil.h >+include/mythtv/libmythbase/mythobservable.h >+include/mythtv/libmythbase/mythplugin.h >+include/mythtv/libmythbase/mythpluginapi.h >+include/mythtv/libmythbase/mythqtcompat.h >+include/mythtv/libmythbase/mythsession.h >+include/mythtv/libmythbase/mythsingledownload.h >+include/mythtv/libmythbase/mythsocket.h >+include/mythtv/libmythbase/mythsocket_cb.h >+include/mythtv/libmythbase/mythstorage.h >+include/mythtv/libmythbase/mythsystem.h >+include/mythtv/libmythbase/mythsystemlegacy.h >+include/mythtv/libmythbase/mythtimer.h >+include/mythtv/libmythbase/mythtranslation.h >+include/mythtv/libmythbase/mythtypes.h >+include/mythtv/libmythbase/mythversion.h >+include/mythtv/libmythbase/plist.h >+include/mythtv/libmythbase/referencecounter.h >+include/mythtv/libmythbase/referencecounterlist.h >+include/mythtv/libmythbase/remotefile.h >+include/mythtv/libmythbase/serverpool.h >+include/mythtv/libmythbase/signalhandling.h >+include/mythtv/libmythbase/storagegroup.h >+include/mythtv/libmythbase/threadedfilewriter.h >+include/mythtv/libmythbase/verbosedefs.h >+include/mythtv/libmythbase/version.h >+include/mythtv/libmythservicecontracts/datacontracthelper.h >+include/mythtv/libmythservicecontracts/datacontracts/artworkInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/artworkInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/backendInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/blurayInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/buildInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/captureCard.h >+include/mythtv/libmythservicecontracts/datacontracts/captureCardList.h >+include/mythtv/libmythservicecontracts/datacontracts/castMember.h >+include/mythtv/libmythservicecontracts/datacontracts/castMemberList.h >+include/mythtv/libmythservicecontracts/datacontracts/channelGroup.h >+include/mythtv/libmythservicecontracts/datacontracts/channelGroupList.h >+include/mythtv/libmythservicecontracts/datacontracts/channelInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/connectionInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/cutList.h >+include/mythtv/libmythservicecontracts/datacontracts/cutting.h >+include/mythtv/libmythservicecontracts/datacontracts/databaseInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/enum.h >+include/mythtv/libmythservicecontracts/datacontracts/enumItem.h >+include/mythtv/libmythservicecontracts/datacontracts/envInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/frontendActionList.h >+include/mythtv/libmythservicecontracts/datacontracts/frontendStatus.h >+include/mythtv/libmythservicecontracts/datacontracts/imageMetadataInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/imageMetadataInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/imageSyncInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/input.h >+include/mythtv/libmythservicecontracts/datacontracts/inputList.h >+include/mythtv/libmythservicecontracts/datacontracts/labelValue.h >+include/mythtv/libmythservicecontracts/datacontracts/lineup.h >+include/mythtv/libmythservicecontracts/datacontracts/liveStreamInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/liveStreamInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/logInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/logMessage.h >+include/mythtv/libmythservicecontracts/datacontracts/logMessageList.h >+include/mythtv/libmythservicecontracts/datacontracts/programAndChannel.h >+include/mythtv/libmythservicecontracts/datacontracts/programGuide.h >+include/mythtv/libmythservicecontracts/datacontracts/recRule.h >+include/mythtv/libmythservicecontracts/datacontracts/recRuleFilter.h >+include/mythtv/libmythservicecontracts/datacontracts/recRuleFilterList.h >+include/mythtv/libmythservicecontracts/datacontracts/recRuleList.h >+include/mythtv/libmythservicecontracts/datacontracts/recording.h >+include/mythtv/libmythservicecontracts/datacontracts/settingList.h >+include/mythtv/libmythservicecontracts/datacontracts/timeZoneInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/titleInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/titleInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/versionInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/videoLookupInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/videoLookupInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/videoMetadataInfo.h >+include/mythtv/libmythservicecontracts/datacontracts/videoMetadataInfoList.h >+include/mythtv/libmythservicecontracts/datacontracts/videoMultiplex.h >+include/mythtv/libmythservicecontracts/datacontracts/videoMultiplexList.h >+include/mythtv/libmythservicecontracts/datacontracts/videoSource.h >+include/mythtv/libmythservicecontracts/datacontracts/videoSourceList.h >+include/mythtv/libmythservicecontracts/datacontracts/wolInfo.h >+include/mythtv/libmythservicecontracts/service.h >+include/mythtv/libmythservicecontracts/serviceexp.h >+include/mythtv/libmythservicecontracts/services/captureServices.h >+include/mythtv/libmythservicecontracts/services/channelServices.h >+include/mythtv/libmythservicecontracts/services/contentServices.h >+include/mythtv/libmythservicecontracts/services/dvrServices.h >+include/mythtv/libmythservicecontracts/services/frontendServices.h >+include/mythtv/libmythservicecontracts/services/guideServices.h >+include/mythtv/libmythservicecontracts/services/imageServices.h >+include/mythtv/libmythservicecontracts/services/mythServices.h >+include/mythtv/libmythservicecontracts/services/rttiServices.h >+include/mythtv/libmythservicecontracts/services/videoServices.h >+include/mythtv/libmythui/mythdialogbox.h >+include/mythtv/libmythui/mythfontproperties.h >+include/mythtv/libmythui/mythgenerictree.h >+include/mythtv/libmythui/mythgesture.h >+include/mythtv/libmythui/mythimage.h >+include/mythtv/libmythui/mythmainwindow.h >+include/mythtv/libmythui/mythnotification.h >+include/mythtv/libmythui/mythnotificationcenter.h >+include/mythtv/libmythui/mythpainter.h >+include/mythtv/libmythui/mythpainter_ogl.h >+include/mythtv/libmythui/mythpainter_qt.h >+include/mythtv/libmythui/mythprogressdialog.h >+include/mythtv/libmythui/mythrect.h >+include/mythtv/libmythui/mythscreenstack.h >+include/mythtv/libmythui/mythscreentype.h >+include/mythtv/libmythui/myththemebase.h >+include/mythtv/libmythui/myththemedmenu.h >+include/mythtv/libmythui/mythuiactions.h >+include/mythtv/libmythui/mythuianimation.h >+include/mythtv/libmythui/mythuibutton.h >+include/mythtv/libmythui/mythuibuttonlist.h >+include/mythtv/libmythui/mythuibuttontree.h >+include/mythtv/libmythui/mythuicheckbox.h >+include/mythtv/libmythui/mythuiclock.h >+include/mythtv/libmythui/mythuicomposite.h >+include/mythtv/libmythui/mythuieditbar.h >+include/mythtv/libmythui/mythuiexp.h >+include/mythtv/libmythui/mythuifilebrowser.h >+include/mythtv/libmythui/mythuigroup.h >+include/mythtv/libmythui/mythuiguidegrid.h >+include/mythtv/libmythui/mythuihelper.h >+include/mythtv/libmythui/mythuiimage.h >+include/mythtv/libmythui/mythuiprogressbar.h >+include/mythtv/libmythui/mythuiscrollbar.h >+include/mythtv/libmythui/mythuishape.h >+include/mythtv/libmythui/mythuisimpletext.h >+include/mythtv/libmythui/mythuispinbox.h >+include/mythtv/libmythui/mythuistatetracker.h >+include/mythtv/libmythui/mythuistatetype.h >+include/mythtv/libmythui/mythuitext.h >+include/mythtv/libmythui/mythuitextedit.h >+include/mythtv/libmythui/mythuitype.h >+include/mythtv/libmythui/mythuiutils.h >+include/mythtv/libmythui/mythuivideo.h >+include/mythtv/libmythui/mythuiwebbrowser.h >+include/mythtv/libmythui/mythvirtualkeyboard.h >+include/mythtv/libmythui/themeinfo.h >+include/mythtv/libmythui/x11colors.h >+include/mythtv/libmythui/xmlparsebase.h >+include/mythtv/libpostproc/postprocess.h >+include/mythtv/libpostproc/version.h >+include/mythtv/libswresample/swresample.h >+include/mythtv/libswresample/version.h >+include/mythtv/libswscale/swscale.h >+include/mythtv/libswscale/version.h >+include/mythtv/loggingserver.h >+include/mythtv/metadata/bluraymetadata.h >+include/mythtv/metadata/cleanup.h >+include/mythtv/metadata/dbaccess.h >+include/mythtv/metadata/dirscan.h >+include/mythtv/metadata/globals.h >+include/mythtv/metadata/imagemanager.h >+include/mythtv/metadata/imagemetadata.h >+include/mythtv/metadata/imagetypes.h >+include/mythtv/metadata/lyricsdata.h >+include/mythtv/metadata/metadatacommon.h >+include/mythtv/metadata/metadatadownload.h >+include/mythtv/metadata/metadatafactory.h >+include/mythtv/metadata/metadatagrabber.h >+include/mythtv/metadata/metadataimagedownload.h >+include/mythtv/metadata/metaio.h >+include/mythtv/metadata/metaioavfcomment.h >+include/mythtv/metadata/metaioflacvorbis.h >+include/mythtv/metadata/metaioid3.h >+include/mythtv/metadata/metaiomp4.h >+include/mythtv/metadata/metaiooggvorbis.h >+include/mythtv/metadata/metaiotaglib.h >+include/mythtv/metadata/metaiowavpack.h >+include/mythtv/metadata/musicfilescanner.h >+include/mythtv/metadata/musicmetadata.h >+include/mythtv/metadata/musicutils.h >+include/mythtv/metadata/mythmetaexp.h >+include/mythtv/metadata/mythuiimageresults.h >+include/mythtv/metadata/mythuimetadataresults.h >+include/mythtv/metadata/parentalcontrols.h >+include/mythtv/metadata/quicksp.h >+include/mythtv/metadata/videometadata.h >+include/mythtv/metadata/videometadatalistmanager.h >+include/mythtv/metadata/videoscan.h >+include/mythtv/metadata/videoutils.h >+include/mythtv/metadataimagehelper.h >+include/mythtv/minilzo.h >+include/mythtv/mpeg2dec/mpeg2.h >+include/mythtv/mthread.h >+include/mythtv/mthreadpool.h >+include/mythtv/mythavutil.h >+include/mythtv/mythbaseexp.h >+include/mythtv/mythcdrom.h >+include/mythtv/mythcommandlineparser.h >+include/mythtv/mythconfig.h >+include/mythtv/mythconfig.mak >+include/mythtv/mythconfigdialogs.h >+include/mythtv/mythconfiggroups.h >+include/mythtv/mythcontext.h >+include/mythtv/mythcorecontext.h >+include/mythtv/mythcoreutil.h >+include/mythtv/mythdate.h >+include/mythtv/mythdb.h >+include/mythtv/mythdbcon.h >+include/mythtv/mythdbparams.h >+include/mythtv/mythdeque.h >+include/mythtv/mythdialogs.h >+include/mythtv/mythdirs.h >+include/mythtv/mythdownloadmanager.h >+include/mythtv/mythevent.h >+include/mythtv/mythexp.h >+include/mythtv/mythframe.h >+include/mythtv/mythlocale.h >+include/mythtv/mythlogging.h >+include/mythtv/mythmedia.h >+include/mythtv/mythmediamonitor.h >+include/mythtv/mythmiscutil.h >+include/mythtv/mythobservable.h >+include/mythtv/mythplugin.h >+include/mythtv/mythpluginapi.h >+include/mythtv/mythqtcompat.h >+include/mythtv/mythrssmanager.h >+include/mythtv/mythsession.h >+include/mythtv/mythsingledownload.h >+include/mythtv/mythsocket.h >+include/mythtv/mythsocket_cb.h >+include/mythtv/mythstorage.h >+include/mythtv/mythsystem.h >+include/mythtv/mythsystemlegacy.h >+include/mythtv/mythterminal.h >+include/mythtv/mythtimer.h >+include/mythtv/mythtranslation.h >+include/mythtv/mythtvexp.h >+include/mythtv/mythtypes.h >+include/mythtv/mythversion.h >+include/mythtv/mythwidgets.h >+include/mythtv/mythwizard.h >+include/mythtv/netgrabbermanager.h >+include/mythtv/netutils.h >+include/mythtv/output.h >+include/mythtv/playgroup.h >+include/mythtv/plist.h >+include/mythtv/programinfo.h >+include/mythtv/programtypes.h >+include/mythtv/recordingtypes.h >+include/mythtv/referencecounter.h >+include/mythtv/referencecounterlist.h >+include/mythtv/remotefile.h >+include/mythtv/remoteutil.h >+include/mythtv/rssparse.h >+include/mythtv/samplerate.h >+include/mythtv/schemawizard.h >+include/mythtv/serverpool.h >+include/mythtv/settings.h >+include/mythtv/signalhandling.h >+include/mythtv/storagegroup.h >+include/mythtv/storagegroupeditor.h >+include/mythtv/threadedfilewriter.h >+include/mythtv/udfread.h >+include/mythtv/upnp/bufferedsocketdevice.h >+include/mythtv/upnp/configuration.h >+include/mythtv/upnp/eventing.h >+include/mythtv/upnp/htmlserver.h >+include/mythtv/upnp/httprequest.h >+include/mythtv/upnp/httpserver.h >+include/mythtv/upnp/jsonSerializer.h >+include/mythtv/upnp/mmembuf.h >+include/mythtv/upnp/mythxmlclient.h >+include/mythtv/upnp/serializer.h >+include/mythtv/upnp/serverSideScripting.h >+include/mythtv/upnp/servicehost.h >+include/mythtv/upnp/soapSerializer.h >+include/mythtv/upnp/soapclient.h >+include/mythtv/upnp/ssdp.h >+include/mythtv/upnp/ssdpcache.h >+include/mythtv/upnp/taskqueue.h >+include/mythtv/upnp/upnp.h >+include/mythtv/upnp/upnpcds.h >+include/mythtv/upnp/upnpcdsobjects.h >+include/mythtv/upnp/upnpcmgr.h >+include/mythtv/upnp/upnpdevice.h >+include/mythtv/upnp/upnphelpers.h >+include/mythtv/upnp/upnpsubscription.h >+include/mythtv/upnp/upnptaskcache.h >+include/mythtv/upnp/upnptaskevent.h >+include/mythtv/upnp/upnptasknotify.h >+include/mythtv/upnp/upnptasksearch.h >+include/mythtv/upnp/upnputil.h >+include/mythtv/upnp/wsdl.h >+include/mythtv/upnp/xmlSerializer.h >+include/mythtv/upnp/xsd.h >+include/mythtv/verbosedefs.h >+include/mythtv/version.h >+include/mythtv/visual.h >+include/mythtv/volumebase.h >+lib/libmyth-0.28.so >+lib/libmyth-0.28.so.0 >+lib/libmyth-0.28.so.0.28 >+lib/libmyth-0.28.so.0.28.0 >+lib/libmythavcodec.so >+lib/libmythavcodec.so.57 >+lib/libmythavcodec.so.57.24.102 >+lib/libmythavdevice.so >+lib/libmythavdevice.so.57 >+lib/libmythavdevice.so.57.0.101 >+lib/libmythavfilter.so >+lib/libmythavfilter.so.6 >+lib/libmythavfilter.so.6.31.100 >+lib/libmythavformat.so >+lib/libmythavformat.so.57 >+lib/libmythavformat.so.57.25.100 >+lib/libmythavutil.so >+lib/libmythavutil.so.55 >+lib/libmythavutil.so.55.17.103 >+lib/libmythbase-0.28.so >+lib/libmythbase-0.28.so.0 >+lib/libmythbase-0.28.so.0.28 >+lib/libmythbase-0.28.so.0.28.0 >+lib/libmythfreemheg-0.28.so >+lib/libmythfreemheg-0.28.so.0 >+lib/libmythfreemheg-0.28.so.0.28 >+lib/libmythfreemheg-0.28.so.0.28.0 >+lib/libmythhdhomerun-0.28.so >+lib/libmythhdhomerun-0.28.so.0 >+lib/libmythhdhomerun-0.28.so.0.28 >+lib/libmythhdhomerun-0.28.so.0.28.0 >+lib/libmythmetadata-0.28.so >+lib/libmythmetadata-0.28.so.0 >+lib/libmythmetadata-0.28.so.0.28 >+lib/libmythmetadata-0.28.so.0.28.0 >+lib/libmythpostproc.so >+lib/libmythpostproc.so.54 >+lib/libmythpostproc.so.54.0.100 >+lib/libmythprotoserver-0.28.so >+lib/libmythprotoserver-0.28.so.0 >+lib/libmythprotoserver-0.28.so.0.28 >+lib/libmythprotoserver-0.28.so.0.28.0 >+lib/libmythservicecontracts-0.28.so >+lib/libmythservicecontracts-0.28.so.0 >+lib/libmythservicecontracts-0.28.so.0.28 >+lib/libmythservicecontracts-0.28.so.0.28.0 >+lib/libmythswresample.so >+lib/libmythswresample.so.2 >+lib/libmythswresample.so.2.0.101 >+lib/libmythswscale.so >+lib/libmythswscale.so.4 >+lib/libmythswscale.so.4.0.100 >+lib/libmythtv-0.28.so >+lib/libmythtv-0.28.so.0 >+lib/libmythtv-0.28.so.0.28 >+lib/libmythtv-0.28.so.0.28.0 >+lib/libmythui-0.28.so >+lib/libmythui-0.28.so.0 >+lib/libmythui-0.28.so.0.28 >+lib/libmythui-0.28.so.0.28.0 >+lib/libmythupnp-0.28.so >+lib/libmythupnp-0.28.so.0 >+lib/libmythupnp-0.28.so.0.28 >+lib/libmythupnp-0.28.so.0.28.0 >+lib/mythtv/filters/libadjust.so >+lib/mythtv/filters/libbobdeint.so >+lib/mythtv/filters/libcrop.so >+lib/mythtv/filters/libdenoise3d.so >+lib/mythtv/filters/libfieldorder.so >+lib/mythtv/filters/libforce.so >+lib/mythtv/filters/libgreedyhdeint.so >+lib/mythtv/filters/libinvert.so >+lib/mythtv/filters/libivtc.so >+lib/mythtv/filters/libkerneldeint.so >+lib/mythtv/filters/liblinearblend.so >+lib/mythtv/filters/libonefield.so >+lib/mythtv/filters/libpostprocess.so >+lib/mythtv/filters/libquickdnr.so >+lib/mythtv/filters/libvflip.so >+lib/mythtv/filters/libyadif.so >+%%SITE_PERL%%/IO/Socket/INET/MythTV.pm >+%%SITE_PERL%%/MythTV.pm >+%%SITE_PERL%%/MythTV/Channel.pm >+%%SITE_PERL%%/MythTV/Program.pm >+%%SITE_PERL%%/MythTV/Recording.pm >+%%SITE_PERL%%/MythTV/StorageGroup.pm >+%%SITE_ARCH%%/auto/MythTV/.packlist >+%%PYTHON_SITELIBDIR%%/MythTV-0.28._1-py%%PYTHON_VER%%.egg-info >+%%PYTHON_SITELIBDIR%%/MythTV/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.py >+%%PYTHON_SITELIBDIR%%/MythTV/_conn_mysqldb.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.py >+%%PYTHON_SITELIBDIR%%/MythTV/_conn_oursql.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/altdict.py >+%%PYTHON_SITELIBDIR%%/MythTV/altdict.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/connections.py >+%%PYTHON_SITELIBDIR%%/MythTV/connections.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/database.py >+%%PYTHON_SITELIBDIR%%/MythTV/database.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/dataheap.py >+%%PYTHON_SITELIBDIR%%/MythTV/dataheap.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/exceptions.py >+%%PYTHON_SITELIBDIR%%/MythTV/exceptions.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/logging.py >+%%PYTHON_SITELIBDIR%%/MythTV/logging.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/methodheap.py >+%%PYTHON_SITELIBDIR%%/MythTV/methodheap.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/msearch.py >+%%PYTHON_SITELIBDIR%%/MythTV/msearch.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/mythproto.py >+%%PYTHON_SITELIBDIR%%/MythTV/mythproto.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/static.py >+%%PYTHON_SITELIBDIR%%/MythTV/static.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/system.py >+%%PYTHON_SITELIBDIR%%/MythTV/system.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_engine.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_file.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/cache_null.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/locales.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/pager.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/request.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_api.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_auth.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/tmdb_exceptions.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.py >+%%PYTHON_SITELIBDIR%%/MythTV/tmdb3/util.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbCollection.xsl >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbQuery.xsl >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/XSLT/tvdbVideo.xsl >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/cache.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdbXslt.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_api.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_exceptions.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.py >+%%PYTHON_SITELIBDIR%%/MythTV/ttvdb/tvdb_ui.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/altdict.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/dequebuffer.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/dt.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/enum.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/mixin.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/other.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/other.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.py >+%%PYTHON_SITELIBDIR%%/MythTV/utility/singleton.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.py >+%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/__init__.pyc >+%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.py >+%%PYTHON_SITELIBDIR%%/MythTV/wikiscripts/wikiscripts.pyc >+libdata/ldconfig/mythtv >+%%DATADIR%%/CDS_scpd.xml >+%%DATADIR%%/CMGR_scpd.xml >+%%DATADIR%%/MFEXML_scpd.xml >+%%DATADIR%%/MSRR_scpd.xml >+%%DATADIR%%/MXML_scpd.xml >+%%DATADIR%%/backend-config/config_backend_database.xml >+%%DATADIR%%/backend-config/config_backend_general.xml >+%%DATADIR%%/bindings/php/MythBackend.php >+%%DATADIR%%/bindings/php/MythBase.php >+%%DATADIR%%/bindings/php/MythFrontend.php >+%%DATADIR%%/bindings/php/MythTV.php >+%%DATADIR%%/bindings/php/MythTVChannel.php >+%%DATADIR%%/bindings/php/MythTVProgram.php >+%%DATADIR%%/bindings/php/MythTVRecording.php >+%%DATADIR%%/bindings/php/MythTVStorageGroup.php >+%%DATADIR%%/database/mc.sql >+%%DATADIR%%/devicemaster.xml >+%%DATADIR%%/deviceslave.xml >+%%DATADIR%%/fonts/DroidSans-Bold.ttf >+%%DATADIR%%/fonts/DroidSans.ttf >+%%DATADIR%%/fonts/DroidSansMono.ttf >+%%DATADIR%%/fonts/DroidSerif-Bold.ttf >+%%DATADIR%%/fonts/DroidSerif-BoldItalic.ttf >+%%DATADIR%%/fonts/DroidSerif-Italic.ttf >+%%DATADIR%%/fonts/DroidSerif-Regular.ttf >+%%DATADIR%%/fonts/FreeMono.ttf >+%%DATADIR%%/fonts/FreeMonoBold.ttf >+%%DATADIR%%/fonts/FreeMonoBoldOblique.ttf >+%%DATADIR%%/fonts/FreeMonoOblique.ttf >+%%DATADIR%%/fonts/FreeSans.ttf >+%%DATADIR%%/fonts/FreeSansBold.ttf >+%%DATADIR%%/fonts/FreeSansBoldOblique.ttf >+%%DATADIR%%/fonts/FreeSansOblique.ttf >+%%DATADIR%%/fonts/FreeSerif.ttf >+%%DATADIR%%/fonts/FreeSerifBold.ttf >+%%DATADIR%%/fonts/FreeSerifBoldItalic.ttf >+%%DATADIR%%/fonts/FreeSerifItalic.ttf >+%%DATADIR%%/fonts/Purisa.ttf >+%%DATADIR%%/fonts/README-TeX-Gyre-Chorus.txt >+%%DATADIR%%/fonts/README-droid.txt >+%%DATADIR%%/fonts/README-freefont-20120503.txt >+%%DATADIR%%/fonts/README-purisa.txt >+%%DATADIR%%/fonts/Tiresias Infofont Bold.ttf >+%%DATADIR%%/fonts/Tiresias Infofont Italic.ttf >+%%DATADIR%%/fonts/Tiresias Infofont.ttf >+%%DATADIR%%/fonts/texgyrechorus-mediumitalic.otf >+%%DATADIR%%/fonts/tiresias_gpl3.txt >+%%DATADIR%%/hardwareprofile/.gitignore >+%%DATADIR%%/hardwareprofile/MultipartPostHandler.py >+%%DATADIR%%/hardwareprofile/__init__.py >+%%DATADIR%%/hardwareprofile/config.py >+%%DATADIR%%/hardwareprofile/defaults.cfg >+%%DATADIR%%/hardwareprofile/deleteProfile.py >+%%DATADIR%%/hardwareprofile/devicelist.py >+%%DATADIR%%/hardwareprofile/distros/__init__.py >+%%DATADIR%%/hardwareprofile/distros/all.py >+%%DATADIR%%/hardwareprofile/distros/distro.py >+%%DATADIR%%/hardwareprofile/distros/mythtv_data/__init__.py >+%%DATADIR%%/hardwareprofile/distros/mythtv_data/data_mythtv.py >+%%DATADIR%%/hardwareprofile/distros/mythtv_data/main.py >+%%DATADIR%%/hardwareprofile/distros/mythtv_data/makeopts.py >+%%DATADIR%%/hardwareprofile/distros/mythtv_data/orddict.py >+%%DATADIR%%/hardwareprofile/distros/mythtv_data/request.py >+%%DATADIR%%/hardwareprofile/distros/mythtv_data/uuiddb.py >+%%DATADIR%%/hardwareprofile/distros/shared/__init__.py >+%%DATADIR%%/hardwareprofile/distros/shared/html.py >+%%DATADIR%%/hardwareprofile/fs_util.py >+%%DATADIR%%/hardwareprofile/gate.py >+%%DATADIR%%/hardwareprofile/getLink.py >+%%DATADIR%%/hardwareprofile/hwdata.py >+%%DATADIR%%/hardwareprofile/i18n.py >+%%DATADIR%%/hardwareprofile/os_detect.py >+%%DATADIR%%/hardwareprofile/request.py >+%%DATADIR%%/hardwareprofile/scan.py >+%%DATADIR%%/hardwareprofile/sendProfile.py >+%%DATADIR%%/hardwareprofile/smolt.py >+%%DATADIR%%/hardwareprofile/smolt_config.py >+%%DATADIR%%/hardwareprofile/software.py >+%%DATADIR%%/hardwareprofile/uuiddb.py >+%%DATADIR%%/html/3rdParty/jquery/MYTH_README >+%%DATADIR%%/html/3rdParty/jquery/galleria/LICENSE >+%%DATADIR%%/html/3rdParty/jquery/galleria/galleria.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/flickr-demo.html >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/flickr-loader.gif >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/galleria.flickr.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/galleria.flickr.min.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/flickr/loader.gif >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/history/galleria.history.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/history/galleria.history.min.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/history/history-demo.html >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/galleria.picasa.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/galleria.picasa.min.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/loader.gif >+%%DATADIR%%/html/3rdParty/jquery/galleria/plugins/picasa/picasa-demo.html >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/README.rst >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/classic-demo.html >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/classic-loader.gif >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/classic-map.png >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/galleria.classic.css >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/galleria.classic.js >+%%DATADIR%%/html/3rdParty/jquery/galleria/themes/classic/galleria.classic.min.js >+%%DATADIR%%/html/3rdParty/jquery/jquery-2.0.3.js >+%%DATADIR%%/html/3rdParty/jquery/jquery-2.0.3.min.js >+%%DATADIR%%/html/3rdParty/jquery/jquery-2.1.4.min.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryContextMenu/js/jquery.contextmenu.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/application.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/code.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/css.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/db.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/directory.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/doc.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/file.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/film.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/flash.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/folder_open.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/html.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/java.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/linux.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/music.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/pdf.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/php.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/picture.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/ppt.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/psd.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/ruby.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/script.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/spinner.gif >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/txt.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/xls.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/images/zip.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/jqueryFileTree.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryFileTree/jqueryFileTree.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryGrid/css/ui.jqgrid.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryGrid/js/grid.locale-en.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryGrid/js/jquery.jqGrid.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryJScroll/README.md >+%%DATADIR%%/html/3rdParty/jquery/jqueryJScroll/jquery.jscroll.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryJScroll/jscroll.jquery.json >+%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/css/jquery.multiselect.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/css/ui.multiselect.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/js/jquery.multiselect.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryMultiSelect/js/ui-multiselect-en.js >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_flat_30_cccccc_40x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_flat_50_5c5c5c_40x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_glass_40_ffc73d_1x400.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_hexagon_10_000000_12x10.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-hard_20_0b6a98_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_33_003147_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_35_222222_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_44_444444_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-bg_highlight-soft_80_eeeeee_1x100.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_222222_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_4b8e0b_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_a83300_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_cccccc_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/images/ui-icons_ffffff_256x240.png >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/jquery-ui-1.10.3.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/css/jquery-ui.css >+%%DATADIR%%/html/3rdParty/jquery/jqueryUI/js/jquery-ui-1.10.3.js >+%%DATADIR%%/html/3rdParty/jwplayer.qsp >+%%DATADIR%%/html/backend_index.qsp >+%%DATADIR%%/html/css/Status.css >+%%DATADIR%%/html/css/settings.css >+%%DATADIR%%/html/css/setup.css >+%%DATADIR%%/html/css/site.css >+%%DATADIR%%/html/css/wsdl.css >+%%DATADIR%%/html/debug/websocket.qsp >+%%DATADIR%%/html/frontend_index.qsp >+%%DATADIR%%/html/images/blank.gif >+%%DATADIR%%/html/images/checkerboard_100x100.png >+%%DATADIR%%/html/images/favicon.ico >+%%DATADIR%%/html/images/icons/README >+%%DATADIR%%/html/images/icons/upnp_large_icon.jpg >+%%DATADIR%%/html/images/icons/upnp_large_icon.png >+%%DATADIR%%/html/images/icons/upnp_small_icon.jpg >+%%DATADIR%%/html/images/icons/upnp_small_icon.png >+%%DATADIR%%/html/images/menu-button-bg.gif >+%%DATADIR%%/html/images/mythtv.png >+%%DATADIR%%/html/js/fileutil.js >+%%DATADIR%%/html/js/inspect.js >+%%DATADIR%%/html/js/menu.js >+%%DATADIR%%/html/js/settings.js >+%%DATADIR%%/html/js/util.qjs >+%%DATADIR%%/html/js/utility.js >+%%DATADIR%%/html/js/websocket_events.js >+%%DATADIR%%/html/menu.qsp >+%%DATADIR%%/html/misc/css/overview.css >+%%DATADIR%%/html/misc/database-backup.html >+%%DATADIR%%/html/misc/database-repair.html >+%%DATADIR%%/html/misc/databasetabs.html >+%%DATADIR%%/html/misc/hardwareprofile-general.html >+%%DATADIR%%/html/misc/hardwareprofile-myprofile.html >+%%DATADIR%%/html/misc/hardwareprofile.html >+%%DATADIR%%/html/misc/js/databasetabs.js >+%%DATADIR%%/html/misc/js/hardwareprofile.js >+%%DATADIR%%/html/misc/js/messagetab.js >+%%DATADIR%%/html/misc/js/overview.js >+%%DATADIR%%/html/misc/js/viewlogs.js >+%%DATADIR%%/html/misc/message.html >+%%DATADIR%%/html/misc/messagetab.html >+%%DATADIR%%/html/misc/misc_template.html >+%%DATADIR%%/html/misc/overview.qsp >+%%DATADIR%%/html/misc/placeholder.html >+%%DATADIR%%/html/misc/viewlogs.html >+%%DATADIR%%/html/robots.txt >+%%DATADIR%%/html/samples/hlstest.qsp >+%%DATADIR%%/html/samples/js/samples.js >+%%DATADIR%%/html/samples/livestream_rec.qsp >+%%DATADIR%%/html/samples/livestream_sg.qsp >+%%DATADIR%%/html/samples/recorded.qsp >+%%DATADIR%%/html/samples/serverside.qsp >+%%DATADIR%%/html/samples/storagegroups.qsp >+%%DATADIR%%/html/setup/ajax_backends/setting_util.qsp >+%%DATADIR%%/html/setup/channeleditor-channeldetail-multi.html >+%%DATADIR%%/html/setup/channeleditor-channeldetail.html >+%%DATADIR%%/html/setup/channeleditor.html >+%%DATADIR%%/html/setup/css/common.css >+%%DATADIR%%/html/setup/database.html >+%%DATADIR%%/html/setup/expert.html >+%%DATADIR%%/html/setup/general.html >+%%DATADIR%%/html/setup/guidedatasources-sourcedetail.html >+%%DATADIR%%/html/setup/guidedatasources.html >+%%DATADIR%%/html/setup/jobqueue-backend.html >+%%DATADIR%%/html/setup/jobqueue-job-editor.html >+%%DATADIR%%/html/setup/jobqueue-jobs.qsp >+%%DATADIR%%/html/setup/jobqueue.html >+%%DATADIR%%/html/setup/js/channeleditor.js >+%%DATADIR%%/html/setup/js/common.js >+%%DATADIR%%/html/setup/js/database.js >+%%DATADIR%%/html/setup/js/general.js >+%%DATADIR%%/html/setup/js/guidedatasources.js >+%%DATADIR%%/html/setup/js/jobqueue.js >+%%DATADIR%%/html/setup/js/password.js >+%%DATADIR%%/html/setup/js/storagegroups.js >+%%DATADIR%%/html/setup/js/systemevents.js >+%%DATADIR%%/html/setup/js/wizard.js >+%%DATADIR%%/html/setup/overview.html >+%%DATADIR%%/html/setup/password.html >+%%DATADIR%%/html/setup/setup_template.html >+%%DATADIR%%/html/setup/storagegroups-add-dir.html >+%%DATADIR%%/html/setup/storagegroups-add-new.html >+%%DATADIR%%/html/setup/storagegroups.html >+%%DATADIR%%/html/setup/systemevents.html >+%%DATADIR%%/html/setup/webfrontend-settings.qsp >+%%DATADIR%%/html/setup/wizard-database.html >+%%DATADIR%%/html/setup/wizard-guide_data.html >+%%DATADIR%%/html/setup/wizard-media_storage.html >+%%DATADIR%%/html/setup/wizard-network.qsp >+%%DATADIR%%/html/setup/wizard-recording_devices.html >+%%DATADIR%%/html/setup/wizard.html >+%%DATADIR%%/html/tv/ajax_backends/dvr_util.qsp >+%%DATADIR%%/html/tv/ajax_backends/program_util.qsp >+%%DATADIR%%/html/tv/css/category_colors.css >+%%DATADIR%%/html/tv/css/common.css >+%%DATADIR%%/html/tv/css/guide.css >+%%DATADIR%%/html/tv/css/icons.css >+%%DATADIR%%/html/tv/css/programsearch.css >+%%DATADIR%%/html/tv/css/recordingrules.css >+%%DATADIR%%/html/tv/css/recordings.css >+%%DATADIR%%/html/tv/css/schedule.css >+%%DATADIR%%/html/tv/css/tvplayer.css >+%%DATADIR%%/html/tv/css/upcoming.css >+%%DATADIR%%/html/tv/guide.qsp >+%%DATADIR%%/html/tv/images/blank.png >+%%DATADIR%%/html/tv/images/cat_movie.svg >+%%DATADIR%%/html/tv/images/channel_icon.svg >+%%DATADIR%%/html/tv/images/fl_autoexp.svg >+%%DATADIR%%/html/tv/images/fl_bookmark.svg >+%%DATADIR%%/html/tv/images/fl_commflag.svg >+%%DATADIR%%/html/tv/images/fl_watched.svg >+%%DATADIR%%/html/tv/images/hd_1080.svg >+%%DATADIR%%/html/tv/images/hd_720.svg >+%%DATADIR%%/html/tv/images/hd_tv.svg >+%%DATADIR%%/html/tv/images/play_arrow.png >+%%DATADIR%%/html/tv/images/play_arrow.svg >+%%DATADIR%%/html/tv/images/recording_icons_sprite.svg >+%%DATADIR%%/html/tv/images/wastebin.svg >+%%DATADIR%%/html/tv/js/common.js >+%%DATADIR%%/html/tv/js/constants.js >+%%DATADIR%%/html/tv/js/guide.js >+%%DATADIR%%/html/tv/js/programsearch.js >+%%DATADIR%%/html/tv/js/recordings.js >+%%DATADIR%%/html/tv/js/schedule.js >+%%DATADIR%%/html/tv/js/tvutil.qjs >+%%DATADIR%%/html/tv/js/upcoming.js >+%%DATADIR%%/html/tv/programsearch.qsp >+%%DATADIR%%/html/tv/recordingrules.qsp >+%%DATADIR%%/html/tv/recordings.qsp >+%%DATADIR%%/html/tv/schedule.qsp >+%%DATADIR%%/html/tv/stream.qsp >+%%DATADIR%%/html/tv/tvplayer.qsp >+%%DATADIR%%/html/tv/upcoming.qsp >+%%DATADIR%%/html/video/css/gallery.css >+%%DATADIR%%/html/video/gallery.qsp >+%%DATADIR%%/html/video/gallery_detail.qsp >+%%DATADIR%%/html/video/images/folder_icon.png >+%%DATADIR%%/html/video/images/mv_gallery_dir_up.png >+%%DATADIR%%/html/video/images/unknown.png >+%%DATADIR%%/html/video/js/gallery.js >+%%DATADIR%%/html/video/js/gallery.qjs >+%%DATADIR%%/html/xslt/class.xslt >+%%DATADIR%%/html/xslt/enum.xslt >+%%DATADIR%%/html/xslt/service.xslt >+%%DATADIR%%/i18n/mythfrontend_bg.qm >+%%DATADIR%%/i18n/mythfrontend_ca.qm >+%%DATADIR%%/i18n/mythfrontend_cs.qm >+%%DATADIR%%/i18n/mythfrontend_da.qm >+%%DATADIR%%/i18n/mythfrontend_de.qm >+%%DATADIR%%/i18n/mythfrontend_el.qm >+%%DATADIR%%/i18n/mythfrontend_en_ca.qm >+%%DATADIR%%/i18n/mythfrontend_en_gb.qm >+%%DATADIR%%/i18n/mythfrontend_en_us.qm >+%%DATADIR%%/i18n/mythfrontend_es.qm >+%%DATADIR%%/i18n/mythfrontend_es_es.qm >+%%DATADIR%%/i18n/mythfrontend_et.qm >+%%DATADIR%%/i18n/mythfrontend_fi.qm >+%%DATADIR%%/i18n/mythfrontend_fr.qm >+%%DATADIR%%/i18n/mythfrontend_he.qm >+%%DATADIR%%/i18n/mythfrontend_hr.qm >+%%DATADIR%%/i18n/mythfrontend_hu.qm >+%%DATADIR%%/i18n/mythfrontend_is.qm >+%%DATADIR%%/i18n/mythfrontend_it.qm >+%%DATADIR%%/i18n/mythfrontend_ja.qm >+%%DATADIR%%/i18n/mythfrontend_nb.qm >+%%DATADIR%%/i18n/mythfrontend_nl.qm >+%%DATADIR%%/i18n/mythfrontend_pl.qm >+%%DATADIR%%/i18n/mythfrontend_pt.qm >+%%DATADIR%%/i18n/mythfrontend_pt_br.qm >+%%DATADIR%%/i18n/mythfrontend_ru.qm >+%%DATADIR%%/i18n/mythfrontend_sl.qm >+%%DATADIR%%/i18n/mythfrontend_sv.qm >+%%DATADIR%%/i18n/mythfrontend_tr.qm >+%%DATADIR%%/i18n/mythfrontend_zh_cn.qm >+%%DATADIR%%/i18n/mythfrontend_zh_hk.qm >+%%DATADIR%%/internetcontent/bbciplayer.py >+%%DATADIR%%/internetcontent/bliptv.py >+%%DATADIR%%/internetcontent/comedycentral.py >+%%DATADIR%%/internetcontent/dailymotion.py >+%%DATADIR%%/internetcontent/hulu.py >+%%DATADIR%%/internetcontent/mnvsearch.py >+%%DATADIR%%/internetcontent/mtv.py >+%%DATADIR%%/internetcontent/nature.py >+%%DATADIR%%/internetcontent/nv_perl_libs/mnvcommonsubs.pm >+%%DATADIR%%/internetcontent/nv_python_libs/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/bbciplayer/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/bbciplayer/bbciplayer_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/bbciplayer/bbciplayer_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/bliptv/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/bliptv/bliptv_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/bliptv/bliptv_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/common/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/common/common_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/common/common_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/bbciplayer.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/bliptv.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/cinemarv.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/comedycentral.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/dailymotion.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/hubble.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/mevio.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/mtv.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/nasa.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/pbs.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/spitzer.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/thewb.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/tributeca.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/vimeo.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/HTML/youtube.html >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/bbc_config.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/customeHtmlPageList.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/README >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/bbciplayer.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/comedycentralMashup.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/hulu.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/mnvMashupsConfig.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/natureMashup.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/spaceMashup.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/technologyMashup.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/tedtalks.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/thewb.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/trailersMashup.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/defaultUserPrefs/youtube.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/hulu_config.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/mashups_config.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/pbs_config.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/rev3_config.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/tedtalks_config.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XML/thewb_config.xml >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/bleedingedgeRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/bliptvRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/chandraRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/chrisPirilloRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/cinemarvRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/cnetRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/comedycentralRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/crankygeeksRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/dailyappRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/discoveryNowRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/divefilmRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/earthtouchRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/ecogeeksRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/howcastRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/hubblecastRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/jplRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/linuxActionRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/macmostRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/nasaRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/pbsRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/pbsUser_config.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/revision3RSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/skyAtNightRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/spitzerRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/tedtalksHTML_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/tedtalksRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/terraRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/traileraddictRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/tributecaHTML_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/youtubeRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/configs/XSLT/youtubeTrailersRSS_item.xsl >+%%DATADIR%%/internetcontent/nv_python_libs/dailymotion/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/dailymotion/dailymotion_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/dailymotion/dailymotion_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/hulu/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/hulu/hulu_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/hulu/hulu_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/mainProcess.py >+%%DATADIR%%/internetcontent/nv_python_libs/mashups/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/mashups/mashups_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/mashups/mashups_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/mnvsearch/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/mnvsearch/mnvsearch_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/mnvsearch/mnvsearch_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/mtv/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/mtv/mtv_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/mtv/mtv_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/pbs/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/pbs/pbs_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/pbs/pbs_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/rev3/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/rev3/rev3_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/rev3/rev3_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/tedtalks/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/tedtalks/tedtalks_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/tedtalks/tedtalks_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/thewb/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/thewb/thewb_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/thewb/thewb_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/vimeo/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/vimeo/oauth/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/vimeo/oauth/oauth_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_data.py >+%%DATADIR%%/internetcontent/nv_python_libs/vimeo/vimeo_exceptions.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/bliptvXSL_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/chrisPirillo_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/cinemarv_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/comedycentral_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/hubbleCast_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/linuxAction_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/mevio_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/nasa_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/pbsXSL_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/revision3XSL_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/skyAtNight_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/spitzer_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/tedtalksXSL_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/traileraddicts_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/tributeca_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/xsltfunctions/youtubeXSL_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/youtube/__init__.py >+%%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_api.py >+%%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_data.py >+%%DATADIR%%/internetcontent/nv_python_libs/youtube/youtube_exceptions.py >+%%DATADIR%%/internetcontent/pbs.py >+%%DATADIR%%/internetcontent/rev3.py >+%%DATADIR%%/internetcontent/space.py >+%%DATADIR%%/internetcontent/technology.py >+%%DATADIR%%/internetcontent/tedtalks.py >+%%DATADIR%%/internetcontent/thewb.py >+%%DATADIR%%/internetcontent/topdocumentaryfilm.pl >+%%DATADIR%%/internetcontent/trailers.py >+%%DATADIR%%/internetcontent/twit.tv.pl >+%%DATADIR%%/internetcontent/vimeo.py >+%%DATADIR%%/internetcontent/youtube.py >+%%DATADIR%%/locales/da_dk.xml >+%%DATADIR%%/locales/de_at.xml >+%%DATADIR%%/locales/de_ch.xml >+%%DATADIR%%/locales/de_de.xml >+%%DATADIR%%/locales/el_gr.xml >+%%DATADIR%%/locales/en_ca.xml >+%%DATADIR%%/locales/en_gb.xml >+%%DATADIR%%/locales/en_us.xml >+%%DATADIR%%/locales/es_es.xml >+%%DATADIR%%/locales/et_ee.xml >+%%DATADIR%%/locales/fr_ca.xml >+%%DATADIR%%/locales/fr_fr.xml >+%%DATADIR%%/locales/nb_no.xml >+%%DATADIR%%/locales/nl_nl.xml >+%%DATADIR%%/locales/ru_ru.xml >+%%DATADIR%%/locales/zh_hk.xml >+%%DATADIR%%/locales/zh_tw.xml >+%%DATADIR%%/metadata/Movie/tmdb3.py >+%%DATADIR%%/metadata/Music/discid/.gitignore >+%%DATADIR%%/metadata/Music/discid/README >+%%DATADIR%%/metadata/Music/discid/__init__.py >+%%DATADIR%%/metadata/Music/discid/disc.py >+%%DATADIR%%/metadata/Music/discid/libdiscid.py >+%%DATADIR%%/metadata/Music/discid/track.py >+%%DATADIR%%/metadata/Music/discid/util.py >+%%DATADIR%%/metadata/Music/lyrics/README >+%%DATADIR%%/metadata/Music/lyrics/baidu.py >+%%DATADIR%%/metadata/Music/lyrics/common/.gitignore >+%%DATADIR%%/metadata/Music/lyrics/common/__init__.py >+%%DATADIR%%/metadata/Music/lyrics/common/audiofile.py >+%%DATADIR%%/metadata/Music/lyrics/common/utilities.py >+%%DATADIR%%/metadata/Music/lyrics/darklyrics.py >+%%DATADIR%%/metadata/Music/lyrics/embedlrc.py >+%%DATADIR%%/metadata/Music/lyrics/examples/README >+%%DATADIR%%/metadata/Music/lyrics/examples/filelyrics.lrc >+%%DATADIR%%/metadata/Music/lyrics/examples/filelyrics.mp3 >+%%DATADIR%%/metadata/Music/lyrics/examples/taglyrics.mp3 >+%%DATADIR%%/metadata/Music/lyrics/filelyrics.py >+%%DATADIR%%/metadata/Music/lyrics/genius.py >+%%DATADIR%%/metadata/Music/lyrics/gomaudio.py >+%%DATADIR%%/metadata/Music/lyrics/lyrdb.py >+%%DATADIR%%/metadata/Music/lyrics/lyricsmode.py >+%%DATADIR%%/metadata/Music/lyrics/lyricswiki.py >+%%DATADIR%%/metadata/Music/lyrics/ttplayer.py >+%%DATADIR%%/metadata/Music/mbutils.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/.gitignore >+%%DATADIR%%/metadata/Music/musicbrainzngs/README >+%%DATADIR%%/metadata/Music/musicbrainzngs/__init__.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/caa.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/compat.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/mbxml.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/musicbrainz.py >+%%DATADIR%%/metadata/Music/musicbrainzngs/util.py >+%%DATADIR%%/metadata/Television/ttvdb.py >+%%DATADIR%%/mythconverg_backup.pl >+%%DATADIR%%/mythconverg_restore.pl >+%%DATADIR%%/setup.xml >+%%DATADIR%%/themes/DVR/dvr-preview.png >+%%DATADIR%%/themes/DVR/main_settings.xml >+%%DATADIR%%/themes/DVR/mainmenu.xml >+%%DATADIR%%/themes/DVR/recpriorities_settings.xml >+%%DATADIR%%/themes/DVR/themeinfo.xml >+%%DATADIR%%/themes/DVR/tv_lists.xml >+%%DATADIR%%/themes/DVR/tv_schedule.xml >+%%DATADIR%%/themes/DVR/tv_search.xml >+%%DATADIR%%/themes/DVR/tv_settings.xml >+%%DATADIR%%/themes/DVR/tvmenu.xml >+%%DATADIR%%/themes/DVR/util_menu.xml >+%%DATADIR%%/themes/DVR/video_settings.xml >+%%DATADIR%%/themes/DVR/videomenu.xml >+%%DATADIR%%/themes/MythCenter-wide/README >+%%DATADIR%%/themes/MythCenter-wide/appear-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/base.xml >+%%DATADIR%%/themes/MythCenter-wide/browser-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/config-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/controls-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/htmls/progdetails_page1.html >+%%DATADIR%%/themes/MythCenter-wide/htmls/progdetails_page2.html >+%%DATADIR%%/themes/MythCenter-wide/keyboard/keyboard.xml >+%%DATADIR%%/themes/MythCenter-wide/menu-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/music-base.xml >+%%DATADIR%%/themes/MythCenter-wide/music-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/mytharchive-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/mythburn-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/mythnative-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/notification-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/osd.xml >+%%DATADIR%%/themes/MythCenter-wide/osd/bd.png >+%%DATADIR%%/themes/MythCenter-wide/osd/dvd.png >+%%DATADIR%%/themes/MythCenter-wide/osd/info.png >+%%DATADIR%%/themes/MythCenter-wide/osd/input.png >+%%DATADIR%%/themes/MythCenter-wide/osd/message.png >+%%DATADIR%%/themes/MythCenter-wide/osd/prog_bot.png >+%%DATADIR%%/themes/MythCenter-wide/osd/prog_top.png >+%%DATADIR%%/themes/MythCenter-wide/osd/progressbar_bg.png >+%%DATADIR%%/themes/MythCenter-wide/osd/progressbar_cut.png >+%%DATADIR%%/themes/MythCenter-wide/osd/progressbar_fill.png >+%%DATADIR%%/themes/MythCenter-wide/osd/recording.png >+%%DATADIR%%/themes/MythCenter-wide/osd/sd.png >+%%DATADIR%%/themes/MythCenter-wide/osd/tv.png >+%%DATADIR%%/themes/MythCenter-wide/osd/video.png >+%%DATADIR%%/themes/MythCenter-wide/preview.png >+%%DATADIR%%/themes/MythCenter-wide/qtlook.txt >+%%DATADIR%%/themes/MythCenter-wide/recordings-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/schedule-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/settings-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/status-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/themeinfo.xml >+%%DATADIR%%/themes/MythCenter-wide/title/title_dvd.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_gallery.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_games.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_info_center.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_info_settings.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_main.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_multimedia.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_music.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_music_setup.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_priority.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_record.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_schedule.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_search.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_setup.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_tv.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_video.png >+%%DATADIR%%/themes/MythCenter-wide/title/title_weather.png >+%%DATADIR%%/themes/MythCenter-wide/ui/background.png >+%%DATADIR%%/themes/MythCenter-wide/ui/button_on.png >+%%DATADIR%%/themes/MythCenter-wide/ui/cursor.png >+%%DATADIR%%/themes/MythCenter-wide/ui/down.png >+%%DATADIR%%/themes/MythCenter-wide/ui/down_arrow-reg.png >+%%DATADIR%%/themes/MythCenter-wide/ui/down_arrow-sel.png >+%%DATADIR%%/themes/MythCenter-wide/ui/horizon.png >+%%DATADIR%%/themes/MythCenter-wide/ui/left_arrow-reg.png >+%%DATADIR%%/themes/MythCenter-wide/ui/left_arrow-sel.png >+%%DATADIR%%/themes/MythCenter-wide/ui/mythtv_logo.png >+%%DATADIR%%/themes/MythCenter-wide/ui/right_arrow-reg.png >+%%DATADIR%%/themes/MythCenter-wide/ui/right_arrow-sel.png >+%%DATADIR%%/themes/MythCenter-wide/ui/up.png >+%%DATADIR%%/themes/MythCenter-wide/ui/up_arrow-reg.png >+%%DATADIR%%/themes/MythCenter-wide/ui/up_arrow-sel.png >+%%DATADIR%%/themes/MythCenter-wide/video-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/watermark/alarmclock.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/appearance.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/big_arrow_down.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/browser.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/cd.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/cd_burn.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/cd_rip.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/checklist.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/clock.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/dvd.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/dvd_burn.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/dvd_eject.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/dvd_rip.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/error.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/gallery.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/gallery_settings.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/hardware_info.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/hardware_settings.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/important.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/info.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/info_setup.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/ipod.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/joystick.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/keys.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/movietime.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/multimedia.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/music.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/music_settings.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/news.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/phone.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/pie.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/play.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/priority.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/radio.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/record.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/screenwiz.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/search.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/setup.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/stream.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/tv.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/video.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/video_settings.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/weather.png >+%%DATADIR%%/themes/MythCenter-wide/watermark/zoneminder.png >+%%DATADIR%%/themes/MythCenter-wide/welcome-ui.xml >+%%DATADIR%%/themes/MythCenter-wide/zoneminder-ui.xml >+%%DATADIR%%/themes/MythCenter/README >+%%DATADIR%%/themes/MythCenter/base.xml >+%%DATADIR%%/themes/MythCenter/browser-ui.xml >+%%DATADIR%%/themes/MythCenter/cr-lines.png >+%%DATADIR%%/themes/MythCenter/cr-selectbar.png >+%%DATADIR%%/themes/MythCenter/htmls/progdetails_page1.html >+%%DATADIR%%/themes/MythCenter/htmls/progdetails_page2.html >+%%DATADIR%%/themes/MythCenter/menu-ui.xml >+%%DATADIR%%/themes/MythCenter/notification-ui.xml >+%%DATADIR%%/themes/MythCenter/osd.xml >+%%DATADIR%%/themes/MythCenter/osd/bd.png >+%%DATADIR%%/themes/MythCenter/osd/dvd.png >+%%DATADIR%%/themes/MythCenter/osd/fill_green.png >+%%DATADIR%%/themes/MythCenter/osd/info.png >+%%DATADIR%%/themes/MythCenter/osd/input.png >+%%DATADIR%%/themes/MythCenter/osd/message.png >+%%DATADIR%%/themes/MythCenter/osd/osd-mid.png >+%%DATADIR%%/themes/MythCenter/osd/prog_bot.png >+%%DATADIR%%/themes/MythCenter/osd/prog_top.png >+%%DATADIR%%/themes/MythCenter/osd/progressbar_bg.png >+%%DATADIR%%/themes/MythCenter/osd/progressbar_cut.png >+%%DATADIR%%/themes/MythCenter/osd/progressbar_fill.png >+%%DATADIR%%/themes/MythCenter/osd/recording.png >+%%DATADIR%%/themes/MythCenter/osd/sd.png >+%%DATADIR%%/themes/MythCenter/osd/slider_frame.png >+%%DATADIR%%/themes/MythCenter/osd/tv.png >+%%DATADIR%%/themes/MythCenter/osd/video.png >+%%DATADIR%%/themes/MythCenter/preview.png >+%%DATADIR%%/themes/MythCenter/qtlook.txt >+%%DATADIR%%/themes/MythCenter/recordings-ui.xml >+%%DATADIR%%/themes/MythCenter/schedule-ui.xml >+%%DATADIR%%/themes/MythCenter/themeinfo.xml >+%%DATADIR%%/themes/MythCenter/title/title_dvd.png >+%%DATADIR%%/themes/MythCenter/title/title_gallery.png >+%%DATADIR%%/themes/MythCenter/title/title_games.png >+%%DATADIR%%/themes/MythCenter/title/title_info_center.png >+%%DATADIR%%/themes/MythCenter/title/title_info_settings.png >+%%DATADIR%%/themes/MythCenter/title/title_main.png >+%%DATADIR%%/themes/MythCenter/title/title_multimedia.png >+%%DATADIR%%/themes/MythCenter/title/title_music.png >+%%DATADIR%%/themes/MythCenter/title/title_music_setup.png >+%%DATADIR%%/themes/MythCenter/title/title_priority.png >+%%DATADIR%%/themes/MythCenter/title/title_record.png >+%%DATADIR%%/themes/MythCenter/title/title_schedule.png >+%%DATADIR%%/themes/MythCenter/title/title_search.png >+%%DATADIR%%/themes/MythCenter/title/title_setup.png >+%%DATADIR%%/themes/MythCenter/title/title_tv.png >+%%DATADIR%%/themes/MythCenter/title/title_video.png >+%%DATADIR%%/themes/MythCenter/title/title_weather.png >+%%DATADIR%%/themes/MythCenter/ui/background.png >+%%DATADIR%%/themes/MythCenter/ui/button_off.png >+%%DATADIR%%/themes/MythCenter/ui/button_on.png >+%%DATADIR%%/themes/MythCenter/ui/down.png >+%%DATADIR%%/themes/MythCenter/ui/down_arrow-reg.png >+%%DATADIR%%/themes/MythCenter/ui/down_arrow-sel.png >+%%DATADIR%%/themes/MythCenter/ui/left_arrow-reg.png >+%%DATADIR%%/themes/MythCenter/ui/left_arrow-sel.png >+%%DATADIR%%/themes/MythCenter/ui/mythtv_logo.png >+%%DATADIR%%/themes/MythCenter/ui/right_arrow-reg.png >+%%DATADIR%%/themes/MythCenter/ui/right_arrow-sel.png >+%%DATADIR%%/themes/MythCenter/ui/up.png >+%%DATADIR%%/themes/MythCenter/ui/up_arrow-reg.png >+%%DATADIR%%/themes/MythCenter/ui/up_arrow-sel.png >+%%DATADIR%%/themes/MythCenter/video-ui.xml >+%%DATADIR%%/themes/MythCenter/watermark/alarmclock.png >+%%DATADIR%%/themes/MythCenter/watermark/appearance.png >+%%DATADIR%%/themes/MythCenter/watermark/big_arrow_down.png >+%%DATADIR%%/themes/MythCenter/watermark/browser.png >+%%DATADIR%%/themes/MythCenter/watermark/cd.png >+%%DATADIR%%/themes/MythCenter/watermark/cd_burn.png >+%%DATADIR%%/themes/MythCenter/watermark/cd_rip.png >+%%DATADIR%%/themes/MythCenter/watermark/checklist.png >+%%DATADIR%%/themes/MythCenter/watermark/clock.png >+%%DATADIR%%/themes/MythCenter/watermark/dvd.png >+%%DATADIR%%/themes/MythCenter/watermark/dvd_burn.png >+%%DATADIR%%/themes/MythCenter/watermark/dvd_eject.png >+%%DATADIR%%/themes/MythCenter/watermark/dvd_rip.png >+%%DATADIR%%/themes/MythCenter/watermark/error.png >+%%DATADIR%%/themes/MythCenter/watermark/gallery.png >+%%DATADIR%%/themes/MythCenter/watermark/gallery_settings.png >+%%DATADIR%%/themes/MythCenter/watermark/hardware_info.png >+%%DATADIR%%/themes/MythCenter/watermark/hardware_settings.png >+%%DATADIR%%/themes/MythCenter/watermark/important.png >+%%DATADIR%%/themes/MythCenter/watermark/info.png >+%%DATADIR%%/themes/MythCenter/watermark/info_setup.png >+%%DATADIR%%/themes/MythCenter/watermark/ipod.png >+%%DATADIR%%/themes/MythCenter/watermark/joystick.png >+%%DATADIR%%/themes/MythCenter/watermark/keys.png >+%%DATADIR%%/themes/MythCenter/watermark/movietime.png >+%%DATADIR%%/themes/MythCenter/watermark/multimedia.png >+%%DATADIR%%/themes/MythCenter/watermark/music.png >+%%DATADIR%%/themes/MythCenter/watermark/music_settings.png >+%%DATADIR%%/themes/MythCenter/watermark/news.png >+%%DATADIR%%/themes/MythCenter/watermark/phone.png >+%%DATADIR%%/themes/MythCenter/watermark/pie.png >+%%DATADIR%%/themes/MythCenter/watermark/play.png >+%%DATADIR%%/themes/MythCenter/watermark/priority.png >+%%DATADIR%%/themes/MythCenter/watermark/radio.png >+%%DATADIR%%/themes/MythCenter/watermark/record.png >+%%DATADIR%%/themes/MythCenter/watermark/screenwiz.png >+%%DATADIR%%/themes/MythCenter/watermark/search.png >+%%DATADIR%%/themes/MythCenter/watermark/setup.png >+%%DATADIR%%/themes/MythCenter/watermark/stream.png >+%%DATADIR%%/themes/MythCenter/watermark/tv.png >+%%DATADIR%%/themes/MythCenter/watermark/video.png >+%%DATADIR%%/themes/MythCenter/watermark/video_settings.png >+%%DATADIR%%/themes/MythCenter/watermark/weather.png >+%%DATADIR%%/themes/MythCenter/watermark/zoneminder.png >+%%DATADIR%%/themes/Slave/mainmenu.xml >+%%DATADIR%%/themes/Slave/themeinfo.xml >+%%DATADIR%%/themes/Terra/backgrounds/background.png >+%%DATADIR%%/themes/Terra/backgrounds/bottombar.png >+%%DATADIR%%/themes/Terra/backgrounds/horizontal_menu_background.png >+%%DATADIR%%/themes/Terra/backgrounds/topbar.png >+%%DATADIR%%/themes/Terra/backgrounds/videobackground.png >+%%DATADIR%%/themes/Terra/base.xml >+%%DATADIR%%/themes/Terra/browser-ui.xml >+%%DATADIR%%/themes/Terra/config-ui.xml >+%%DATADIR%%/themes/Terra/config/selected_icon_mask.png >+%%DATADIR%%/themes/Terra/controls-ui.xml >+%%DATADIR%%/themes/Terra/controls/button.png >+%%DATADIR%%/themes/Terra/controls/button_pushed.png >+%%DATADIR%%/themes/Terra/controls/checkbox_background.png >+%%DATADIR%%/themes/Terra/controls/checkbox_background_selected.png >+%%DATADIR%%/themes/Terra/controls/cursor.png >+%%DATADIR%%/themes/Terra/controls/selector_left_arrow.png >+%%DATADIR%%/themes/Terra/controls/selector_right_arrow.png >+%%DATADIR%%/themes/Terra/controls/short_textedit_background.png >+%%DATADIR%%/themes/Terra/controls/short_textedit_background_selected.png >+%%DATADIR%%/themes/Terra/controls/small_button.png >+%%DATADIR%%/themes/Terra/controls/small_button_pushed.png >+%%DATADIR%%/themes/Terra/gallery-ui.xml >+%%DATADIR%%/themes/Terra/game-ui.xml >+%%DATADIR%%/themes/Terra/guide/guide_arrow_left.png >+%%DATADIR%%/themes/Terra/guide/guide_arrow_right.png >+%%DATADIR%%/themes/Terra/guide/guide_frame.png >+%%DATADIR%%/themes/Terra/guide/icon_mask.png >+%%DATADIR%%/themes/Terra/htmls/progdetails_page1.html >+%%DATADIR%%/themes/Terra/htmls/progdetails_page2.html >+%%DATADIR%%/themes/Terra/menu-ui.xml >+%%DATADIR%%/themes/Terra/menu/iconmask.png >+%%DATADIR%%/themes/Terra/menu/menubackground.png >+%%DATADIR%%/themes/Terra/menu/menuframe.png >+%%DATADIR%%/themes/Terra/music-ui.xml >+%%DATADIR%%/themes/Terra/music/miniplayer_pauseicon.png >+%%DATADIR%%/themes/Terra/music/miniplayer_playicon.png >+%%DATADIR%%/themes/Terra/music/miniplayer_stopicon.png >+%%DATADIR%%/themes/Terra/musicsettings-ui.xml >+%%DATADIR%%/themes/Terra/netvision-ui.xml >+%%DATADIR%%/themes/Terra/news-ui.xml >+%%DATADIR%%/themes/Terra/osd.xml >+%%DATADIR%%/themes/Terra/osd/editorbackground.png >+%%DATADIR%%/themes/Terra/osd/infobackground.png >+%%DATADIR%%/themes/Terra/osd/messagebackground.png >+%%DATADIR%%/themes/Terra/popups/alt_menu_background.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_0.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_1.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_10.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_11.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_12.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_13.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_14.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_15.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_16.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_17.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_18.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_19.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_2.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_20.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_21.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_22.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_23.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_24.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_25.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_26.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_27.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_28.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_29.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_3.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_4.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_5.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_6.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_7.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_8.png >+%%DATADIR%%/themes/Terra/popups/busy/busy_9.png >+%%DATADIR%%/themes/Terra/popups/confirmation_background.png >+%%DATADIR%%/themes/Terra/popups/edit_background.png >+%%DATADIR%%/themes/Terra/popups/largemenubackground.png >+%%DATADIR%%/themes/Terra/popups/menu_background.png >+%%DATADIR%%/themes/Terra/popups/menu_button.png >+%%DATADIR%%/themes/Terra/popups/menu_button_pushed.png >+%%DATADIR%%/themes/Terra/popups/progress_bar_background.png >+%%DATADIR%%/themes/Terra/popups/progress_bar_fill.png >+%%DATADIR%%/themes/Terra/popups/progress_bar_overlay.png >+%%DATADIR%%/themes/Terra/popups/progress_dialog_background.png >+%%DATADIR%%/themes/Terra/popups/selected_item_arrow.png >+%%DATADIR%%/themes/Terra/popups/selected_submenu_arrow.png >+%%DATADIR%%/themes/Terra/popups/submenu_arrow.png >+%%DATADIR%%/themes/Terra/preview.png >+%%DATADIR%%/themes/Terra/qtlook.txt >+%%DATADIR%%/themes/Terra/recordings-ui.xml >+%%DATADIR%%/themes/Terra/recordings/filterlist_background.png >+%%DATADIR%%/themes/Terra/recordings/flagging_1.png >+%%DATADIR%%/themes/Terra/recordings/flagging_2.png >+%%DATADIR%%/themes/Terra/recordings/flagging_3.png >+%%DATADIR%%/themes/Terra/recordings/flagging_4.png >+%%DATADIR%%/themes/Terra/recordings/flagging_5.png >+%%DATADIR%%/themes/Terra/recordings/flagging_6.png >+%%DATADIR%%/themes/Terra/recordings/flagging_7.png >+%%DATADIR%%/themes/Terra/recordings/flagging_8.png >+%%DATADIR%%/themes/Terra/recordings/generallistbackground.png >+%%DATADIR%%/themes/Terra/recordings/generallistselectedframe.png >+%%DATADIR%%/themes/Terra/recordings/groupframe.png >+%%DATADIR%%/themes/Terra/recordings/previewmask.png >+%%DATADIR%%/themes/Terra/recordings/previewmask_unselected.png >+%%DATADIR%%/themes/Terra/recordings/recording_1.png >+%%DATADIR%%/themes/Terra/recordings/recording_2.png >+%%DATADIR%%/themes/Terra/recordings/recording_3.png >+%%DATADIR%%/themes/Terra/recordings/recording_4.png >+%%DATADIR%%/themes/Terra/recordings/recording_5.png >+%%DATADIR%%/themes/Terra/recordings/recording_6.png >+%%DATADIR%%/themes/Terra/recordings/recording_7.png >+%%DATADIR%%/themes/Terra/recordings/recording_8.png >+%%DATADIR%%/themes/Terra/recordings/recordingsbackground.png >+%%DATADIR%%/themes/Terra/recordings/selected_recording_background.png >+%%DATADIR%%/themes/Terra/recordings/statusoverlay.png >+%%DATADIR%%/themes/Terra/recordings/transcoding_1.png >+%%DATADIR%%/themes/Terra/recordings/transcoding_2.png >+%%DATADIR%%/themes/Terra/recordings/transcoding_3.png >+%%DATADIR%%/themes/Terra/recordings/transcoding_4.png >+%%DATADIR%%/themes/Terra/recordings/transcoding_5.png >+%%DATADIR%%/themes/Terra/recordings/transcoding_6.png >+%%DATADIR%%/themes/Terra/recordings/transcoding_7.png >+%%DATADIR%%/themes/Terra/recordings/transcoding_8.png >+%%DATADIR%%/themes/Terra/schedule-ui.xml >+%%DATADIR%%/themes/Terra/schedule/generic_list_frame.png >+%%DATADIR%%/themes/Terra/settings-ui.xml >+%%DATADIR%%/themes/Terra/shared/black_star.png >+%%DATADIR%%/themes/Terra/shared/bronze_star.png >+%%DATADIR%%/themes/Terra/shared/cross.png >+%%DATADIR%%/themes/Terra/shared/directory.png >+%%DATADIR%%/themes/Terra/shared/disabled.png >+%%DATADIR%%/themes/Terra/shared/error.png >+%%DATADIR%%/themes/Terra/shared/gold_star.png >+%%DATADIR%%/themes/Terra/shared/horizlist_internal_left_arrow.png >+%%DATADIR%%/themes/Terra/shared/horizlist_internal_right_arrow.png >+%%DATADIR%%/themes/Terra/shared/horizlist_left_arrow.png >+%%DATADIR%%/themes/Terra/shared/horizlist_right_arrow.png >+%%DATADIR%%/themes/Terra/shared/icons/16_9.png >+%%DATADIR%%/themes/Terra/shared/icons/adflagged.png >+%%DATADIR%%/themes/Terra/shared/icons/audio_mono.png >+%%DATADIR%%/themes/Terra/shared/icons/audio_stereo.png >+%%DATADIR%%/themes/Terra/shared/icons/audio_surround.png >+%%DATADIR%%/themes/Terra/shared/icons/autoexpire.png >+%%DATADIR%%/themes/Terra/shared/icons/bookmark.png >+%%DATADIR%%/themes/Terra/shared/icons/cutlist.png >+%%DATADIR%%/themes/Terra/shared/icons/hd_1080.png >+%%DATADIR%%/themes/Terra/shared/icons/hd_720.png >+%%DATADIR%%/themes/Terra/shared/icons/hdtv.png >+%%DATADIR%%/themes/Terra/shared/list_down_arrow.png >+%%DATADIR%%/themes/Terra/shared/list_left_arrow.png >+%%DATADIR%%/themes/Terra/shared/list_right_arrow.png >+%%DATADIR%%/themes/Terra/shared/list_up_arrow.png >+%%DATADIR%%/themes/Terra/shared/normal.png >+%%DATADIR%%/themes/Terra/shared/playlist.png >+%%DATADIR%%/themes/Terra/shared/running.png >+%%DATADIR%%/themes/Terra/shared/selected_disabled.png >+%%DATADIR%%/themes/Terra/shared/selected_error.png >+%%DATADIR%%/themes/Terra/shared/selected_normal.png >+%%DATADIR%%/themes/Terra/shared/selected_running.png >+%%DATADIR%%/themes/Terra/shared/selected_state_mask.png >+%%DATADIR%%/themes/Terra/shared/selected_warning.png >+%%DATADIR%%/themes/Terra/shared/silver_star.png >+%%DATADIR%%/themes/Terra/shared/super_gold_star.png >+%%DATADIR%%/themes/Terra/shared/tick.png >+%%DATADIR%%/themes/Terra/shared/updirectory.png >+%%DATADIR%%/themes/Terra/shared/warning.png >+%%DATADIR%%/themes/Terra/shared/watched.png >+%%DATADIR%%/themes/Terra/status-ui.xml >+%%DATADIR%%/themes/Terra/themeinfo.xml >+%%DATADIR%%/themes/Terra/video-ui.xml >+%%DATADIR%%/themes/Terra/video/browserlistbackground.png >+%%DATADIR%%/themes/Terra/video/browserlistframe.png >+%%DATADIR%%/themes/Terra/video/info_background.png >+%%DATADIR%%/themes/Terra/video/info_poster_mask.png >+%%DATADIR%%/themes/Terra/video/managerlistbackground.png >+%%DATADIR%%/themes/Terra/video/managerlistframe.png >+%%DATADIR%%/themes/Terra/video/managerpostermask.png >+%%DATADIR%%/themes/Terra/video/parental_level_high.png >+%%DATADIR%%/themes/Terra/video/parental_level_low.png >+%%DATADIR%%/themes/Terra/video/parental_level_lowest.png >+%%DATADIR%%/themes/Terra/video/parental_level_medium.png >+%%DATADIR%%/themes/Terra/video/parental_level_none.png >+%%DATADIR%%/themes/Terra/video/postermask.png >+%%DATADIR%%/themes/Terra/video/video_gallery_background.png >+%%DATADIR%%/themes/Terra/video/video_gallery_background_selected.png >+%%DATADIR%%/themes/Terra/watermarks/README.license >+%%DATADIR%%/themes/Terra/watermarks/aerial.png >+%%DATADIR%%/themes/Terra/watermarks/archive.png >+%%DATADIR%%/themes/Terra/watermarks/audio.png >+%%DATADIR%%/themes/Terra/watermarks/browser.png >+%%DATADIR%%/themes/Terra/watermarks/cd.png >+%%DATADIR%%/themes/Terra/watermarks/clock.png >+%%DATADIR%%/themes/Terra/watermarks/create_archive.png >+%%DATADIR%%/themes/Terra/watermarks/default.png >+%%DATADIR%%/themes/Terra/watermarks/delete.png >+%%DATADIR%%/themes/Terra/watermarks/eject_media.png >+%%DATADIR%%/themes/Terra/watermarks/food.png >+%%DATADIR%%/themes/Terra/watermarks/gallery.png >+%%DATADIR%%/themes/Terra/watermarks/games.png >+%%DATADIR%%/themes/Terra/watermarks/guide.png >+%%DATADIR%%/themes/Terra/watermarks/import_archive.png >+%%DATADIR%%/themes/Terra/watermarks/import_cd.png >+%%DATADIR%%/themes/Terra/watermarks/import_dvd.png >+%%DATADIR%%/themes/Terra/watermarks/import_files.png >+%%DATADIR%%/themes/Terra/watermarks/info_settings.png >+%%DATADIR%%/themes/Terra/watermarks/keys.png >+%%DATADIR%%/themes/Terra/watermarks/library.png >+%%DATADIR%%/themes/Terra/watermarks/media_settings.png >+%%DATADIR%%/themes/Terra/watermarks/movie.png >+%%DATADIR%%/themes/Terra/watermarks/music.png >+%%DATADIR%%/themes/Terra/watermarks/music2.png >+%%DATADIR%%/themes/Terra/watermarks/music_settings.png >+%%DATADIR%%/themes/Terra/watermarks/netflix.png >+%%DATADIR%%/themes/Terra/watermarks/new_music.png >+%%DATADIR%%/themes/Terra/watermarks/news.png >+%%DATADIR%%/themes/Terra/watermarks/osd_appearance.png >+%%DATADIR%%/themes/Terra/watermarks/osd_editor.png >+%%DATADIR%%/themes/Terra/watermarks/play_dvd.png >+%%DATADIR%%/themes/Terra/watermarks/play_music.png >+%%DATADIR%%/themes/Terra/watermarks/player_settings.png >+%%DATADIR%%/themes/Terra/watermarks/previously_recorded.png >+%%DATADIR%%/themes/Terra/watermarks/program_finder.png >+%%DATADIR%%/themes/Terra/watermarks/radio.png >+%%DATADIR%%/themes/Terra/watermarks/screen_setup.png >+%%DATADIR%%/themes/Terra/watermarks/search_words.png >+%%DATADIR%%/themes/Terra/watermarks/select_music.png >+%%DATADIR%%/themes/Terra/watermarks/status.png >+%%DATADIR%%/themes/Terra/watermarks/stop_light.png >+%%DATADIR%%/themes/Terra/watermarks/themechooser.png >+%%DATADIR%%/themes/Terra/watermarks/tools.png >+%%DATADIR%%/themes/Terra/watermarks/tv.png >+%%DATADIR%%/themes/Terra/watermarks/vcr.png >+%%DATADIR%%/themes/Terra/watermarks/video.png >+%%DATADIR%%/themes/Terra/watermarks/video_settings.png >+%%DATADIR%%/themes/Terra/watermarks/watchrec.png >+%%DATADIR%%/themes/Terra/watermarks/weather.png >+%%DATADIR%%/themes/Terra/watermarks/zm_console.png >+%%DATADIR%%/themes/Terra/watermarks/zm_events.png >+%%DATADIR%%/themes/Terra/watermarks/zm_live.png >+%%DATADIR%%/themes/Terra/watermarks/zoneminder.png >+%%DATADIR%%/themes/Terra/weather-ui.xml >+%%DATADIR%%/themes/Terra/welcome-ui.xml >+%%DATADIR%%/themes/classic/classic-preview.png >+%%DATADIR%%/themes/classic/main_settings.xml >+%%DATADIR%%/themes/classic/mainmenu.xml >+%%DATADIR%%/themes/classic/recpriorities_settings.xml >+%%DATADIR%%/themes/classic/themeinfo.xml >+%%DATADIR%%/themes/classic/tv_schedule.xml >+%%DATADIR%%/themes/classic/tv_search.xml >+%%DATADIR%%/themes/classic/tv_settings.xml >+%%DATADIR%%/themes/classic/tvmenu.xml >+%%DATADIR%%/themes/classic/video_settings.xml >+%%DATADIR%%/themes/classic/videomenu.xml >+%%DATADIR%%/themes/default-wide/appear-ui.xml >+%%DATADIR%%/themes/default-wide/bar.png >+%%DATADIR%%/themes/default-wide/base.xml >+%%DATADIR%%/themes/default-wide/button_wide_background.png >+%%DATADIR%%/themes/default-wide/button_wide_pushed_background.png >+%%DATADIR%%/themes/default-wide/button_wide_selected_background.png >+%%DATADIR%%/themes/default-wide/config-ui.xml >+%%DATADIR%%/themes/default-wide/controls-ui.xml >+%%DATADIR%%/themes/default-wide/cr-lines.png >+%%DATADIR%%/themes/default-wide/cr-selectbar.png >+%%DATADIR%%/themes/default-wide/def-ro-lines.png >+%%DATADIR%%/themes/default-wide/filler.png >+%%DATADIR%%/themes/default-wide/md_progress_background.png >+%%DATADIR%%/themes/default-wide/mv_browse_background.png >+%%DATADIR%%/themes/default-wide/mv_browse_nocover_large.png >+%%DATADIR%%/themes/default-wide/mv_browse_selector.png >+%%DATADIR%%/themes/default-wide/mv_itemdetail_popup.png >+%%DATADIR%%/themes/default-wide/mv_results_popup.png >+%%DATADIR%%/themes/default-wide/osd.xml >+%%DATADIR%%/themes/default-wide/pd-background.png >+%%DATADIR%%/themes/default-wide/pf-background.png >+%%DATADIR%%/themes/default-wide/pf-lines.png >+%%DATADIR%%/themes/default-wide/pf-sel1.png >+%%DATADIR%%/themes/default-wide/pf-sel2.png >+%%DATADIR%%/themes/default-wide/pf-sel3.png >+%%DATADIR%%/themes/default-wide/pf-top.png >+%%DATADIR%%/themes/default-wide/preview.png >+%%DATADIR%%/themes/default-wide/reclist_background.png >+%%DATADIR%%/themes/default-wide/recordings-ui.xml >+%%DATADIR%%/themes/default-wide/rk-lines.png >+%%DATADIR%%/themes/default-wide/rk-selectbar.png >+%%DATADIR%%/themes/default-wide/schedule-ui.xml >+%%DATADIR%%/themes/default-wide/selectbar.png >+%%DATADIR%%/themes/default-wide/settings-ui.xml >+%%DATADIR%%/themes/default-wide/shared/grid_back_reg.png >+%%DATADIR%%/themes/default-wide/shared/grid_back_sel.png >+%%DATADIR%%/themes/default-wide/shared/grid_noimage.png >+%%DATADIR%%/themes/default-wide/solid-container.png >+%%DATADIR%%/themes/default-wide/solid-cr-background.png >+%%DATADIR%%/themes/default-wide/status-bar.png >+%%DATADIR%%/themes/default-wide/status-ui.xml >+%%DATADIR%%/themes/default-wide/text_button_off.png >+%%DATADIR%%/themes/default-wide/text_button_on.png >+%%DATADIR%%/themes/default-wide/text_button_pushed.png >+%%DATADIR%%/themes/default-wide/track_info_background.png >+%%DATADIR%%/themes/default-wide/trans-backup.png >+%%DATADIR%%/themes/default-wide/trans-container.png >+%%DATADIR%%/themes/default-wide/trans-cr-background.png >+%%DATADIR%%/themes/default-wide/trans-rk-background.png >+%%DATADIR%%/themes/default-wide/trans-sr-background.png >+%%DATADIR%%/themes/default-wide/video-ui.xml >+%%DATADIR%%/themes/default-wide/welcome-ui.xml >+%%DATADIR%%/themes/default/appear-ui.xml >+%%DATADIR%%/themes/default/autoexpire.png >+%%DATADIR%%/themes/default/avchd.png >+%%DATADIR%%/themes/default/background.png >+%%DATADIR%%/themes/default/backup.png >+%%DATADIR%%/themes/default/bar.png >+%%DATADIR%%/themes/default/base.xml >+%%DATADIR%%/themes/default/blank.png >+%%DATADIR%%/themes/default/blankbutton_off.png >+%%DATADIR%%/themes/default/blankbutton_on.png >+%%DATADIR%%/themes/default/blankbutton_pushed.png >+%%DATADIR%%/themes/default/bookmark.png >+%%DATADIR%%/themes/default/bottomright.png >+%%DATADIR%%/themes/default/busyimages/0.png >+%%DATADIR%%/themes/default/busyimages/1.png >+%%DATADIR%%/themes/default/busyimages/10.png >+%%DATADIR%%/themes/default/busyimages/11.png >+%%DATADIR%%/themes/default/busyimages/12.png >+%%DATADIR%%/themes/default/busyimages/13.png >+%%DATADIR%%/themes/default/busyimages/14.png >+%%DATADIR%%/themes/default/busyimages/15.png >+%%DATADIR%%/themes/default/busyimages/16.png >+%%DATADIR%%/themes/default/busyimages/17.png >+%%DATADIR%%/themes/default/busyimages/18.png >+%%DATADIR%%/themes/default/busyimages/19.png >+%%DATADIR%%/themes/default/busyimages/2.png >+%%DATADIR%%/themes/default/busyimages/20.png >+%%DATADIR%%/themes/default/busyimages/21.png >+%%DATADIR%%/themes/default/busyimages/22.png >+%%DATADIR%%/themes/default/busyimages/23.png >+%%DATADIR%%/themes/default/busyimages/24.png >+%%DATADIR%%/themes/default/busyimages/3.png >+%%DATADIR%%/themes/default/busyimages/4.png >+%%DATADIR%%/themes/default/busyimages/5.png >+%%DATADIR%%/themes/default/busyimages/6.png >+%%DATADIR%%/themes/default/busyimages/7.png >+%%DATADIR%%/themes/default/busyimages/8.png >+%%DATADIR%%/themes/default/busyimages/9.png >+%%DATADIR%%/themes/default/button_background.png >+%%DATADIR%%/themes/default/button_pushed_background.png >+%%DATADIR%%/themes/default/button_selected_background.png >+%%DATADIR%%/themes/default/categories.xml >+%%DATADIR%%/themes/default/cc.png >+%%DATADIR%%/themes/default/check.png >+%%DATADIR%%/themes/default/checkbox_background_off.png >+%%DATADIR%%/themes/default/checkbox_background_selected.png >+%%DATADIR%%/themes/default/checkbox_fullcheck.png >+%%DATADIR%%/themes/default/checkbox_halfcheck.png >+%%DATADIR%%/themes/default/checked.png >+%%DATADIR%%/themes/default/checked_high.png >+%%DATADIR%%/themes/default/commflagged.png >+%%DATADIR%%/themes/default/config-ui.xml >+%%DATADIR%%/themes/default/container.png >+%%DATADIR%%/themes/default/controls-ui.xml >+%%DATADIR%%/themes/default/cr-background.png >+%%DATADIR%%/themes/default/cr-lines.png >+%%DATADIR%%/themes/default/cr-selectbar.png >+%%DATADIR%%/themes/default/cursor.png >+%%DATADIR%%/themes/default/cutlist.png >+%%DATADIR%%/themes/default/damaged.png >+%%DATADIR%%/themes/default/dd.png >+%%DATADIR%%/themes/default/def-ro-lines.png >+%%DATADIR%%/themes/default/down_arrow.png >+%%DATADIR%%/themes/default/downarrow.png >+%%DATADIR%%/themes/default/dummy1280x720p29.97.ts >+%%DATADIR%%/themes/default/dummy1920x1088p29.97.ts >+%%DATADIR%%/themes/default/dummy640x480p29.97.ts >+%%DATADIR%%/themes/default/dummy720x480p29.97.ts >+%%DATADIR%%/themes/default/dummy720x576p25.00.ts >+%%DATADIR%%/themes/default/dummy768x576p50.00.ts >+%%DATADIR%%/themes/default/error.png >+%%DATADIR%%/themes/default/filler.png >+%%DATADIR%%/themes/default/galleryfolder.png >+%%DATADIR%%/themes/default/gg-arrow-down.png >+%%DATADIR%%/themes/default/gg-arrow-left.png >+%%DATADIR%%/themes/default/gg-arrow-right.png >+%%DATADIR%%/themes/default/gg-arrow-up.png >+%%DATADIR%%/themes/default/gg-chans.png >+%%DATADIR%%/themes/default/gg-rs-all.png >+%%DATADIR%%/themes/default/gg-rs-channel.png >+%%DATADIR%%/themes/default/gg-rs-findone.png >+%%DATADIR%%/themes/default/gg-rs-override.png >+%%DATADIR%%/themes/default/gg-rs-single.png >+%%DATADIR%%/themes/default/gg-rs-timeslot.png >+%%DATADIR%%/themes/default/gg-rs-weekslot.png >+%%DATADIR%%/themes/default/gg-times.png >+%%DATADIR%%/themes/default/hd.png >+%%DATADIR%%/themes/default/hd1080.png >+%%DATADIR%%/themes/default/hd720.png >+%%DATADIR%%/themes/default/htmls/mythbrowser.css >+%%DATADIR%%/themes/default/htmls/notfound.html >+%%DATADIR%%/themes/default/htmls/progdetails_page1.html >+%%DATADIR%%/themes/default/htmls/progdetails_page2.html >+%%DATADIR%%/themes/default/image-ui.xml >+%%DATADIR%%/themes/default/keyboard/ar.xml >+%%DATADIR%%/themes/default/keyboard/da.xml >+%%DATADIR%%/themes/default/keyboard/de.xml >+%%DATADIR%%/themes/default/keyboard/el.xml >+%%DATADIR%%/themes/default/keyboard/en_gb.xml >+%%DATADIR%%/themes/default/keyboard/en_us.xml >+%%DATADIR%%/themes/default/keyboard/es.xml >+%%DATADIR%%/themes/default/keyboard/fr.xml >+%%DATADIR%%/themes/default/keyboard/fr_ch.xml >+%%DATADIR%%/themes/default/keyboard/he.xml >+%%DATADIR%%/themes/default/keyboard/it.xml >+%%DATADIR%%/themes/default/keyboard/key_down.png >+%%DATADIR%%/themes/default/keyboard/key_down_back.png >+%%DATADIR%%/themes/default/keyboard/key_down_del.png >+%%DATADIR%%/themes/default/keyboard/key_down_done.png >+%%DATADIR%%/themes/default/keyboard/key_down_move.png >+%%DATADIR%%/themes/default/keyboard/key_down_shift.png >+%%DATADIR%%/themes/default/keyboard/key_down_space.png >+%%DATADIR%%/themes/default/keyboard/key_down_space2.png >+%%DATADIR%%/themes/default/keyboard/key_downfocused.png >+%%DATADIR%%/themes/default/keyboard/key_downfocused_back.png >+%%DATADIR%%/themes/default/keyboard/key_downfocused_del.png >+%%DATADIR%%/themes/default/keyboard/key_downfocused_done.png >+%%DATADIR%%/themes/default/keyboard/key_downfocused_move.png >+%%DATADIR%%/themes/default/keyboard/key_downfocused_shift.png >+%%DATADIR%%/themes/default/keyboard/key_downfocused_space.png >+%%DATADIR%%/themes/default/keyboard/key_downfocused_space2.png >+%%DATADIR%%/themes/default/keyboard/key_focused.png >+%%DATADIR%%/themes/default/keyboard/key_focused_back.png >+%%DATADIR%%/themes/default/keyboard/key_focused_del.png >+%%DATADIR%%/themes/default/keyboard/key_focused_done.png >+%%DATADIR%%/themes/default/keyboard/key_focused_move.png >+%%DATADIR%%/themes/default/keyboard/key_focused_shift.png >+%%DATADIR%%/themes/default/keyboard/key_focused_space.png >+%%DATADIR%%/themes/default/keyboard/key_focused_space2.png >+%%DATADIR%%/themes/default/keyboard/key_normal.png >+%%DATADIR%%/themes/default/keyboard/key_normal_back.png >+%%DATADIR%%/themes/default/keyboard/key_normal_del.png >+%%DATADIR%%/themes/default/keyboard/key_normal_done.png >+%%DATADIR%%/themes/default/keyboard/key_normal_move.png >+%%DATADIR%%/themes/default/keyboard/key_normal_shift.png >+%%DATADIR%%/themes/default/keyboard/key_normal_space.png >+%%DATADIR%%/themes/default/keyboard/key_normal_space2.png >+%%DATADIR%%/themes/default/keyboard/keyboard-background.png >+%%DATADIR%%/themes/default/keyboard/keyboard.xml >+%%DATADIR%%/themes/default/keyboard/leftarrow.png >+%%DATADIR%%/themes/default/keyboard/nb.xml >+%%DATADIR%%/themes/default/keyboard/returnarrow.png >+%%DATADIR%%/themes/default/keyboard/rightarrow.png >+%%DATADIR%%/themes/default/keyboard/ru.xml >+%%DATADIR%%/themes/default/keyboard/shiftarrow.png >+%%DATADIR%%/themes/default/keyboard/sv.xml >+%%DATADIR%%/themes/default/lb-arrow.png >+%%DATADIR%%/themes/default/lb-check-empty.png >+%%DATADIR%%/themes/default/lb-check-full.png >+%%DATADIR%%/themes/default/lb-check-half.png >+%%DATADIR%%/themes/default/lb-dnarrow-reg.png >+%%DATADIR%%/themes/default/lb-dnarrow-sel.png >+%%DATADIR%%/themes/default/lb-ltarrow-reg.png >+%%DATADIR%%/themes/default/lb-ltarrow-sel.png >+%%DATADIR%%/themes/default/lb-rtarrow-reg.png >+%%DATADIR%%/themes/default/lb-rtarrow-sel.png >+%%DATADIR%%/themes/default/lb-uparrow-reg.png >+%%DATADIR%%/themes/default/lb-uparrow-sel.png >+%%DATADIR%%/themes/default/left_arrow.png >+%%DATADIR%%/themes/default/leftarrow.png >+%%DATADIR%%/themes/default/leftright_off.png >+%%DATADIR%%/themes/default/leftright_on.png >+%%DATADIR%%/themes/default/leftright_pushed.png >+%%DATADIR%%/themes/default/locale/ad.png >+%%DATADIR%%/themes/default/locale/ae.png >+%%DATADIR%%/themes/default/locale/af.png >+%%DATADIR%%/themes/default/locale/ag.png >+%%DATADIR%%/themes/default/locale/ai.png >+%%DATADIR%%/themes/default/locale/al.png >+%%DATADIR%%/themes/default/locale/am.png >+%%DATADIR%%/themes/default/locale/an.png >+%%DATADIR%%/themes/default/locale/ao.png >+%%DATADIR%%/themes/default/locale/ar.png >+%%DATADIR%%/themes/default/locale/as.png >+%%DATADIR%%/themes/default/locale/at.png >+%%DATADIR%%/themes/default/locale/au.png >+%%DATADIR%%/themes/default/locale/aw.png >+%%DATADIR%%/themes/default/locale/ax.png >+%%DATADIR%%/themes/default/locale/az.png >+%%DATADIR%%/themes/default/locale/ba.png >+%%DATADIR%%/themes/default/locale/bb.png >+%%DATADIR%%/themes/default/locale/bd.png >+%%DATADIR%%/themes/default/locale/be.png >+%%DATADIR%%/themes/default/locale/bf.png >+%%DATADIR%%/themes/default/locale/bg.png >+%%DATADIR%%/themes/default/locale/bh.png >+%%DATADIR%%/themes/default/locale/bi.png >+%%DATADIR%%/themes/default/locale/bj.png >+%%DATADIR%%/themes/default/locale/bl.png >+%%DATADIR%%/themes/default/locale/bm.png >+%%DATADIR%%/themes/default/locale/bn.png >+%%DATADIR%%/themes/default/locale/bo.png >+%%DATADIR%%/themes/default/locale/br.png >+%%DATADIR%%/themes/default/locale/bs.png >+%%DATADIR%%/themes/default/locale/bt.png >+%%DATADIR%%/themes/default/locale/bv.png >+%%DATADIR%%/themes/default/locale/bw.png >+%%DATADIR%%/themes/default/locale/by.png >+%%DATADIR%%/themes/default/locale/bz.png >+%%DATADIR%%/themes/default/locale/ca.png >+%%DATADIR%%/themes/default/locale/cc.png >+%%DATADIR%%/themes/default/locale/cd.png >+%%DATADIR%%/themes/default/locale/cf.png >+%%DATADIR%%/themes/default/locale/cg.png >+%%DATADIR%%/themes/default/locale/ch.png >+%%DATADIR%%/themes/default/locale/ci.png >+%%DATADIR%%/themes/default/locale/ck.png >+%%DATADIR%%/themes/default/locale/cl.png >+%%DATADIR%%/themes/default/locale/cm.png >+%%DATADIR%%/themes/default/locale/cn.png >+%%DATADIR%%/themes/default/locale/co.png >+%%DATADIR%%/themes/default/locale/cr.png >+%%DATADIR%%/themes/default/locale/cu.png >+%%DATADIR%%/themes/default/locale/cv.png >+%%DATADIR%%/themes/default/locale/cx.png >+%%DATADIR%%/themes/default/locale/cy.png >+%%DATADIR%%/themes/default/locale/cz.png >+%%DATADIR%%/themes/default/locale/de.png >+%%DATADIR%%/themes/default/locale/dj.png >+%%DATADIR%%/themes/default/locale/dk.png >+%%DATADIR%%/themes/default/locale/dm.png >+%%DATADIR%%/themes/default/locale/do.png >+%%DATADIR%%/themes/default/locale/dz.png >+%%DATADIR%%/themes/default/locale/ec.png >+%%DATADIR%%/themes/default/locale/ee.png >+%%DATADIR%%/themes/default/locale/eg.png >+%%DATADIR%%/themes/default/locale/eng.png >+%%DATADIR%%/themes/default/locale/er.png >+%%DATADIR%%/themes/default/locale/es.png >+%%DATADIR%%/themes/default/locale/et.png >+%%DATADIR%%/themes/default/locale/fi.png >+%%DATADIR%%/themes/default/locale/fj.png >+%%DATADIR%%/themes/default/locale/fk.png >+%%DATADIR%%/themes/default/locale/fm.png >+%%DATADIR%%/themes/default/locale/fo.png >+%%DATADIR%%/themes/default/locale/fr.png >+%%DATADIR%%/themes/default/locale/ga.png >+%%DATADIR%%/themes/default/locale/gb.png >+%%DATADIR%%/themes/default/locale/gd.png >+%%DATADIR%%/themes/default/locale/ge.png >+%%DATADIR%%/themes/default/locale/gf.png >+%%DATADIR%%/themes/default/locale/gg.png >+%%DATADIR%%/themes/default/locale/gh.png >+%%DATADIR%%/themes/default/locale/gi.png >+%%DATADIR%%/themes/default/locale/gl.png >+%%DATADIR%%/themes/default/locale/gm.png >+%%DATADIR%%/themes/default/locale/gn.png >+%%DATADIR%%/themes/default/locale/gp.png >+%%DATADIR%%/themes/default/locale/gq.png >+%%DATADIR%%/themes/default/locale/gr.png >+%%DATADIR%%/themes/default/locale/gs.png >+%%DATADIR%%/themes/default/locale/gt.png >+%%DATADIR%%/themes/default/locale/gu.png >+%%DATADIR%%/themes/default/locale/gw.png >+%%DATADIR%%/themes/default/locale/gy.png >+%%DATADIR%%/themes/default/locale/hk.png >+%%DATADIR%%/themes/default/locale/hn.png >+%%DATADIR%%/themes/default/locale/hr.png >+%%DATADIR%%/themes/default/locale/ht.png >+%%DATADIR%%/themes/default/locale/hu.png >+%%DATADIR%%/themes/default/locale/id.png >+%%DATADIR%%/themes/default/locale/ie.png >+%%DATADIR%%/themes/default/locale/il.png >+%%DATADIR%%/themes/default/locale/im.png >+%%DATADIR%%/themes/default/locale/in.png >+%%DATADIR%%/themes/default/locale/io.png >+%%DATADIR%%/themes/default/locale/iq.png >+%%DATADIR%%/themes/default/locale/ir.png >+%%DATADIR%%/themes/default/locale/is.png >+%%DATADIR%%/themes/default/locale/it.png >+%%DATADIR%%/themes/default/locale/je.png >+%%DATADIR%%/themes/default/locale/jm.png >+%%DATADIR%%/themes/default/locale/jo.png >+%%DATADIR%%/themes/default/locale/jp.png >+%%DATADIR%%/themes/default/locale/ke.png >+%%DATADIR%%/themes/default/locale/kg.png >+%%DATADIR%%/themes/default/locale/kh.png >+%%DATADIR%%/themes/default/locale/ki.png >+%%DATADIR%%/themes/default/locale/km.png >+%%DATADIR%%/themes/default/locale/kn.png >+%%DATADIR%%/themes/default/locale/kp.png >+%%DATADIR%%/themes/default/locale/kr.png >+%%DATADIR%%/themes/default/locale/kw.png >+%%DATADIR%%/themes/default/locale/ky.png >+%%DATADIR%%/themes/default/locale/kz.png >+%%DATADIR%%/themes/default/locale/la.png >+%%DATADIR%%/themes/default/locale/lb.png >+%%DATADIR%%/themes/default/locale/lc.png >+%%DATADIR%%/themes/default/locale/li.png >+%%DATADIR%%/themes/default/locale/lk.png >+%%DATADIR%%/themes/default/locale/lr.png >+%%DATADIR%%/themes/default/locale/ls.png >+%%DATADIR%%/themes/default/locale/lt.png >+%%DATADIR%%/themes/default/locale/lu.png >+%%DATADIR%%/themes/default/locale/lv.png >+%%DATADIR%%/themes/default/locale/ly.png >+%%DATADIR%%/themes/default/locale/ma.png >+%%DATADIR%%/themes/default/locale/mc.png >+%%DATADIR%%/themes/default/locale/md.png >+%%DATADIR%%/themes/default/locale/me.png >+%%DATADIR%%/themes/default/locale/mf.png >+%%DATADIR%%/themes/default/locale/mg.png >+%%DATADIR%%/themes/default/locale/mh.png >+%%DATADIR%%/themes/default/locale/mk.png >+%%DATADIR%%/themes/default/locale/ml.png >+%%DATADIR%%/themes/default/locale/mm.png >+%%DATADIR%%/themes/default/locale/mn.png >+%%DATADIR%%/themes/default/locale/mo.png >+%%DATADIR%%/themes/default/locale/mp.png >+%%DATADIR%%/themes/default/locale/mq.png >+%%DATADIR%%/themes/default/locale/mr.png >+%%DATADIR%%/themes/default/locale/ms.png >+%%DATADIR%%/themes/default/locale/mt.png >+%%DATADIR%%/themes/default/locale/mu.png >+%%DATADIR%%/themes/default/locale/mv.png >+%%DATADIR%%/themes/default/locale/mw.png >+%%DATADIR%%/themes/default/locale/mx.png >+%%DATADIR%%/themes/default/locale/my.png >+%%DATADIR%%/themes/default/locale/mz.png >+%%DATADIR%%/themes/default/locale/na.png >+%%DATADIR%%/themes/default/locale/nc.png >+%%DATADIR%%/themes/default/locale/ne.png >+%%DATADIR%%/themes/default/locale/nf.png >+%%DATADIR%%/themes/default/locale/ng.png >+%%DATADIR%%/themes/default/locale/ni.png >+%%DATADIR%%/themes/default/locale/nl.png >+%%DATADIR%%/themes/default/locale/no.png >+%%DATADIR%%/themes/default/locale/np.png >+%%DATADIR%%/themes/default/locale/nr.png >+%%DATADIR%%/themes/default/locale/nu.png >+%%DATADIR%%/themes/default/locale/nz.png >+%%DATADIR%%/themes/default/locale/om.png >+%%DATADIR%%/themes/default/locale/pa.png >+%%DATADIR%%/themes/default/locale/pe.png >+%%DATADIR%%/themes/default/locale/pf.png >+%%DATADIR%%/themes/default/locale/pg.png >+%%DATADIR%%/themes/default/locale/ph.png >+%%DATADIR%%/themes/default/locale/pk.png >+%%DATADIR%%/themes/default/locale/pl.png >+%%DATADIR%%/themes/default/locale/pm.png >+%%DATADIR%%/themes/default/locale/pn.png >+%%DATADIR%%/themes/default/locale/pr.png >+%%DATADIR%%/themes/default/locale/ps.png >+%%DATADIR%%/themes/default/locale/pt.png >+%%DATADIR%%/themes/default/locale/pw.png >+%%DATADIR%%/themes/default/locale/py.png >+%%DATADIR%%/themes/default/locale/qa.png >+%%DATADIR%%/themes/default/locale/re.png >+%%DATADIR%%/themes/default/locale/ro.png >+%%DATADIR%%/themes/default/locale/rs.png >+%%DATADIR%%/themes/default/locale/ru.png >+%%DATADIR%%/themes/default/locale/rw.png >+%%DATADIR%%/themes/default/locale/sa.png >+%%DATADIR%%/themes/default/locale/sb.png >+%%DATADIR%%/themes/default/locale/sc.png >+%%DATADIR%%/themes/default/locale/sct.png >+%%DATADIR%%/themes/default/locale/sd.png >+%%DATADIR%%/themes/default/locale/se.png >+%%DATADIR%%/themes/default/locale/sg.png >+%%DATADIR%%/themes/default/locale/sh.png >+%%DATADIR%%/themes/default/locale/si.png >+%%DATADIR%%/themes/default/locale/sj.png >+%%DATADIR%%/themes/default/locale/sk.png >+%%DATADIR%%/themes/default/locale/sl.png >+%%DATADIR%%/themes/default/locale/sm.png >+%%DATADIR%%/themes/default/locale/sn.png >+%%DATADIR%%/themes/default/locale/so.png >+%%DATADIR%%/themes/default/locale/sr.png >+%%DATADIR%%/themes/default/locale/st.png >+%%DATADIR%%/themes/default/locale/sv.png >+%%DATADIR%%/themes/default/locale/sy.png >+%%DATADIR%%/themes/default/locale/sz.png >+%%DATADIR%%/themes/default/locale/tc.png >+%%DATADIR%%/themes/default/locale/td.png >+%%DATADIR%%/themes/default/locale/tf.png >+%%DATADIR%%/themes/default/locale/tg.png >+%%DATADIR%%/themes/default/locale/th.png >+%%DATADIR%%/themes/default/locale/tj.png >+%%DATADIR%%/themes/default/locale/tk.png >+%%DATADIR%%/themes/default/locale/tl.png >+%%DATADIR%%/themes/default/locale/tm.png >+%%DATADIR%%/themes/default/locale/tn.png >+%%DATADIR%%/themes/default/locale/to.png >+%%DATADIR%%/themes/default/locale/tr.png >+%%DATADIR%%/themes/default/locale/tt.png >+%%DATADIR%%/themes/default/locale/tv.png >+%%DATADIR%%/themes/default/locale/tw.png >+%%DATADIR%%/themes/default/locale/tz.png >+%%DATADIR%%/themes/default/locale/ua.png >+%%DATADIR%%/themes/default/locale/ug.png >+%%DATADIR%%/themes/default/locale/um.png >+%%DATADIR%%/themes/default/locale/us.png >+%%DATADIR%%/themes/default/locale/uy.png >+%%DATADIR%%/themes/default/locale/uz.png >+%%DATADIR%%/themes/default/locale/va.png >+%%DATADIR%%/themes/default/locale/vc.png >+%%DATADIR%%/themes/default/locale/ve.png >+%%DATADIR%%/themes/default/locale/vg.png >+%%DATADIR%%/themes/default/locale/vi.png >+%%DATADIR%%/themes/default/locale/vn.png >+%%DATADIR%%/themes/default/locale/vu.png >+%%DATADIR%%/themes/default/locale/wf.png >+%%DATADIR%%/themes/default/locale/wls.png >+%%DATADIR%%/themes/default/locale/ws.png >+%%DATADIR%%/themes/default/locale/ye.png >+%%DATADIR%%/themes/default/locale/yt.png >+%%DATADIR%%/themes/default/locale/za.png >+%%DATADIR%%/themes/default/locale/zm.png >+%%DATADIR%%/themes/default/locale/zw.png >+%%DATADIR%%/themes/default/md_progress_background.png >+%%DATADIR%%/themes/default/md_rip_banner.png >+%%DATADIR%%/themes/default/menu_cutlist.xml >+%%DATADIR%%/themes/default/menu_cutlist_compact.xml >+%%DATADIR%%/themes/default/menu_playback.xml >+%%DATADIR%%/themes/default/menu_playback_compact.xml >+%%DATADIR%%/themes/default/mono.png >+%%DATADIR%%/themes/default/musicscanner.png >+%%DATADIR%%/themes/default/mv_browse_background.png >+%%DATADIR%%/themes/default/mv_browse_selector.png >+%%DATADIR%%/themes/default/mv_filerequest.png >+%%DATADIR%%/themes/default/mv_itemdetail_popup.png >+%%DATADIR%%/themes/default/mv_level_high.png >+%%DATADIR%%/themes/default/mv_level_low.png >+%%DATADIR%%/themes/default/mv_level_lowest.png >+%%DATADIR%%/themes/default/mv_level_medium.png >+%%DATADIR%%/themes/default/mv_level_none.png >+%%DATADIR%%/themes/default/mv_results_popup.png >+%%DATADIR%%/themes/default/mythdialogbox-background.png >+%%DATADIR%%/themes/default/mythfilebrowser-background.png >+%%DATADIR%%/themes/default/mythprogressdialog-background.png >+%%DATADIR%%/themes/default/noartwork.png >+%%DATADIR%%/themes/default/noartwork512.png >+%%DATADIR%%/themes/default/notification-ui.xml >+%%DATADIR%%/themes/default/osd.xml >+%%DATADIR%%/themes/default/osd_subtitle.xml >+%%DATADIR%%/themes/default/pd-background.png >+%%DATADIR%%/themes/default/pf-background.png >+%%DATADIR%%/themes/default/pf-lines.png >+%%DATADIR%%/themes/default/pf-sel1.png >+%%DATADIR%%/themes/default/pf-sel2.png >+%%DATADIR%%/themes/default/pf-sel3.png >+%%DATADIR%%/themes/default/pf-top.png >+%%DATADIR%%/themes/default/pf-topbackground.png >+%%DATADIR%%/themes/default/playlist_yes.png >+%%DATADIR%%/themes/default/preview.png >+%%DATADIR%%/themes/default/processing.png >+%%DATADIR%%/themes/default/progressbar_background.png >+%%DATADIR%%/themes/default/progressbar_fill.png >+%%DATADIR%%/themes/default/progressbar_fill2.png >+%%DATADIR%%/themes/default/reclist_background.png >+%%DATADIR%%/themes/default/recordings-ui.xml >+%%DATADIR%%/themes/default/right_arrow.png >+%%DATADIR%%/themes/default/rightarrow.png >+%%DATADIR%%/themes/default/rk-background.png >+%%DATADIR%%/themes/default/rk-lines.png >+%%DATADIR%%/themes/default/rk-selectbar.png >+%%DATADIR%%/themes/default/schedule-ui.xml >+%%DATADIR%%/themes/default/schedule_conflict.png >+%%DATADIR%%/themes/default/schedule_disabled.png >+%%DATADIR%%/themes/default/schedule_other.png >+%%DATADIR%%/themes/default/schedule_record.png >+%%DATADIR%%/themes/default/schedule_recording.png >+%%DATADIR%%/themes/default/selectbar.png >+%%DATADIR%%/themes/default/settings-ui.xml >+%%DATADIR%%/themes/default/shared/0_stars.png >+%%DATADIR%%/themes/default/shared/10_stars.png >+%%DATADIR%%/themes/default/shared/1_stars.png >+%%DATADIR%%/themes/default/shared/2_stars.png >+%%DATADIR%%/themes/default/shared/3_stars.png >+%%DATADIR%%/themes/default/shared/4_stars.png >+%%DATADIR%%/themes/default/shared/5_stars.png >+%%DATADIR%%/themes/default/shared/6_stars.png >+%%DATADIR%%/themes/default/shared/7_stars.png >+%%DATADIR%%/themes/default/shared/8_stars.png >+%%DATADIR%%/themes/default/shared/9_stars.png >+%%DATADIR%%/themes/default/shared/directory.png >+%%DATADIR%%/themes/default/shared/executable.png >+%%DATADIR%%/themes/default/shared/file.png >+%%DATADIR%%/themes/default/shared/folder-reg.png >+%%DATADIR%%/themes/default/shared/folder-sel.png >+%%DATADIR%%/themes/default/shared/grid_back_reg.png >+%%DATADIR%%/themes/default/shared/grid_back_sel.png >+%%DATADIR%%/themes/default/shared/grid_noimage.png >+%%DATADIR%%/themes/default/shared/movie-reg.png >+%%DATADIR%%/themes/default/shared/movie-sel.png >+%%DATADIR%%/themes/default/shared/secure.png >+%%DATADIR%%/themes/default/shared/unsecure.png >+%%DATADIR%%/themes/default/shared/updirectory.png >+%%DATADIR%%/themes/default/small_watched.png >+%%DATADIR%%/themes/default/solid-container.png >+%%DATADIR%%/themes/default/solid-cr-background.png >+%%DATADIR%%/themes/default/sr-background.png >+%%DATADIR%%/themes/default/status-bar.png >+%%DATADIR%%/themes/default/status-ui.xml >+%%DATADIR%%/themes/default/stereo.png >+%%DATADIR%%/themes/default/subs.png >+%%DATADIR%%/themes/default/subs_onscreen.png >+%%DATADIR%%/themes/default/surround.png >+%%DATADIR%%/themes/default/text_button_off.png >+%%DATADIR%%/themes/default/text_button_on.png >+%%DATADIR%%/themes/default/text_button_pushed.png >+%%DATADIR%%/themes/default/topleft.png >+%%DATADIR%%/themes/default/trans-backup.png >+%%DATADIR%%/themes/default/trans-container.png >+%%DATADIR%%/themes/default/trans-cr-background.png >+%%DATADIR%%/themes/default/trans-rk-background.png >+%%DATADIR%%/themes/default/trans-sr-background.png >+%%DATADIR%%/themes/default/unchecked.png >+%%DATADIR%%/themes/default/unchecked_high.png >+%%DATADIR%%/themes/default/up_arrow.png >+%%DATADIR%%/themes/default/uparrow.png >+%%DATADIR%%/themes/default/very_wide_button_background.png >+%%DATADIR%%/themes/default/very_wide_button_pushed_background.png >+%%DATADIR%%/themes/default/very_wide_button_selected_background.png >+%%DATADIR%%/themes/default/video-ui.xml >+%%DATADIR%%/themes/default/warning.png >+%%DATADIR%%/themes/default/watched.png >+%%DATADIR%%/themes/default/welcome-ui.xml >+%%DATADIR%%/themes/default/wide.png >+%%DATADIR%%/themes/default/wide_button_background.png >+%%DATADIR%%/themes/default/wide_button_pushed_background.png >+%%DATADIR%%/themes/default/wide_button_selected_background.png >+%%DATADIR%%/themes/defaultmenu/info_menu.xml >+%%DATADIR%%/themes/defaultmenu/info_settings.xml >+%%DATADIR%%/themes/defaultmenu/library.xml >+%%DATADIR%%/themes/defaultmenu/main_settings.xml >+%%DATADIR%%/themes/defaultmenu/mainmenu.xml >+%%DATADIR%%/themes/defaultmenu/manage_recordings.xml >+%%DATADIR%%/themes/defaultmenu/media_settings.xml >+%%DATADIR%%/themes/defaultmenu/optical_menu.xml >+%%DATADIR%%/themes/defaultmenu/recpriorities_settings.xml >+%%DATADIR%%/themes/defaultmenu/themeinfo.xml >+%%DATADIR%%/themes/defaultmenu/tv_lists.xml >+%%DATADIR%%/themes/defaultmenu/tv_schedule.xml >+%%DATADIR%%/themes/defaultmenu/tv_search.xml > %%DATADIR%%/themes/defaultmenu/tv_settings.xml > %%DATADIR%%/themes/defaultmenu/tvmenu.xml > %%DATADIR%%/themes/defaultmenu/util_menu.xml
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219149
:
182413
|
182439
|
182440
|
182459
|
182499
|
182501
|
182503
|
182636
|
182638
|
182716
|
182725
|
182739
|
182742
|
182752
|
182773
|
182777
|
182780
|
182783
|
182785
|
182786
|
184585