FreeBSD Bugzilla – Attachment 92836 Details for
Bug 130592
port update: multimedia/freevo update to 1.8.3
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 149.15 KB, created by
J.R. Oldroyd
on 2009-01-15 18:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
J.R. Oldroyd
Created:
2009-01-15 18:40:00 UTC
Size:
149.15 KB
patch
obsolete
>diff -ruN /usr/ports/multimedia/freevo/Makefile multimedia/freevo/Makefile >--- /usr/ports/multimedia/freevo/Makefile 2008-06-25 14:15:36.000000000 -0400 >+++ multimedia/freevo/Makefile 2009-01-15 13:20:39.000000000 -0500 >@@ -6,8 +6,7 @@ > # > > PORTNAME= freevo >-PORTVERSION= 1.5.4 >-PORTREVISION= 5 >+PORTVERSION= 1.8.3 > CATEGORIES= multimedia > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= freevo >@@ -15,124 +14,55 @@ > MAINTAINER= fbsd@opal.com > COMMENT= Open source digital jukebox > >-.ifdef NOPORTDOCS >-BROKEN= bad plist >-.endif >- >-RUN_DEPENDS= aumix:${PORTSDIR}/audio/aumix \ >- ${PYTHON_SITELIBDIR}/pyosd/__init__.py:${PORTSDIR}/misc/py-osd \ >+RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer \ >+ mencoder:${PORTSDIR}/multimedia/mencoder \ >+ aumix:${PORTSDIR}/audio/aumix \ >+ tv_cat:${PORTSDIR}/textproc/p5-xmltv \ >+ ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml \ >+ ${PYTHON_SITELIBDIR}/kaa/__init__.py:${PORTSDIR}/multimedia/py-kaa-base \ >+ ${PYTHON_SITELIBDIR}/kaa/imlib2/__init__.py:${PORTSDIR}/multimedia/py-kaa-imlib2 \ >+ ${PYTHON_SITELIBDIR}/kaa/metadata/__init__.py:${PORTSDIR}/multimedia/py-kaa-metadata \ >+ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup \ > ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ > ${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging \ > ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twisted \ >- ${PYTHON_SITELIBDIR}/mmpython/__init__.py:${PORTSDIR}/multimedia/mmpython \ >- ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml \ >+ ${PYTHON_SITELIBDIR}/numeric/__init__.py:${PORTSDIR}/math/py-numeric >+ >+FREEVO_USER= freevo >+FREEVO_GROUP= ${FREEVO_USER} >+FREEVO_UID= 523 >+FREEVO_GID= ${FREEVO_UID} >+FREEVO_HOME= /var/db/${FREEVO_USER} > > NO_BUILD= yes >-SUB_LIST+= PORTVERSION=${PORTVERSION} >-SUB_FILES= pkg-message >+SUB_LIST+= PORTVERSION=${PORTVERSION} \ >+ FREEVO_USER=${FREEVO_USER} \ >+ FREEVO_GROUP=${FREEVO_GROUP} \ >+ FREEVO_UID=${FREEVO_UID} \ >+ FREEVO_GID=${FREEVO_GID} \ >+ FREEVO_HOME=${FREEVO_HOME} >+SUB_FILES= pkg-message pkg-install pkg-deinstall > >-USE_GETTEXT= yes > USE_PYTHON= yes > USE_PYDISTUTILS= yes >-PKGINSTALL= pkg-install > >-DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} >-CONF= ${PREFIX}/etc/${PORTNAME} >+USE_RC_SUBR= ${PORTNAME} >+RC_SCRIPT= ${PREFIX}/etc/rc.d/${PORTNAME} > >-OPTIONS= MPLAYER "Enable mplayer video playback support" On \ >- XINE "Enable xine video playback support" On \ >- MAME "Enable xmame game support" Off \ >- SNES9X "Enable snes9x game support" Off \ >- ZSNES "Enable zsnes game support" Off \ >- XMLTV "Enable TV guide listings support" On \ >- CDPARANOIA "Enable cdparanoia audio extraction support" On \ >- LAME "Enable lame MP3 encoding support" On \ >- OGG "Enable Ogg Vorbis encoding support" On \ >- FLAC "Enable FLAC encoding support" Off \ >- LIRC "Enable lirc remote control support" On >+DOCSDIR= ${PREFIX}/share/doc/${DISTNAME} >+CONFDIR= ${PREFIX}/etc/${PORTNAME} > > .include <bsd.port.pre.mk> > >-### >-# AUTODETECTION >-### >- >-.if exists(${LOCALBASE}/bin/xmame) && !defined(WITHOUT_MAME) >-WITH_MAME= YES >-.endif >- >-.if exists(${LOCALBASE}/bin/snes9x) && !defined(WITHOUT_SNES9X) >-WITH_SNES9X= YES >-.endif >- >-.if exists(${LOCALBASE}/bin/zsnes) && !defined(WITHOUT_ZSNES) >-WITH_ZSNES= YES >-.endif >- >-.if exists(${LOCALBASE}/bin/flac) && !defined(WITHOUT_FLAC) >-WITH_FLAC= YES >-.endif >- >-### >-# CONFIGURE RUN_DEPENDS >-### >- >-.if !defined(WITHOUT_MPLAYER) >-RUN_DEPENDS+= mplayer:${PORTSDIR}/multimedia/mplayer >-.endif >- >-.if !defined(WITHOUT_XINE) >-RUN_DEPENDS+= xine:${PORTSDIR}/multimedia/xine >-.endif >- >-.if defined(WITH_MAME) >-RUN_DEPENDS+= xmame:${PORTSDIR}/emulators/xmame >-.endif >- >-.if defined(WITH_SNES9X) >-RUN_DEPENDS+= snes9x:${PORTSDIR}/emulators/snes9x >-.endif >- >-.if defined(WITH_ZSNES) >-RUN_DEPENDS+= zsnes:${PORTSDIR}/emulators/zsnes >-.endif >- >-.if !defined(WITHOUT_XMLTV) >-RUN_DEPENDS+= tv_cat:${PORTSDIR}/textproc/p5-xmltv >-.endif >- >-.if !defined(WITHOUT_CDPARANOIA) >-RUN_DEPENDS+= cdparanoia:${PORTSDIR}/audio/cdparanoia >-.endif >- >-.if !defined(WITHOUT_LAME) >-RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame >-.endif >- >-.if !defined(WITHOUT_OGG) >-RUN_DEPENDS+= oggenc:${PORTSDIR}/audio/vorbis-tools >-.endif >- >-.if defined(WITH_FLAC) >-RUN_DEPENDS+= flac:${PORTSDIR}/audio/flac >-.endif >- >-.if !defined(WITHOUT_LIRC) >-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pylircmodule.so:${PORTSDIR}/comms/py-lirc >-.endif >- > post-patch: > @${REINPLACE_CMD} -e 's|/etc/freevo|${PREFIX}/etc/freevo|' ${WRKSRC}/freevo_config.py > @${REINPLACE_CMD} -e 's|/etc/freevo|${PREFIX}/etc/freevo|' ${WRKSRC}/local_conf.py.example > >-pre-install: >- @BATCH="${BATCH}" ${SH} ${PKGINSTALL} PRE-INSTALL >- > post-install: >- @${MKDIR} ${CONF} && ${CHMOD} a+rx ${CONF} >- ${INSTALL_DATA} ${WRKSRC}/local_conf.py.example ${CONF} >- @${SED} 's|%%PREFIX%%|${PREFIX}|' ${FILESDIR}/freevo.sh.sample > ${WRKDIR}/freevo.sh.sample >- ${INSTALL_SCRIPT} ${WRKDIR}/freevo.sh.sample ${PREFIX}/etc/rc.d/ >- @${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE} >+ @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL >+ ${MKDIR} ${CONFDIR} >+ ${CHMOD} a+rx ${CONFDIR} >+ ${INSTALL_DATA} ${WRKSRC}/local_conf.py.example ${CONFDIR} >+ @${CAT} ${PKGMESSAGE} > > .include <bsd.port.post.mk> >diff -ruN /usr/ports/multimedia/freevo/distinfo multimedia/freevo/distinfo >--- /usr/ports/multimedia/freevo/distinfo 2006-02-07 17:48:19.000000000 -0500 >+++ multimedia/freevo/distinfo 2009-01-10 15:57:05.000000000 -0500 >@@ -1,3 +1,3 @@ >-MD5 (freevo-1.5.4.tar.gz) = 22ada48e84e5e3d7f80110c842ed18ca >-SHA256 (freevo-1.5.4.tar.gz) = d9a7c9455a94c281acb8c5e3f0fc68e4289af7a557af413db2244a254dd48090 >-SIZE (freevo-1.5.4.tar.gz) = 4425484 >+MD5 (freevo-1.8.3.tar.gz) = 817ae34cca78b57970ce1bbb58e19ce3 >+SHA256 (freevo-1.8.3.tar.gz) = ef9491f0d6c40ba4027266ef577f05cb77be49e68e307b67d1f917e9430eefa4 >+SIZE (freevo-1.8.3.tar.gz) = 26713301 >diff -ruN /usr/ports/multimedia/freevo/files/freevo-rcsubr.in multimedia/freevo/files/freevo-rcsubr.in >--- /usr/ports/multimedia/freevo/files/freevo-rcsubr.in 1969-12-31 19:00:00.000000000 -0500 >+++ multimedia/freevo/files/freevo-rcsubr.in 2009-01-13 21:46:52.000000000 -0500 >@@ -0,0 +1,61 @@ >+#!/bin/sh >+ >+# PROVIDE: freevo >+# REQUIRE: DAEMON >+# KEYWORD: shutdown >+# >+# Uses the following /etc/rc.conf variables: >+# freevo_enable="YES" master on/off >+# freevo_recordserver_enable="YES" start freevo record server >+# freevo_webserver_enable="YES" start freevo web server >+# freevo_gui_enable="YES" start freevo GUI >+# >+ >+. /etc/rc.subr >+ >+name=freevo >+rcvar=`set_rcvar` >+ >+load_rc_config $name >+: ${freevo_enable="NO"} >+: ${freevo_recordserver_enable="NO"} >+: ${freevo_webserver_enable="NO"} >+: ${freevo_gui_enable="NO"} >+ >+freevo_user=${freevo_user:-"freevo"} >+freevo_group=${freevo_group:-"freevo"} >+freevo_uid=`pw usershow ${freevo_user} | awk -F: '{print $3}'` >+ >+command=%%PREFIX%%/bin/freevo >+command_interpreter=%%PREFIX%%/bin/python2.5 >+_interpbn=python >+ >+case "$1" in >+fast*) freevo_cmd=`expr "$1" : 'fast\(.*\)'` ;; >+*) freevo_cmd="$1" ;; >+esac >+ >+name=freevo_recordserver >+rcvar=${name}_enable >+eval ${name}_user=${freevo_user} >+eval ${name}_group=${freevo_group} >+pidfile=/var/run/freevo/recordserver-${freevo_uid}.pid >+command_args="recordserver ${freevo_cmd}" >+run_rc_command "$1" >+ >+name=freevo_webserver >+rcvar=${name}_enable >+eval ${name}_user=${freevo_user} >+eval ${name}_group=${freevo_group} >+pidfile=/var/run/freevo/webserver-${freevo_uid}.pid >+command_args="webserver ${freevo_cmd}" >+run_rc_command "$1" >+ >+name=freevo_gui >+rcvar=${name}_enable >+eval ${name}_user=${freevo_user} >+eval ${name}_group=${freevo_group} >+pidfile=/var/run/freevo/freevo-${freevo_uid}.pid >+command_args="${freevo_cmd}" >+run_rc_command "$1" >+ >diff -ruN /usr/ports/multimedia/freevo/files/freevo.in multimedia/freevo/files/freevo.in >--- /usr/ports/multimedia/freevo/files/freevo.in 1969-12-31 19:00:00.000000000 -0500 >+++ multimedia/freevo/files/freevo.in 2009-01-11 15:57:07.000000000 -0500 >@@ -0,0 +1,55 @@ >+#!/bin/sh >+ >+# PROVIDE: freevo >+# REQUIRE: DAEMON lircd >+# KEYWORD: shutdown >+# >+# Uses the following /etc/rc.conf variables: >+# freevo_enable="YES" master on/off >+# freevo_recordserver_enable="YES" start freevo record server >+# freevo_webserver_enable="YES" start freevo web server >+# freevo_gui_enable="YES" start freevo GUI >+# >+ >+. /etc/rc.subr >+ >+name=freevo >+rcvar=`set_rcvar` >+ >+load_rc_config $name >+: ${freevo_enable="NO"} >+: ${freevo_recordserver_enable="NO"} >+: ${freevo_webserver_enable="NO"} >+: ${freevo_gui_enable="NO"} >+ >+freevo_user=${freevo_user:-"freevo"} >+freevo_group=${freevo_group:-"freevo"} >+freevo_uid=`pw usershow ${freevo_user} | awk -F: '{print $3}'` >+freevo_dir=`pw usershow ${freevo_user} | awk -F: '{print $9}'` >+ >+command=%%PREFIX%%/bin/freevo >+command_interpreter="%%PREFIX%%/bin/python2.5" >+ >+cd ${freevo_dir} >+ >+case "$1" in >+start) >+ [ ${freevo_recordserver_enable} = "YES" ] && su ${freevo_user} -c "${command} recordserver start" >+ [ ${freevo_webserver_enable} = "YES" ] && su ${freevo_user} -c "${command} webserver start" >+ [ ${freevo_gui_enable} = "YES" ] && su ${freevo_user} -c "${command} start" >+ ;; >+stop) >+ [ ${freevo_recordserver_enable} = "YES" ] && su ${freevo_user} -c "${command} recordserver stop" >+ [ ${freevo_webserver_enable} = "YES" ] && su ${freevo_user} -c "${command} webserver stop" >+ [ ${freevo_gui_enable} = "YES" ] && su ${freevo_user} -c "${command} stop" >+ ;; >+restart) >+ [ ${freevo_recordserver_enable} = "YES" ] && su ${freevo_user} -c "${command} recordserver stop" >+ [ ${freevo_webserver_enable} = "YES" ] && su ${freevo_user} -c "${command} webserver stop" >+ [ ${freevo_gui_enable} = "YES" ] && su ${freevo_user} -c "${command} stop" >+ [ ${freevo_recordserver_enable} = "YES" ] && su ${freevo_user} -c "${command} recordserver start" >+ [ ${freevo_webserver_enable} = "YES" ] && su ${freevo_user} -c "${command} webserver start" >+ [ ${freevo_gui_enable} = "YES" ] && su ${freevo_user} -c "${command} start" >+ ;; >+esac >+ >diff -ruN /usr/ports/multimedia/freevo/files/freevo.sh.sample multimedia/freevo/files/freevo.sh.sample >--- /usr/ports/multimedia/freevo/files/freevo.sh.sample 2004-11-23 17:31:56.000000000 -0500 >+++ multimedia/freevo/files/freevo.sh.sample 1969-12-31 19:00:00.000000000 -0500 >@@ -1,26 +0,0 @@ >-#!/bin/sh >- >-PREFIX=%%PREFIX%% >-RUN="/usr/bin/su freevo -c" >-PATH=${PATH}:%%PREFIX%%/bin >- >-case "$1" in >-start) >- ${RUN} "${PREFIX}/bin/freevo recordserver start" \ >- && echo -n " freevo-recordserver" >- ${RUN} "${PREFIX}/bin/freevo webserver start" \ >- && echo -n " freevo-webserver" >- ${RUN} "${PREFIX}/bin/freevo -fs start" > /dev/null 2>&1 & >- echo -n " freevo" >- ;; >-stop) >- ${RUN} "${PREFIX}/bin/freevo stop" >- ${RUN} "${PREFIX}/bin/freevo webserver stop" >- ${RUN} "${PREFIX}/bin/freevo recordserver stop" >- ;; >-*) >- echo "Usage: `basename $0` {start|stop}" >&2 >- ;; >-esac >- >-exit 0 >diff -ruN /usr/ports/multimedia/freevo/files/patch-freevo multimedia/freevo/files/patch-freevo >--- /usr/ports/multimedia/freevo/files/patch-freevo 1969-12-31 19:00:00.000000000 -0500 >+++ multimedia/freevo/files/patch-freevo 2009-01-14 15:28:27.000000000 -0500 >@@ -0,0 +1,20 @@ >+--- freevo.orig 2009-01-11 15:50:59.000000000 -0500 >++++ freevo 2009-01-13 21:39:10.000000000 -0500 >+@@ -156,7 +156,7 @@ >+ get pid of running 'name' >+ """ >+ _debug_('getpid(name=%r, arg=%r)' % (name, arg)) >+- for fname in ('/var/run/' + name + '-%s.pid' % os.getuid(), >++ for fname in ('/var/run/freevo/' + name + '-%s.pid' % os.getuid(), >+ '/tmp/' + name + '-%s.pid' % os.getuid()): >+ if os.path.isfile(fname): >+ f = open(fname) >+@@ -259,7 +259,7 @@ >+ if pid: >+ if store: >+ try: >+- f = open('/var/run/' + name + '-%s.pid' % os.getuid(), 'w') >++ f = open('/var/run/freevo/' + name + '-%s.pid' % os.getuid(), 'w') >+ except (OSError, IOError): >+ f = open('/tmp/' + name + '-%s.pid' % os.getuid(), 'w') >+ >diff -ruN /usr/ports/multimedia/freevo/files/patch-local_conf.py.example multimedia/freevo/files/patch-local_conf.py.example >--- /usr/ports/multimedia/freevo/files/patch-local_conf.py.example 2005-10-03 18:03:24.000000000 -0400 >+++ multimedia/freevo/files/patch-local_conf.py.example 1969-12-31 19:00:00.000000000 -0500 >@@ -1,61 +0,0 @@ >---- local_conf.py.example Mon Jan 24 00:04:02 2005 >-+++ local_conf.py.example Tue Sep 20 20:24:12 2005 >-@@ -92,6 +92,15 @@ >- # ENABLE_SHUTDOWN_SYS = 0 >- >- # >-+# FreeBSD shutdown-specific options. >-+# >-+# SHUTDOWN_SYS_CMD = '/sbin/shutdown -p now' >-+# RESTART_SYS_CMD = '/sbin/shutdown -r now' >-+# >-+# You might consider installing sudo and having: >-+# SHUTDOWN_SYS_CMD = '/usr/local/bin/sudo /sbin/...' >-+ >-+# >- # You can add more keybindings by adding them to the correct hash. >- # e.g. If you want to send 'contrast -100' to mplayer by pressing the '1' key, >- # just add the following line: >-@@ -126,6 +135,7 @@ >- # Freevo can write to. >- # >- # OVERLAY_DIR = os.path.join(FREEVO_CACHEDIR, 'vfs') >-+OVERLAY_DIR = os.path.join(FREEVO_CACHEDIR, 'vfs') >- >- # >- # Umask setting for all files. >-@@ -133,6 +143,7 @@ >- # installation with different users, set this to 002 >- # >- # UMASK = 022 >-+UMASK = 002 >- >- # >- # Suffix for playlist files >-@@ -195,6 +206,18 @@ >- # Enable this for joystick support: >- # plugin.activate('joy') >- >-+# >-+# Extra FreeBSD default plugins (all detailed on the Freevo Wiki's >-+# PluginInfo page): >-+plugin.activate('idlebar') >-+#plugin.activate('idlebar.mail') >-+plugin.activate('idlebar.tv') >-+#plugin.activate('idlebar.weather', level=30, args=('CODE')) >-+plugin.activate('idlebar.clock') >-+plugin.activate('idlebar.cdstatus') >-+plugin.activate('idlebar.holidays') >-+plugin.activate('idlebar.sensors') >-+ >- # ====================================================================== >- # Freevo directory settings: >- # ====================================================================== >-@@ -231,6 +254,7 @@ >- # Smart sorting ignores the word "The" in item names. >- # >- # DIRECTORY_SMART_SORT = 0 >-+DIRECTORY_SMART_SORT = 1 >- >- # >- # Should Freevo autoplay an item if only one item is in the directory? >diff -ruN /usr/ports/multimedia/freevo/files/patch-src-plugins-autoshutdown.py multimedia/freevo/files/patch-src-plugins-autoshutdown.py >--- /usr/ports/multimedia/freevo/files/patch-src-plugins-autoshutdown.py 1969-12-31 19:00:00.000000000 -0500 >+++ multimedia/freevo/files/patch-src-plugins-autoshutdown.py 2009-01-14 15:28:41.000000000 -0500 >@@ -0,0 +1,11 @@ >+--- src/plugins/autoshutdown.py.orig 2008-03-22 07:42:02.000000000 -0400 >++++ src/plugins/autoshutdown.py 2009-01-13 21:39:21.000000000 -0500 >+@@ -632,7 +632,7 @@ >+ @returns: True/False >+ """ >+ _debug_('__is_recordserver_remote()', 2) >+- if len(glob.glob('/var/run/recordserver*.pid')) > 0: >++ if len(glob.glob('/var/run/freevo/recordserver*.pid')) > 0: >+ return False >+ elif len(glob.glob('/tmp/recordserver*.pid')) > 0: >+ return False >diff -ruN /usr/ports/multimedia/freevo/files/patch-src-plugins-rom_drives.py multimedia/freevo/files/patch-src-plugins-rom_drives.py >--- /usr/ports/multimedia/freevo/files/patch-src-plugins-rom_drives.py 2006-04-03 02:48:04.000000000 -0400 >+++ multimedia/freevo/files/patch-src-plugins-rom_drives.py 1969-12-31 19:00:00.000000000 -0500 >@@ -1,11 +0,0 @@ >---- src/plugins/rom_drives.py.orig Sun Oct 16 18:18:49 2005 >-+++ src/plugins/rom_drives.py Sun Feb 26 17:59:30 2006 >-@@ -70,7 +70,7 @@ >- # FreeBSD ioctls - there is no CDROM.py... >- CDIOCEJECT = 0x20006318 >- CDIOCCLOSE = 0x2000631c >-- CDIOREADTOCENTRYS = 0xc0086305 >-+ CDIOREADTOCENTRYS = -1073192187 >- CD_LBA_FORMAT = 1 >- CD_MSF_FORMAT = 2 >- CDS_NO_DISC = 1 >diff -ruN /usr/ports/multimedia/freevo/files/patch-src-www-configlib.py multimedia/freevo/files/patch-src-www-configlib.py >--- /usr/ports/multimedia/freevo/files/patch-src-www-configlib.py 1969-12-31 19:00:00.000000000 -0500 >+++ multimedia/freevo/files/patch-src-www-configlib.py 2009-01-14 15:28:57.000000000 -0500 >@@ -0,0 +1,11 @@ >+--- src/www/configlib.py.orig 2008-02-21 15:49:20.000000000 -0500 >++++ src/www/configlib.py 2009-01-13 21:39:28.000000000 -0500 >+@@ -53,7 +53,7 @@ >+ """ >+ get pid of running 'name' >+ """ >+- for fname in ('/var/run/' + name + '-%s.pid' % os.getuid(), >++ for fname in ('/var/run/freevo/' + name + '-%s.pid' % os.getuid(), >+ '/tmp/' + name + '-%s.pid' % os.getuid()): >+ if os.path.isfile(fname): >+ f = open(fname) >diff -ruN /usr/ports/multimedia/freevo/files/pkg-deinstall.in multimedia/freevo/files/pkg-deinstall.in >--- /usr/ports/multimedia/freevo/files/pkg-deinstall.in 1969-12-31 19:00:00.000000000 -0500 >+++ multimedia/freevo/files/pkg-deinstall.in 2009-01-15 12:50:07.000000000 -0500 >@@ -0,0 +1,25 @@ >+#!/bin/sh >+# warn about manually removing user/group/homedir and log/rundirs >+ >+user=%%FREEVO_USER%% >+group=%%FREEVO_GROUP%% >+home=%%FREEVO_HOME%% >+ >+if [ "$2" = "POST-DEINSTALL" ]; then >+ if pw usershow "$user" >/dev/null 2>&1; then >+ echo "Warning: if this is a final deinstall, remove user \"$user\" manually" >+ fi >+ if pw groupshow "$group" >/dev/null 2>&1; then >+ echo "Warning: if this is a final deinstall, remove group \"$group\" manually" >+ fi >+ if [ -d "$home" ]; then >+ echo "Warning: if this is a final deinstall, remove directory \"$home\" manually" >+ fi >+ if [ -d "/var/log/freevo" ]; then >+ echo "Warning: if this is a final deinstall, remove directory \"/var/log/freevo\" manually" >+ fi >+ if [ -d "/var/run/freevo" ]; then >+ echo "Warning: if this is a final deinstall, remove directory \"/var/run/freevo\" manually" >+ fi >+fi >+ >diff -ruN /usr/ports/multimedia/freevo/files/pkg-install.in multimedia/freevo/files/pkg-install.in >--- /usr/ports/multimedia/freevo/files/pkg-install.in 1969-12-31 19:00:00.000000000 -0500 >+++ multimedia/freevo/files/pkg-install.in 2009-01-13 22:15:27.000000000 -0500 >@@ -0,0 +1,52 @@ >+#!/bin/sh >+# create freevo user/group/homedir and log/rundirs >+ >+user=%%FREEVO_USER%% >+group=%%FREEVO_GROUP%% >+uid=%%FREEVO_UID%% >+gid=%%FREEVO_GID%% >+home=%%FREEVO_HOME%% >+ >+export PATH=/bin:/usr/bin:/sbin:/usr/sbin >+ >+if [ "$1" = "PRE-INSTALL" ]; then >+ if pw groupshow "$group" 2>/dev/null; then >+ echo "You already have a group \"$group\", so I will use it." >+ else >+ echo "Creating group \"$group\"..." >+ pw groupadd $group -g $gid || exit 1 >+ fi >+ >+ if pw usershow "$user" 2>/dev/null; then >+ echo "You already have a user \"$user\", so I will use it." >+ else >+ echo "Creating user \"$user\"..." >+ pw useradd $user -u $uid -g $group -d $home -s /bin/sh \ >+ -c "Freevo Owner" || exit 1 >+ fi >+ >+ if [ -d "$home" ]; then >+ echo "You already have a freevo home directory \"$home\", so I will use it." >+ else >+ echo "Creating freevo home directory \"$home\"..." >+ mkdir -p $home >+ chown $user:$group $home >+ fi >+ >+ if [ -d "/var/log/freevo" ]; then >+ echo "You already have a freevo log directory \"/var/log/freevo\", so I will use it." >+ else >+ echo "Creating freevo log directory \"/var/log/freevo\"..." >+ mkdir -p /var/log/freevo >+ chown $user:$group /var/log/freevo >+ fi >+ >+ if [ -d "/var/run/freevo" ]; then >+ echo "You already have a freevo log directory \"/var/run/freevo\", so I will use it." >+ else >+ echo "Creating freevo run directory \"/var/run/freevo\"..." >+ mkdir -p /var/run/freevo >+ chown $user:$group /var/run/freevo >+ fi >+fi >+ >diff -ruN /usr/ports/multimedia/freevo/files/pkg-message.in multimedia/freevo/files/pkg-message.in >--- /usr/ports/multimedia/freevo/files/pkg-message.in 2006-04-03 02:48:04.000000000 -0400 >+++ multimedia/freevo/files/pkg-message.in 2009-01-15 13:10:36.000000000 -0500 >@@ -3,21 +3,39 @@ > Freevo is now installed. It might be a good idea to read the docs > in %%PREFIX%%/share/doc/freevo-%%PORTVERSION%% > >- By default Freevo is configured with a single VFS in /var/db/cache. >- You can use this by adding users to the freevo group. >- >- To get up and running quickly try: freevo setup && freevo --help >+*********************************************************************** > >- Freevo can be configured to start on boot by using the sample >- startup script in %%PREFIX%%/etc/rc.d/freevo.sh.sample >+ You will need to ensure that the directory %%FREEVO_HOME%%/tv is on >+ a filesystem with lots of space. The default location may not be >+ adequate. One possibility is to create a freevo TV directory on a >+ suitable filesystem, then create a symlink to it from %%FREEVO_HOME%%/tv. > > *********************************************************************** > >- IMPORTANT: Freevo requires procfs to be mounted on /proc. You can >- do this by adding the following entry to your /etc/fstab: >+ Freevo requires procfs to be mounted on /proc. You can do this by >+ adding the following entry to your /etc/fstab: >+ >+ proc /proc procfs rw 0 0 > >- proc /proc procfs rw 1 1 >+ Without this freevo will not shut down correctly. >+ >+*********************************************************************** > >- WITHOUT THIS FREEVO WILL NOT SHUT DOWN CORRECTLY! >+ To get freevo up and running copy and edit: >+ %%PREFIX%%/etc/freevo/local_conf.py.example >+ then: >+ su freevo >+ freevo setup >+ freevo start recordserver >+ freevo start >+ and also: >+ freevo --help >+ >+ Freevo can be configured to start on boot by setting the following >+ variables in /etc/rc.conf: >+ freevo_enable="YES" enables Freevo subsystem >+ freevo_recordserver_enable="YES" starts record server >+ freevo_webserver_enable="YES" starts record server >+ freevo_gui_enable="YES" starts Freevo GUI > > *********************************************************************** >diff -ruN /usr/ports/multimedia/freevo/pkg-deinstall multimedia/freevo/pkg-deinstall >--- /usr/ports/multimedia/freevo/pkg-deinstall 2004-11-23 17:31:56.000000000 -0500 >+++ multimedia/freevo/pkg-deinstall 1969-12-31 19:00:00.000000000 -0500 >@@ -1,64 +0,0 @@ >-#!/bin/sh >-# Stolen from mail/nullmailer >- >-user=freevo >-group=freevo >-home=/var/db/freevo >- >-ask() { >- local question default answer >- >- question=$1 >- default=$2 >- if [ -z "${PACKAGE_BUILDING}" ]; then >- read -p "${question} [${default}]? " answer >- fi >- if [ x${answer} = x ]; then >- answer=${default} >- fi >- echo ${answer} >-} >- >-yesno() { >- local dflt question answer >- >- question=$1 >- dflt=$2 >- while :; do >- answer=$(ask "${question}" "${dflt}") >- case "${answer}" in >- [Yy]*) return 0;; >- [Nn]*) return 1;; >- esac >- echo "Please answer yes or no." >- done >-} >- >-delete_account() { >- local u g home >- >- u=$1 >- g=$2 >- if yesno "Do you want me to remove group \"${g}\"" y; then >- pw groupdel -n ${g} >- echo "Done." >- fi >- if yesno "Do you want me to remove user \"${u}\"" y; then >- pw userdel -n ${u} >- echo "Done." >- fi >-} >- >-delete_home() { >- if [ -d ${home} ]; then >- if yesno "Do you want me to remove your Freevo cache \"${home}\"" n; then >- rm -rf ${home} >- echo "Done." >- fi >- fi >-} >- >-if [ x"$2" = xPOST-DEINSTALL ]; then >- delete_account ${user} ${group}; >- delete_home; >-fi >diff -ruN /usr/ports/multimedia/freevo/pkg-descr multimedia/freevo/pkg-descr >--- /usr/ports/multimedia/freevo/pkg-descr 2004-11-23 17:31:56.000000000 -0500 >+++ multimedia/freevo/pkg-descr 2009-01-14 16:33:56.000000000 -0500 >@@ -13,3 +13,4 @@ > control applications like Freevo. > > WWW: http://freevo.sourceforge.net/ >+WWW: http://opal.com/jr/freebsd/ports/multimedia/freevo/ >diff -ruN /usr/ports/multimedia/freevo/pkg-install multimedia/freevo/pkg-install >--- /usr/ports/multimedia/freevo/pkg-install 2004-12-11 18:40:04.000000000 -0500 >+++ multimedia/freevo/pkg-install 1969-12-31 19:00:00.000000000 -0500 >@@ -1,95 +0,0 @@ >-#!/bin/sh >-# Stolen by lewiz from mail/nullmailer >- >-user=freevo >-group=freevo >-uid=523 >-gid=523 >-home=/var/db/freevo >-perm=775 >- >-ask() { >- local question default answer >- >- question=$1 >- default=$2 >- if [ -z "${PACKAGE_BUILDING}" ]; then >- read -p "${question} [${default}]? " answer >- fi >- if [ x${answer} = x ]; then >- answer=${default} >- fi >- echo ${answer} >-} >- >-yesno() { >- local dflt question answer >- >- question=$1 >- dflt=$2 >- while :; do >- answer=$(ask "${question}" "${dflt}") >- case "${answer}" in >- [Yy]*) return 0;; >- [Nn]*) return 1;; >- esac >- echo "Please answer yes or no." >- done >-} >- >-creategroup() { >- if /usr/sbin/pw groupshow "${group}" 2>/dev/null; then >- echo "You already have a group \"${group}\", so I will use it." >- else >- echo "You need a group \"${group}\"." >- if ([ -n "$BATCH" ] || yesno "Would you like me to create it" y); then >- /usr/sbin/pw groupadd ${group} -g ${gid} || exit >- echo "Done." >- else >- echo "Please create it, and try again." >- exit 1 >- fi >- fi >-} >- >-createuser() { >- if /usr/sbin/pw user show "${user}" 2>/dev/null; then >- echo "You already have a user \"${user}\", so I will use it." >- pw usermod "${user}" -d ${home} >- else >- echo "You need a user \"${user}\"." >- if ([ -n "$BATCH" ] || yesno "Would you like me to create it" y); then >- /usr/sbin/pw useradd ${user} -u ${uid} -g ${group} -d ${home} \ >- -s /bin/sh -c "Freevo Owner" || exit >- echo "Done." >- else >- echo "Please create it, and try again." >- exit 1 >- fi >- fi >-} >- >-createhome() { >- if [ -d ${home} ]; then >- echo "You already have a cache directory \"${home}\", so I will use it." >- chown ${user}:${group} ${home} # Should we recurse? >- chmod ${perm} ${home} # Should we recurse? >- else >- echo "You need a cache directory \"${home}\"." >- if ([ -n "$BATCH" ] || yesno "Would you like me to create it" y); then >- mkdir ${home} >- chown ${user}:${group} ${home} >- chmod ${perm} ${home} >- echo "Done." >- else >- echo "Please create it, and try again." >- exit 1 >- fi >- fi >-} >- >-if [ x"$1" = xPRE-INSTALL ]; then >- creategroup; >- createuser; >- createhome; >-fi >diff -ruN /usr/ports/multimedia/freevo/pkg-plist multimedia/freevo/pkg-plist >--- /usr/ports/multimedia/freevo/pkg-plist 2007-05-19 16:17:12.000000000 -0400 >+++ multimedia/freevo/pkg-plist 2009-01-15 13:26:01.000000000 -0500 >@@ -1,6 +1,5 @@ > bin/freevo > etc/freevo/local_conf.py.example >-etc/rc.d/freevo.sh.sample > %%PYTHON_SITELIBDIR%%/freevo/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/__init__.pyo >@@ -37,6 +36,15 @@ > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/album_tree.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/album_tree.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/album_tree.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/apodcast.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/apodcast.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/apodcast.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/audioscrobbler.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/audioscrobbler.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/audioscrobbler.pyo > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/cdbackup.py > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/cdbackup.pyc > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/cdbackup.pyo >@@ -49,24 +57,48 @@ > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/detachbar.py > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/detachbar.pyc > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/detachbar.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/freevo_scrobbler.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/freevo_scrobbler.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/freevo_scrobbler.pyo > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/fxmms.py > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/fxmms.pyc > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/fxmms.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/lastfm.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/lastfm.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/lastfm.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/lastfm2.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/lastfm2.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/lastfm2.pyo > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/logger.py > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/logger.pyc > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/logger.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/lyrics.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/lyrics.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/lyrics.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mpd_playlist.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mpd_playlist.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mpd_playlist.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mpd_status.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mpd_status.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mpd_status.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mpdclient2.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mpdclient2.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mpdclient2.pyo > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayer.py > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayer.pyc > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayer.pyo >-%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervbr.py >-%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervbr.pyc >-%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervbr.pyo >-%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervis.py >-%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervis.pyc >-%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervis.pyo >-%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/playlist.py >-%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/playlist.pyc >-%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/playlist.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervis1.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervis1.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervis1.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervis2.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervis2.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/mplayervis2.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/musicip.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/musicip.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/musicip.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/playlists.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/playlists.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/playlists.pyo > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/radio.py > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/radio.pyc > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/radio.pyo >@@ -79,18 +111,57 @@ > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/xine.py > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/xine.pyc > %%PYTHON_SITELIBDIR%%/freevo/audio/plugins/xine.pyo >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/xmradio.py >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/xmradio.pyc >+%%PYTHON_SITELIBDIR%%/freevo/audio/plugins/xmradio.pyo > %%PYTHON_SITELIBDIR%%/freevo/childapp.py > %%PYTHON_SITELIBDIR%%/freevo/childapp.pyc > %%PYTHON_SITELIBDIR%%/freevo/childapp.pyo >+%%PYTHON_SITELIBDIR%%/freevo/commdetectcore.py >+%%PYTHON_SITELIBDIR%%/freevo/commdetectcore.pyc >+%%PYTHON_SITELIBDIR%%/freevo/commdetectcore.pyo > %%PYTHON_SITELIBDIR%%/freevo/config.py > %%PYTHON_SITELIBDIR%%/freevo/config.pyc > %%PYTHON_SITELIBDIR%%/freevo/config.pyo >+%%PYTHON_SITELIBDIR%%/freevo/dialog/__init__.py >+%%PYTHON_SITELIBDIR%%/freevo/dialog/__init__.pyc >+%%PYTHON_SITELIBDIR%%/freevo/dialog/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/dialog/dialogs.py >+%%PYTHON_SITELIBDIR%%/freevo/dialog/dialogs.pyc >+%%PYTHON_SITELIBDIR%%/freevo/dialog/dialogs.pyo >+%%PYTHON_SITELIBDIR%%/freevo/dialog/display.py >+%%PYTHON_SITELIBDIR%%/freevo/dialog/display.pyc >+%%PYTHON_SITELIBDIR%%/freevo/dialog/display.pyo >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/__init__.py >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/__init__.pyc >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/osd_display.py >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/osd_display.pyc >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/osd_display.pyo >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/tiny_xosd_display.py >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/tiny_xosd_display.pyc >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/tiny_xosd_display.pyo >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/x11_overlay_display.py >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/x11_overlay_display.pyc >+%%PYTHON_SITELIBDIR%%/freevo/dialog/plugins/x11_overlay_display.pyo >+%%PYTHON_SITELIBDIR%%/freevo/dialog/widgets.py >+%%PYTHON_SITELIBDIR%%/freevo/dialog/widgets.pyc >+%%PYTHON_SITELIBDIR%%/freevo/dialog/widgets.pyo > %%PYTHON_SITELIBDIR%%/freevo/directory.py > %%PYTHON_SITELIBDIR%%/freevo/directory.pyc > %%PYTHON_SITELIBDIR%%/freevo/directory.pyo >+%%PYTHON_SITELIBDIR%%/freevo/encodingcore.py >+%%PYTHON_SITELIBDIR%%/freevo/encodingcore.pyc >+%%PYTHON_SITELIBDIR%%/freevo/encodingcore.pyo >+%%PYTHON_SITELIBDIR%%/freevo/evdev.py >+%%PYTHON_SITELIBDIR%%/freevo/evdev.pyc >+%%PYTHON_SITELIBDIR%%/freevo/evdev.pyo > %%PYTHON_SITELIBDIR%%/freevo/event.py > %%PYTHON_SITELIBDIR%%/freevo/event.pyc > %%PYTHON_SITELIBDIR%%/freevo/event.pyo >+%%PYTHON_SITELIBDIR%%/freevo/evfallback.py >+%%PYTHON_SITELIBDIR%%/freevo/evfallback.pyc >+%%PYTHON_SITELIBDIR%%/freevo/evfallback.pyo > %%PYTHON_SITELIBDIR%%/freevo/fxditem.py > %%PYTHON_SITELIBDIR%%/freevo/fxditem.pyc > %%PYTHON_SITELIBDIR%%/freevo/fxditem.pyo >@@ -190,24 +261,42 @@ > %%PYTHON_SITELIBDIR%%/freevo/gui/exceptions.py > %%PYTHON_SITELIBDIR%%/freevo/gui/exceptions.pyc > %%PYTHON_SITELIBDIR%%/freevo/gui/exceptions.pyo >+%%PYTHON_SITELIBDIR%%/freevo/gui/sounds.py >+%%PYTHON_SITELIBDIR%%/freevo/gui/sounds.pyc >+%%PYTHON_SITELIBDIR%%/freevo/gui/sounds.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/audioscrobbler-errors.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/audioscrobbler-errors.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/audioscrobbler-errors.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/cache.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/cache.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/cache.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/commdetectserver.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/commdetectserver.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/commdetectserver.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/convert_config.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/convert_config.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/convert_config.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/convert_favorites.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/convert_favorites.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/convert_favorites.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/daemon.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/daemon.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/daemon.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/encodingserver.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/encodingserver.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/encodingserver.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/imdb.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/imdb.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/imdb.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/install.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/install.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/install.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/makelinuxevent.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/makelinuxevent.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/makelinuxevent.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/makelircrc.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/makelircrc.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/makelircrc.pyo >@@ -217,6 +306,12 @@ > %%PYTHON_SITELIBDIR%%/freevo/helpers/makestationlist.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/makestationlist.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/makestationlist.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/mkimagemrss.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/mkimagemrss.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/mkimagemrss.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/passwd.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/passwd.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/passwd.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/plugins.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/plugins.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/plugins.pyo >@@ -226,12 +321,21 @@ > %%PYTHON_SITELIBDIR%%/freevo/helpers/remote.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/remote.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/remote.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/rssserver.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/rssserver.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/rssserver.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/schedulefavorites.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/schedulefavorites.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/schedulefavorites.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/svgtodialog.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/svgtodialog.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/svgtodialog.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/tv_grab.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/tv_grab.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/tv_grab.pyo >+%%PYTHON_SITELIBDIR%%/freevo/helpers/vg.py >+%%PYTHON_SITELIBDIR%%/freevo/helpers/vg.pyc >+%%PYTHON_SITELIBDIR%%/freevo/helpers/vg.pyo > %%PYTHON_SITELIBDIR%%/freevo/helpers/vtrelease.py > %%PYTHON_SITELIBDIR%%/freevo/helpers/vtrelease.pyc > %%PYTHON_SITELIBDIR%%/freevo/helpers/vtrelease.pyo >@@ -250,6 +354,9 @@ > %%PYTHON_SITELIBDIR%%/freevo/image/plugins/apod.py > %%PYTHON_SITELIBDIR%%/freevo/image/plugins/apod.pyc > %%PYTHON_SITELIBDIR%%/freevo/image/plugins/apod.pyo >+%%PYTHON_SITELIBDIR%%/freevo/image/plugins/flickr.py >+%%PYTHON_SITELIBDIR%%/freevo/image/plugins/flickr.pyc >+%%PYTHON_SITELIBDIR%%/freevo/image/plugins/flickr.pyo > %%PYTHON_SITELIBDIR%%/freevo/image/plugins/gphoto.py > %%PYTHON_SITELIBDIR%%/freevo/image/plugins/gphoto.pyc > %%PYTHON_SITELIBDIR%%/freevo/image/plugins/gphoto.pyo >@@ -259,6 +366,9 @@ > %%PYTHON_SITELIBDIR%%/freevo/item.py > %%PYTHON_SITELIBDIR%%/freevo/item.pyc > %%PYTHON_SITELIBDIR%%/freevo/item.pyo >+%%PYTHON_SITELIBDIR%%/freevo/linuxevent.py >+%%PYTHON_SITELIBDIR%%/freevo/linuxevent.pyc >+%%PYTHON_SITELIBDIR%%/freevo/linuxevent.pyo > %%PYTHON_SITELIBDIR%%/freevo/main.py > %%PYTHON_SITELIBDIR%%/freevo/main.pyc > %%PYTHON_SITELIBDIR%%/freevo/main.pyo >@@ -277,15 +387,36 @@ > %%PYTHON_SITELIBDIR%%/freevo/plugins/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/alsamixer.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/alsamixer.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/alsamixer.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/alsamixer2.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/alsamixer2.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/alsamixer2.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/autocolor.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/autocolor.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/autocolor.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/autoshutdown.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/autoshutdown.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/autoshutdown.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/autostart.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/autostart.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/autostart.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/buttonbar.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/buttonbar.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/buttonbar.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/cd_burn.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/cd_burn.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/cd_burn.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/command.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/command.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/command.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/df.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/df.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/df.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/ejectromdrives.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/ejectromdrives.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/ejectromdrives.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/file_ops.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/file_ops.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/file_ops.pyo >@@ -295,9 +426,15 @@ > %%PYTHON_SITELIBDIR%%/freevo/plugins/freevoscreensaver.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/freevoscreensaver.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/freevoscreensaver.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/freevused.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/freevused.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/freevused.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/headlines.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/headlines.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/headlines.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/home_automation.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/home_automation.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/home_automation.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/icecast.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/icecast.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/icecast.pyo >@@ -307,60 +444,168 @@ > %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/cdstatus.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/cdstatus.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/cdstatus.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/diskfree.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/diskfree.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/diskfree.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/encoding.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/encoding.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/encoding.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/holidays.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/holidays.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/holidays.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/mail.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/mail.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/mail.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/progactive.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/progactive.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/progactive.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/remindicon.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/remindicon.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/remindicon.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/sixvolume.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/sixvolume.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/sixvolume.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/system.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/system.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/system.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/transcode.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/transcode.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/transcode.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/tv.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/tv.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/tv.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/volume.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/volume.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/volume.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/weather.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/weather.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar/weather.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/itv.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/itv.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/itv.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/joy.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/joy.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/joy.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/lcd.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/lcd.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/lcd.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/lcd2.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/lcd2.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/lcd2.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/mediamenu.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/mediamenu.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/mediamenu.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/mixer.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/mixer.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/mixer.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/mpd.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/mpd.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/mpd.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/newevents.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/newevents.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/newevents.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/oneclick.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/oneclick.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/oneclick.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/ossmixer.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/ossmixer.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/ossmixer.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/processevent.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/processevent.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/processevent.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/remind.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/remind.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/remind.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/rom_drives.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/rom_drives.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/rom_drives.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver/__init__.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver/__init__.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver/balls.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver/balls.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver/balls.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver/bouncing_freevo.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver/bouncing_freevo.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver/bouncing_freevo.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/shoppingcart.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/shoppingcart.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/shoppingcart.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/shutdown.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/shutdown.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/shutdown.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/sixmixer.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/sixmixer.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/sixmixer.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/speak.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/speak.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/speak.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/tiny_osd.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/tiny_osd.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/tiny_osd.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/tiny_xosd.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/tiny_xosd.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/tiny_xosd.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/udpremote.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/udpremote.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/udpremote.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/usb.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/usb.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/usb.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/usbstorage.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/usbstorage.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/usbstorage.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/vfd.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/vfd.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/vfd.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/weatherdata.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/weatherdata.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/weatherdata.pyo >+%%PYTHON_SITELIBDIR%%/freevo/plugins/wiimote.py >+%%PYTHON_SITELIBDIR%%/freevo/plugins/wiimote.pyc >+%%PYTHON_SITELIBDIR%%/freevo/plugins/wiimote.pyo > %%PYTHON_SITELIBDIR%%/freevo/plugins/yac.py > %%PYTHON_SITELIBDIR%%/freevo/plugins/yac.pyc > %%PYTHON_SITELIBDIR%%/freevo/plugins/yac.pyo >+%%PYTHON_SITELIBDIR%%/freevo/pylcd.py >+%%PYTHON_SITELIBDIR%%/freevo/pylcd.pyc >+%%PYTHON_SITELIBDIR%%/freevo/pylcd.pyo > %%PYTHON_SITELIBDIR%%/freevo/rc.py > %%PYTHON_SITELIBDIR%%/freevo/rc.pyc > %%PYTHON_SITELIBDIR%%/freevo/rc.pyo >+%%PYTHON_SITELIBDIR%%/freevo/revision.py >+%%PYTHON_SITELIBDIR%%/freevo/revision.pyc >+%%PYTHON_SITELIBDIR%%/freevo/revision.pyo >+%%PYTHON_SITELIBDIR%%/freevo/rssfeed.py >+%%PYTHON_SITELIBDIR%%/freevo/rssfeed.pyc >+%%PYTHON_SITELIBDIR%%/freevo/rssfeed.pyo >+%%PYTHON_SITELIBDIR%%/freevo/rssperiodic.py >+%%PYTHON_SITELIBDIR%%/freevo/rssperiodic.pyc >+%%PYTHON_SITELIBDIR%%/freevo/rssperiodic.pyo > %%PYTHON_SITELIBDIR%%/freevo/setup_freevo.py > %%PYTHON_SITELIBDIR%%/freevo/setup_freevo.pyc > %%PYTHON_SITELIBDIR%%/freevo/setup_freevo.pyo >-%%PYTHON_SITELIBDIR%%/freevo/skin.py >-%%PYTHON_SITELIBDIR%%/freevo/skin.pyc >-%%PYTHON_SITELIBDIR%%/freevo/skin.pyo >+%%PYTHON_SITELIBDIR%%/freevo/sitecustomize.py >+%%PYTHON_SITELIBDIR%%/freevo/sitecustomize.pyc >+%%PYTHON_SITELIBDIR%%/freevo/sitecustomize.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skin/__init__.py >+%%PYTHON_SITELIBDIR%%/freevo/skin/__init__.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skin/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skin/models.py >+%%PYTHON_SITELIBDIR%%/freevo/skin/models.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skin/models.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skin/widgets/__init__.py >+%%PYTHON_SITELIBDIR%%/freevo/skin/widgets/__init__.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skin/widgets/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skin/widgets/scrollabletext_screen.py >+%%PYTHON_SITELIBDIR%%/freevo/skin/widgets/scrollabletext_screen.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skin/widgets/scrollabletext_screen.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skin/widgets/textentry_screen.py >+%%PYTHON_SITELIBDIR%%/freevo/skin/widgets/textentry_screen.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skin/widgets/textentry_screen.pyo > %%PYTHON_SITELIBDIR%%/freevo/skins/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/skins/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/skins/__init__.pyo >@@ -370,6 +615,9 @@ > %%PYTHON_SITELIBDIR%%/freevo/skins/main/area.py > %%PYTHON_SITELIBDIR%%/freevo/skins/main/area.pyc > %%PYTHON_SITELIBDIR%%/freevo/skins/main/area.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skins/main/buttongroup_area.py >+%%PYTHON_SITELIBDIR%%/freevo/skins/main/buttongroup_area.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skins/main/buttongroup_area.pyo > %%PYTHON_SITELIBDIR%%/freevo/skins/main/default_areas.py > %%PYTHON_SITELIBDIR%%/freevo/skins/main/default_areas.pyc > %%PYTHON_SITELIBDIR%%/freevo/skins/main/default_areas.pyo >@@ -385,9 +633,15 @@ > %%PYTHON_SITELIBDIR%%/freevo/skins/main/screen.py > %%PYTHON_SITELIBDIR%%/freevo/skins/main/screen.pyc > %%PYTHON_SITELIBDIR%%/freevo/skins/main/screen.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skins/main/scrollabletext_area.py >+%%PYTHON_SITELIBDIR%%/freevo/skins/main/scrollabletext_area.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skins/main/scrollabletext_area.pyo > %%PYTHON_SITELIBDIR%%/freevo/skins/main/skin_utils.py > %%PYTHON_SITELIBDIR%%/freevo/skins/main/skin_utils.pyc > %%PYTHON_SITELIBDIR%%/freevo/skins/main/skin_utils.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skins/main/textentry_area.py >+%%PYTHON_SITELIBDIR%%/freevo/skins/main/textentry_area.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skins/main/textentry_area.pyo > %%PYTHON_SITELIBDIR%%/freevo/skins/main/tvlisting_area.py > %%PYTHON_SITELIBDIR%%/freevo/skins/main/tvlisting_area.pyc > %%PYTHON_SITELIBDIR%%/freevo/skins/main/tvlisting_area.pyo >@@ -397,6 +651,15 @@ > %%PYTHON_SITELIBDIR%%/freevo/skins/main/xml_skin.py > %%PYTHON_SITELIBDIR%%/freevo/skins/main/xml_skin.pyc > %%PYTHON_SITELIBDIR%%/freevo/skins/main/xml_skin.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skins/osd/__init__.py >+%%PYTHON_SITELIBDIR%%/freevo/skins/osd/__init__.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skins/osd/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skins/osd/skin.py >+%%PYTHON_SITELIBDIR%%/freevo/skins/osd/skin.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skins/osd/skin.pyo >+%%PYTHON_SITELIBDIR%%/freevo/skins/osd/xml.py >+%%PYTHON_SITELIBDIR%%/freevo/skins/osd/xml.pyc >+%%PYTHON_SITELIBDIR%%/freevo/skins/osd/xml.pyo > %%PYTHON_SITELIBDIR%%/freevo/skins/plugins/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/skins/plugins/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/skins/plugins/__init__.pyo >@@ -415,6 +678,9 @@ > %%PYTHON_SITELIBDIR%%/freevo/tv/epg_xmltv.py > %%PYTHON_SITELIBDIR%%/freevo/tv/epg_xmltv.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/epg_xmltv.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/favoriteitem.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/favoriteitem.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/favoriteitem.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/freq.py > %%PYTHON_SITELIBDIR%%/freevo/tv/freq.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/freq.pyo >@@ -424,9 +690,42 @@ > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/__init__.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/__init__.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/comms.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/comms.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/comms.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/live_pause.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/live_pause.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/live_pause.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/manager.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/manager.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/manager.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/record.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/record.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/record.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/ring_buffer.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/ring_buffer.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/ring_buffer.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/rwlock.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/rwlock.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/rwlock.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/vlc_live_pause.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/vlc_live_pause.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer/vlc_live_pause.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/freeboxtv.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/freeboxtv.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/freeboxtv.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/generic_record.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/generic_record.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/generic_record.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/genre.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/genre.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/genre.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/irsend_directv.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/irsend_directv.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/irsend_directv.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/irsend_echostar.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/irsend_echostar.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/irsend_echostar.pyo >@@ -436,36 +735,99 @@ > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/ivtv_record.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/ivtv_record.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/ivtv_record.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/ivtv_xine_tv.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/ivtv_xine_tv.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/ivtv_xine_tv.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/__init__.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/__init__.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/chunk_buffer.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/chunk_buffer.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/chunk_buffer.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/controllers.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/controllers.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/controllers.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/__init__.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/__init__.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/base.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/base.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/base.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/dialogs.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/dialogs.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/dialogs.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/graphics.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/graphics.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/graphics.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/text.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/text.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display/text.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/events.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/events.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/events.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/fillers.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/fillers.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/fillers.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/players.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/players.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/players.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/record.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/record.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/record.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/ring_buffer.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/ring_buffer.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/ring_buffer.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/rwlock.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/rwlock.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/rwlock.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/test.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/test.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/test.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/testosd.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/testosd.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/testosd.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/manual_record.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/manual_record.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/manual_record.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/mplayer.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/mplayer.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/mplayer.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/recordings_manager.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/recordings_manager.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/recordings_manager.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/scheduled_recordings.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/scheduled_recordings.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/scheduled_recordings.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/search_programs.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/search_programs.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/search_programs.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/tvtime.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/tvtime.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/tvtime.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/upsoon.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/upsoon.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/upsoon.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/vbi2srt_record.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/vbi2srt_record.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/vbi2srt_record.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/view_favorites.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/view_favorites.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/view_favorites.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/view_line_in.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/view_line_in.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/view_line_in.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/view_recordings.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/view_recordings.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/plugins/view_recordings.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/xawtv.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/xawtv.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/xawtv.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/xine.py > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/xine.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/xine.pyo >-%%PYTHON_SITELIBDIR%%/freevo/tv/program_display.py >-%%PYTHON_SITELIBDIR%%/freevo/tv/program_display.pyc >-%%PYTHON_SITELIBDIR%%/freevo/tv/program_display.pyo >-%%PYTHON_SITELIBDIR%%/freevo/tv/program_search.py >-%%PYTHON_SITELIBDIR%%/freevo/tv/program_search.pyc >-%%PYTHON_SITELIBDIR%%/freevo/tv/program_search.pyo >+%%PYTHON_SITELIBDIR%%/freevo/tv/programitem.py >+%%PYTHON_SITELIBDIR%%/freevo/tv/programitem.pyc >+%%PYTHON_SITELIBDIR%%/freevo/tv/programitem.pyo > %%PYTHON_SITELIBDIR%%/freevo/tv/record_client.py > %%PYTHON_SITELIBDIR%%/freevo/tv/record_client.pyc > %%PYTHON_SITELIBDIR%%/freevo/tv/record_client.pyo >@@ -496,6 +858,12 @@ > %%PYTHON_SITELIBDIR%%/freevo/util/amazon.py > %%PYTHON_SITELIBDIR%%/freevo/util/amazon.pyc > %%PYTHON_SITELIBDIR%%/freevo/util/amazon.pyo >+%%PYTHON_SITELIBDIR%%/freevo/util/audioscrobbler.py >+%%PYTHON_SITELIBDIR%%/freevo/util/audioscrobbler.pyc >+%%PYTHON_SITELIBDIR%%/freevo/util/audioscrobbler.pyo >+%%PYTHON_SITELIBDIR%%/freevo/util/benchmark.py >+%%PYTHON_SITELIBDIR%%/freevo/util/benchmark.pyc >+%%PYTHON_SITELIBDIR%%/freevo/util/benchmark.pyo > %%PYTHON_SITELIBDIR%%/freevo/util/dbutil.py > %%PYTHON_SITELIBDIR%%/freevo/util/dbutil.pyc > %%PYTHON_SITELIBDIR%%/freevo/util/dbutil.pyo >@@ -508,6 +876,9 @@ > %%PYTHON_SITELIBDIR%%/freevo/util/extendedmeta.py > %%PYTHON_SITELIBDIR%%/freevo/util/extendedmeta.pyc > %%PYTHON_SITELIBDIR%%/freevo/util/extendedmeta.pyo >+%%PYTHON_SITELIBDIR%%/freevo/util/feedparser.py >+%%PYTHON_SITELIBDIR%%/freevo/util/feedparser.pyc >+%%PYTHON_SITELIBDIR%%/freevo/util/feedparser.pyo > %%PYTHON_SITELIBDIR%%/freevo/util/fileops.py > %%PYTHON_SITELIBDIR%%/freevo/util/fileops.pyc > %%PYTHON_SITELIBDIR%%/freevo/util/fileops.pyo >@@ -550,30 +921,69 @@ > %%PYTHON_SITELIBDIR%%/freevo/util/videothumb.py > %%PYTHON_SITELIBDIR%%/freevo/util/videothumb.pyc > %%PYTHON_SITELIBDIR%%/freevo/util/videothumb.pyo >+%%PYTHON_SITELIBDIR%%/freevo/util/youtube_dl.py >+%%PYTHON_SITELIBDIR%%/freevo/util/youtube_dl.pyc >+%%PYTHON_SITELIBDIR%%/freevo/util/youtube_dl.pyo > %%PYTHON_SITELIBDIR%%/freevo/version.py > %%PYTHON_SITELIBDIR%%/freevo/version.pyc > %%PYTHON_SITELIBDIR%%/freevo/version.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/video/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/commdetectclient.py >+%%PYTHON_SITELIBDIR%%/freevo/video/commdetectclient.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/commdetectclient.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/configure.py > %%PYTHON_SITELIBDIR%%/freevo/video/configure.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/configure.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/encodingclient.py >+%%PYTHON_SITELIBDIR%%/freevo/video/encodingclient.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/encodingclient.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/fxdhandler.py > %%PYTHON_SITELIBDIR%%/freevo/video/fxdhandler.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/fxdhandler.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/applelib.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/applelib.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/applelib.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/appletrailers.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/appletrailers.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/appletrailers.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/bilingual.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/bilingual.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/bilingual.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/bmovl.py > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/bmovl.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/bmovl.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/bookmarker.py > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/bookmarker.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/bookmarker.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/cinemovies_trailers.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/cinemovies_trailers.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/cinemovies_trailers.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/details.py > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/details.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/details.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/dvdbackup.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/dvdbackup.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/dvdbackup.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/dvdcopy.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/dvdcopy.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/dvdcopy.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/dvdimage.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/dvdimage.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/dvdimage.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/fillscreen.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/fillscreen.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/fillscreen.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/filmaffinity.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/filmaffinity.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/filmaffinity.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/fxdarchive.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/fxdarchive.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/fxdarchive.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/imdb.py > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/imdb.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/imdb.pyo >@@ -583,446 +993,1392 @@ > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/mover.py > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/mover.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/mover.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/moviecovers.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/moviecovers.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/moviecovers.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/mplayer.py > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/mplayer.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/mplayer.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/mplayer_autoaspect.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/mplayer_autoaspect.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/mplayer_autoaspect.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/reencode-old.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/reencode-old.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/reencode-old.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/reencode.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/reencode.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/reencode.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/removecommercials.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/removecommercials.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/removecommercials.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/rtve.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/rtve.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/rtve.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/rtvelib.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/rtvelib.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/rtvelib.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/vlc.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/vlc.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/vlc.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/vpodcast.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/vpodcast.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/vpodcast.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/wikisubtitles.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/wikisubtitles.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/wikisubtitles.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/wwitv.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/wwitv.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/wwitv.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/xine.py > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/xine.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/plugins/xine.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/xine_info.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/xine_info.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/xine_info.pyo >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/youtube.py >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/youtube.pyc >+%%PYTHON_SITELIBDIR%%/freevo/video/plugins/youtube.pyo > %%PYTHON_SITELIBDIR%%/freevo/video/videoitem.py > %%PYTHON_SITELIBDIR%%/freevo/video/videoitem.pyc > %%PYTHON_SITELIBDIR%%/freevo/video/videoitem.pyo > %%PYTHON_SITELIBDIR%%/freevo/www/__init__.py > %%PYTHON_SITELIBDIR%%/freevo/www/__init__.pyc > %%PYTHON_SITELIBDIR%%/freevo/www/__init__.pyo >+%%PYTHON_SITELIBDIR%%/freevo/www/configlib.py >+%%PYTHON_SITELIBDIR%%/freevo/www/configlib.pyc >+%%PYTHON_SITELIBDIR%%/freevo/www/configlib.pyo > %%PYTHON_SITELIBDIR%%/freevo/www/wap_types.py > %%PYTHON_SITELIBDIR%%/freevo/www/wap_types.pyc > %%PYTHON_SITELIBDIR%%/freevo/www/wap_types.pyo > %%PYTHON_SITELIBDIR%%/freevo/www/web_types.py > %%PYTHON_SITELIBDIR%%/freevo/www/web_types.pyc > %%PYTHON_SITELIBDIR%%/freevo/www/web_types.pyo >-%%PORTDOCS%%%%DOCSDIR%%/COPYING >-%%PORTDOCS%%%%DOCSDIR%%/CREDITS >-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >-%%PORTDOCS%%%%DOCSDIR%%/INSTALL >-%%PORTDOCS%%%%DOCSDIR%%/README >-%%PORTDOCS%%%%DOCSDIR%%/installation/a354.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/c170.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/c19.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/c206.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/c223.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/c249.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/c303.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/c323.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/c63.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/index.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x184.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x217.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x229.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x234.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x245.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x25.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x256.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x263.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x274.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x28.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x289.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x32.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x334.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x344.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x349.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x364.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x376.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x38.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x380.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x386.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x425.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x431.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x435.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x439.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x443.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x446.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x450.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x59.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x71.html >-%%PORTDOCS%%%%DOCSDIR%%/installation/x90.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/c145.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/c223.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/c27.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/c314.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/c50.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/index.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x105.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x109.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x153.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x187.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x200.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x211.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x219.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x232.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x245.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x276.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x301.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x33.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x36.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x41.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x55.html >-%%PORTDOCS%%%%DOCSDIR%%/plugin_writing/x69.html >-%%DATADIR%%/contrib/fbcon/fbset.db >-%%DATADIR%%/contrib/fbcon/mgafb >-%%DATADIR%%/fonts/Vera.ttf >-%%DATADIR%%/fonts/VeraBI.ttf >-%%DATADIR%%/fonts/VeraBd.ttf >-%%DATADIR%%/fonts/VeraIt.ttf >-%%DATADIR%%/fonts/VeraMoBI.ttf >-%%DATADIR%%/fonts/VeraMoBd.ttf >-%%DATADIR%%/fonts/VeraMoIt.ttf >-%%DATADIR%%/fonts/VeraMono.ttf >-%%DATADIR%%/fonts/VeraSe.ttf >-%%DATADIR%%/fonts/VeraSeBd.ttf >-%%DATADIR%%/freevo_config.py >-%%DATADIR%%/fxd/examples/german-news.fxd >-%%DATADIR%%/fxd/examples/playlist.fxd >-%%DATADIR%%/fxd/examples/slideshow.fxd >-%%DATADIR%%/fxd/webradio.fxd >-%%DATADIR%%/htdocs/edit_favorite.rpy >-%%DATADIR%%/htdocs/favorites.rpy >-%%DATADIR%%/htdocs/genre.rpy >-%%DATADIR%%/htdocs/guide.rpy >-%%DATADIR%%/htdocs/help/doc.rpy >-%%DATADIR%%/htdocs/help/howto.rpy >-%%DATADIR%%/htdocs/help/index.rpy >-%%DATADIR%%/htdocs/help/plugins.rpy >-%%DATADIR%%/htdocs/help/wiki/FxdFiles.html >-%%DATADIR%%/htdocs/help/wiki/SkinInfo.html >-%%DATADIR%%/htdocs/help/wiki/faq.html >-%%DATADIR%%/htdocs/help/wiki/recording.html >-%%DATADIR%%/htdocs/iceslistchanger.rpy >-%%DATADIR%%/htdocs/images/attention.gif >-%%DATADIR%%/htdocs/images/bg.gif >-%%DATADIR%%/htdocs/images/freevoheader2.jpg >-%%DATADIR%%/htdocs/images/headerfreevo.jpg >-%%DATADIR%%/htdocs/images/headertxtbg.png >-%%DATADIR%%/htdocs/images/icon-info.gif >-%%DATADIR%%/htdocs/images/library/library-images.jpg >-%%DATADIR%%/htdocs/images/library/library-movies.jpg >-%%DATADIR%%/htdocs/images/library/library-music.jpg >-%%DATADIR%%/htdocs/images/library/library-tv.jpg >-%%DATADIR%%/htdocs/images/logo_200x100.png >-%%DATADIR%%/htdocs/images/moin-www.gif >-%%DATADIR%%/htdocs/images/pix.gif >-%%DATADIR%%/htdocs/images/smile.gif >-%%DATADIR%%/htdocs/images/tab/left.gif >-%%DATADIR%%/htdocs/images/tab/left_on.gif >-%%DATADIR%%/htdocs/images/tab/right.gif >-%%DATADIR%%/htdocs/images/tab/right_on.gif >-%%DATADIR%%/htdocs/index.rpy >-%%DATADIR%%/htdocs/library.rpy >-%%DATADIR%%/htdocs/manualrecord.rpy >-%%DATADIR%%/htdocs/proginfo.rpy >-%%DATADIR%%/htdocs/record.rpy >-%%DATADIR%%/htdocs/scripts/display_prog-head.js >-%%DATADIR%%/htdocs/search.rpy >-%%DATADIR%%/htdocs/styles/main.css >-%%DATADIR%%/htdocs/wap_login.rpy >-%%DATADIR%%/htdocs/wap_rec.rpy >-%%DATADIR%%/icons/holidays/christmas.png >-%%DATADIR%%/icons/holidays/freevo_bday.png >-%%DATADIR%%/icons/holidays/ghost.png >-%%DATADIR%%/icons/holidays/pumpkin.png >-%%DATADIR%%/icons/holidays/snowman.png >-%%DATADIR%%/icons/holidays/usa_flag.png >-%%DATADIR%%/icons/holidays/valentine.png >-%%DATADIR%%/icons/misc/case.png >-%%DATADIR%%/icons/misc/cdrom_mount.png >-%%DATADIR%%/icons/misc/clock.png >-%%DATADIR%%/icons/misc/cpu.png >-%%DATADIR%%/icons/misc/freevo_app.png >-%%DATADIR%%/icons/misc/memory.png >-%%DATADIR%%/icons/misc/osd_busy.png >-%%DATADIR%%/icons/popup/popup_alert.png >-%%DATADIR%%/icons/popup/popup_wait.png >-%%DATADIR%%/icons/popup/popup_warn.png >-%%DATADIR%%/icons/status/cd_audio.png >-%%DATADIR%%/icons/status/cd_burn.png >-%%DATADIR%%/icons/status/cd_inactive.png >-%%DATADIR%%/icons/status/cd_mixed.png >-%%DATADIR%%/icons/status/cd_photo.png >-%%DATADIR%%/icons/status/cd_rip.png >-%%DATADIR%%/icons/status/cd_video.png >-%%DATADIR%%/icons/status/newmail_active.png >-%%DATADIR%%/icons/status/newmail_active_small.png >-%%DATADIR%%/icons/status/newmail_dimmed.png >-%%DATADIR%%/icons/status/television_active.png >-%%DATADIR%%/icons/status/television_expired.png >-%%DATADIR%%/icons/status/television_inactive.png >-%%DATADIR%%/icons/status/television_near_expired.png >-%%DATADIR%%/icons/status/volume_bar.png >-%%DATADIR%%/icons/status/volume_mute.png >-%%DATADIR%%/icons/status/volume_out.png >-%%DATADIR%%/icons/themes/AquaFusion/AquaFusion_Icons.txt >-%%DATADIR%%/icons/themes/AquaFusion/AquaFusion_Icons_LICENSE >-%%DATADIR%%/icons/themes/AquaFusion/auto.png >-%%DATADIR%%/icons/themes/AquaFusion/bla.png >-%%DATADIR%%/icons/themes/AquaFusion/down.png >-%%DATADIR%%/icons/themes/AquaFusion/images.png >-%%DATADIR%%/icons/themes/AquaFusion/left.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/audio.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/audiocd.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/cdrom.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/dvd.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/empty_cdrom.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/folder.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/folder_audio.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/folder_image.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/folder_video.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/playlist.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/unknown.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/vcd.png >-%%DATADIR%%/icons/themes/AquaFusion/mimetypes/video.png >-%%DATADIR%%/icons/themes/AquaFusion/movies.png >-%%DATADIR%%/icons/themes/AquaFusion/mp3.png >-%%DATADIR%%/icons/themes/AquaFusion/off.png >-%%DATADIR%%/icons/themes/AquaFusion/on.png >-%%DATADIR%%/icons/themes/AquaFusion/package_games.png >-%%DATADIR%%/icons/themes/AquaFusion/right.png >-%%DATADIR%%/icons/themes/AquaFusion/shutdown.png >-%%DATADIR%%/icons/themes/AquaFusion/tv.png >-%%DATADIR%%/icons/themes/AquaFusion/up.png >-%%DATADIR%%/icons/themes/AquaFusion/videogame.png >-%%DATADIR%%/icons/themes/Noia/README >-%%DATADIR%%/icons/themes/Noia/auto.png >-%%DATADIR%%/icons/themes/Noia/down.png >-%%DATADIR%%/icons/themes/Noia/left.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/audio.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/audiocd.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/cdrom.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/detached_player.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/dvd.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/empty_cdrom.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/folder.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/news.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/playlist.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/unknown.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/vcd.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/video.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/video_quicktime.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/video_real.png >-%%DATADIR%%/icons/themes/Noia/mimetypes/webradio.png >-%%DATADIR%%/icons/themes/Noia/misc/osd_busy.png >-%%DATADIR%%/icons/themes/Noia/off.png >-%%DATADIR%%/icons/themes/Noia/on.png >-%%DATADIR%%/icons/themes/Noia/right.png >-%%DATADIR%%/icons/themes/Noia/up.png >-%%DATADIR%%/icons/themes/blurr/down.png >-%%DATADIR%%/icons/themes/blurr/left.png >-%%DATADIR%%/icons/themes/blurr/mimetypes/audiocd.png >-%%DATADIR%%/icons/themes/blurr/mimetypes/cdrom.png >-%%DATADIR%%/icons/themes/blurr/mimetypes/empty_cdrom.png >-%%DATADIR%%/icons/themes/blurr/mimetypes/folder_image.png >-%%DATADIR%%/icons/themes/blurr/mimetypes/playlist.png >-%%DATADIR%%/icons/themes/blurr/mimetypes/playlist_image.png >-%%DATADIR%%/icons/themes/blurr/mimetypes/unknown.png >-%%DATADIR%%/icons/themes/blurr/recordinglater.png >-%%DATADIR%%/icons/themes/blurr/recordingnow.png >-%%DATADIR%%/icons/themes/blurr/right.png >-%%DATADIR%%/icons/themes/blurr/status/cd_audio.png >-%%DATADIR%%/icons/themes/blurr/status/cd_inactive.png >-%%DATADIR%%/icons/themes/blurr/status/cd_mixed.png >-%%DATADIR%%/icons/themes/blurr/status/cd_video.png >-%%DATADIR%%/icons/themes/blurr/status/newmail_active.png >-%%DATADIR%%/icons/themes/blurr/status/newmail_dimmed.png >-%%DATADIR%%/icons/themes/blurr/status/television_active.png >-%%DATADIR%%/icons/themes/blurr/status/television_inactive.png >-%%DATADIR%%/icons/themes/blurr/up.png >-%%DATADIR%%/icons/themes/tuxntosh/down.png >-%%DATADIR%%/icons/themes/tuxntosh/left.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/images.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/movies.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/music.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/out_images.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/out_movies.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/out_music.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/out_shutdown.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/out_tv.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/shutdown.png >-%%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54/tv.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/audio.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/audiocd.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/cdrom.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/dvd.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/empty_cdrom.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/file.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/folder.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/folder_audio.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/folder_image.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/folder_video.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/image.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_audio.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_audiocd.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_cdrom.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_dvd.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_empty_cdrom.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_file.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_folder.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_folder_audio.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_folder_image.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_folder_video.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_image.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_playlist.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_playlist_audio.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_playlist_image.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_playlist_video.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_unknown.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_vcd.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/out_video.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/playlist.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/playlist_audio.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/playlist_image.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/playlist_video.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/unknown.png >-%%DATADIR%%/icons/themes/tuxntosh/mimetypes/video.png >-%%DATADIR%%/icons/themes/tuxntosh/right.png >-%%DATADIR%%/icons/themes/tuxntosh/up.png >-%%DATADIR%%/icons/weather/cloud.png >-%%DATADIR%%/icons/weather/fog.png >-%%DATADIR%%/icons/weather/moon-mc.png >-%%DATADIR%%/icons/weather/moon-pc.png >-%%DATADIR%%/icons/weather/moon.png >-%%DATADIR%%/icons/weather/rain.png >-%%DATADIR%%/icons/weather/snow.png >-%%DATADIR%%/icons/weather/storm.png >-%%DATADIR%%/icons/weather/sun-mc.png >-%%DATADIR%%/icons/weather/sun-pc.png >-%%DATADIR%%/icons/weather/sun.png >-%%DATADIR%%/icons/weather/suncloud.png >-%%DATADIR%%/icons/weather/tstorms.png >-%%DATADIR%%/icons/weather/wind.png >-%%DATADIR%%/images/aubin_bg2.jpg >-%%DATADIR%%/images/barbieri/bg.jpg >-%%DATADIR%%/images/blurr_naxos.jpg >-%%DATADIR%%/images/blurrback.jpg >-%%DATADIR%%/images/blurrsplash.jpg >-%%DATADIR%%/images/frame.png >-%%DATADIR%%/images/gant/chat.png >-%%DATADIR%%/images/gant/commands.png >-%%DATADIR%%/images/gant/games.png >-%%DATADIR%%/images/gant/headlines.png >-%%DATADIR%%/images/gant/image.png >-%%DATADIR%%/images/gant/logo.png >-%%DATADIR%%/images/gant/movie.png >-%%DATADIR%%/images/gant/music.png >-%%DATADIR%%/images/gant/scheduledtv.png >-%%DATADIR%%/images/gant/shutdown.png >-%%DATADIR%%/images/gant/tv.png >-%%DATADIR%%/images/gant/weather.png >-%%DATADIR%%/images/idlebar.png >-%%DATADIR%%/images/logo.png >-%%DATADIR%%/images/logo_david.png >-%%DATADIR%%/images/splashscreen-bsd.png >-%%DATADIR%%/images/splashscreen.png >-%%DATADIR%%/images/watermarks/image.png >-%%DATADIR%%/images/watermarks/movie.png >-%%DATADIR%%/images/watermarks/music.png >-%%DATADIR%%/images/watermarks/shutdown.png >-%%DATADIR%%/images/watermarks/tv.png >-%%DATADIR%%/skins/main/README >-%%DATADIR%%/skins/main/basic.fxd >-%%DATADIR%%/skins/main/blurr.fxd >-%%DATADIR%%/skins/main/blurr.jpg >-%%DATADIR%%/skins/main/image.fxd >-%%DATADIR%%/skins/main/info.fxd >-%%DATADIR%%/skins/main/info.jpg >-%%DATADIR%%/skins/main/noia.fxd >-%%DATADIR%%/skins/main/noia.jpg >-%%DATADIR%%/skins/plugins/video_details.fxd >-share/fxd/webradio.fxd >-share/locale/cs/LC_MESSAGES/freevo.mo >-share/locale/cs/LC_MESSAGES/freevo.po >-share/locale/da/LC_MESSAGES/freevo.mo >-share/locale/da/LC_MESSAGES/freevo.po >-share/locale/de/LC_MESSAGES/freevo.mo >-share/locale/de/LC_MESSAGES/freevo.po >-share/locale/es/LC_MESSAGES/freevo.mo >-share/locale/es/LC_MESSAGES/freevo.po >-share/locale/fi/LC_MESSAGES/freevo.mo >-share/locale/fi/LC_MESSAGES/freevo.po >-share/locale/fr/LC_MESSAGES/freevo.mo >-share/locale/fr/LC_MESSAGES/freevo.po >-share/locale/it/LC_MESSAGES/freevo.mo >-share/locale/it/LC_MESSAGES/freevo.po >-share/locale/nl/LC_MESSAGES/freevo.mo >-share/locale/nl/LC_MESSAGES/freevo.po >-share/locale/no/LC_MESSAGES/freevo.mo >-share/locale/no/LC_MESSAGES/freevo.po >-share/locale/pt/LC_MESSAGES/freevo.mo >-share/locale/pt/LC_MESSAGES/freevo.po >-share/locale/pt_BR/LC_MESSAGES/freevo.mo >-share/locale/pt_BR/LC_MESSAGES/freevo.po >-share/locale/sv/LC_MESSAGES/freevo.mo >-share/locale/sv/LC_MESSAGES/freevo.po >-@dirrm share/fxd >-@dirrm %%DATADIR%%/skins/plugins >-@dirrm %%DATADIR%%/skins/main >-@dirrm %%DATADIR%%/skins >-@dirrm %%DATADIR%%/images/watermarks >-@dirrm %%DATADIR%%/images/gant >-@dirrm %%DATADIR%%/images/barbieri >-@dirrm %%DATADIR%%/images >-@dirrm %%DATADIR%%/icons/weather >-@dirrm %%DATADIR%%/icons/themes/tuxntosh/mimetypes >-@dirrm %%DATADIR%%/icons/themes/tuxntosh/mainmenu/54x54 >-@dirrm %%DATADIR%%/icons/themes/tuxntosh/mainmenu >-@dirrm %%DATADIR%%/icons/themes/tuxntosh >-@dirrm %%DATADIR%%/icons/themes/blurr/status >-@dirrm %%DATADIR%%/icons/themes/blurr/mimetypes >-@dirrm %%DATADIR%%/icons/themes/blurr >-@dirrm %%DATADIR%%/icons/themes/Noia/misc >-@dirrm %%DATADIR%%/icons/themes/Noia/mimetypes >-@dirrm %%DATADIR%%/icons/themes/Noia >-@dirrm %%DATADIR%%/icons/themes/AquaFusion/mimetypes >-@dirrm %%DATADIR%%/icons/themes/AquaFusion >-@dirrm %%DATADIR%%/icons/themes >-@dirrm %%DATADIR%%/icons/status >-@dirrm %%DATADIR%%/icons/popup >-@dirrm %%DATADIR%%/icons/misc >-@dirrm %%DATADIR%%/icons/holidays >-@dirrm %%DATADIR%%/icons >-@dirrm %%DATADIR%%/htdocs/styles >-@dirrm %%DATADIR%%/htdocs/scripts >-@dirrm %%DATADIR%%/htdocs/images/tab >-@dirrm %%DATADIR%%/htdocs/images/library >-@dirrm %%DATADIR%%/htdocs/images >-@dirrm %%DATADIR%%/htdocs/help/wiki >-@dirrm %%DATADIR%%/htdocs/help >-@dirrm %%DATADIR%%/htdocs >-@dirrm %%DATADIR%%/fxd/examples >-@dirrm %%DATADIR%%/fxd >-@dirrm %%DATADIR%%/fonts >-@dirrm %%DATADIR%%/contrib/fbcon >-@dirrm %%DATADIR%%/contrib >-@dirrm %%DATADIR%% >-@dirrm %%PORTDOCS%%%%DOCSDIR%%/plugin_writing >-@dirrm %%PORTDOCS%%%%DOCSDIR%%/installation >-@dirrm %%PORTDOCS%%%%DOCSDIR%% >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/www >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/video/plugins >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/video >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/util >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/tv/plugins >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/tv >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/skins/plugins >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/skins/main >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/skins >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/plugins >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/image/plugins >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/image >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/helpers >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/gui >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/games >+%%DOCSDIR%%/COPYING >+%%DOCSDIR%%/CREDITS >+%%DOCSDIR%%/ChangeLog >+%%DOCSDIR%%/INSTALL >+%%DOCSDIR%%/README >+%%DOCSDIR%%/RELEASE_NOTES >+%%DOCSDIR%%/installation/a353.html >+%%DOCSDIR%%/installation/c169.html >+%%DOCSDIR%%/installation/c19.html >+%%DOCSDIR%%/installation/c205.html >+%%DOCSDIR%%/installation/c222.html >+%%DOCSDIR%%/installation/c248.html >+%%DOCSDIR%%/installation/c302.html >+%%DOCSDIR%%/installation/c322.html >+%%DOCSDIR%%/installation/c63.html >+%%DOCSDIR%%/installation/index.html >+%%DOCSDIR%%/installation/x183.html >+%%DOCSDIR%%/installation/x216.html >+%%DOCSDIR%%/installation/x228.html >+%%DOCSDIR%%/installation/x233.html >+%%DOCSDIR%%/installation/x244.html >+%%DOCSDIR%%/installation/x25.html >+%%DOCSDIR%%/installation/x255.html >+%%DOCSDIR%%/installation/x262.html >+%%DOCSDIR%%/installation/x273.html >+%%DOCSDIR%%/installation/x28.html >+%%DOCSDIR%%/installation/x288.html >+%%DOCSDIR%%/installation/x32.html >+%%DOCSDIR%%/installation/x333.html >+%%DOCSDIR%%/installation/x343.html >+%%DOCSDIR%%/installation/x348.html >+%%DOCSDIR%%/installation/x363.html >+%%DOCSDIR%%/installation/x375.html >+%%DOCSDIR%%/installation/x379.html >+%%DOCSDIR%%/installation/x38.html >+%%DOCSDIR%%/installation/x385.html >+%%DOCSDIR%%/installation/x424.html >+%%DOCSDIR%%/installation/x430.html >+%%DOCSDIR%%/installation/x434.html >+%%DOCSDIR%%/installation/x438.html >+%%DOCSDIR%%/installation/x442.html >+%%DOCSDIR%%/installation/x445.html >+%%DOCSDIR%%/installation/x449.html >+%%DOCSDIR%%/installation/x59.html >+%%DOCSDIR%%/installation/x71.html >+%%DOCSDIR%%/installation/x90.html >+%%DOCSDIR%%/plugin_writing/c145.html >+%%DOCSDIR%%/plugin_writing/c223.html >+%%DOCSDIR%%/plugin_writing/c27.html >+%%DOCSDIR%%/plugin_writing/c314.html >+%%DOCSDIR%%/plugin_writing/c50.html >+%%DOCSDIR%%/plugin_writing/index.html >+%%DOCSDIR%%/plugin_writing/x105.html >+%%DOCSDIR%%/plugin_writing/x109.html >+%%DOCSDIR%%/plugin_writing/x153.html >+%%DOCSDIR%%/plugin_writing/x187.html >+%%DOCSDIR%%/plugin_writing/x200.html >+%%DOCSDIR%%/plugin_writing/x211.html >+%%DOCSDIR%%/plugin_writing/x219.html >+%%DOCSDIR%%/plugin_writing/x232.html >+%%DOCSDIR%%/plugin_writing/x245.html >+%%DOCSDIR%%/plugin_writing/x276.html >+%%DOCSDIR%%/plugin_writing/x301.html >+%%DOCSDIR%%/plugin_writing/x33.html >+%%DOCSDIR%%/plugin_writing/x36.html >+%%DOCSDIR%%/plugin_writing/x41.html >+%%DOCSDIR%%/plugin_writing/x55.html >+%%DOCSDIR%%/plugin_writing/x69.html >+share/freevo/contrib/fbcon/fbset.db >+share/freevo/contrib/fbcon/mgafb >+share/freevo/fonts/DejaVuSans-Oblique.ttf >+share/freevo/fonts/DejaVuSansCondensed-Oblique.ttf >+share/freevo/fonts/DejaVuSansCondensed.ttf >+share/freevo/fonts/DejaVuSansMono.ttf >+share/freevo/fonts/Sansumi-DemiBold.ttf >+share/freevo/fonts/Vera.ttf >+share/freevo/fonts/VeraBI.ttf >+share/freevo/fonts/VeraBd.ttf >+share/freevo/fonts/VeraIt.ttf >+share/freevo/fonts/VeraMoBI.ttf >+share/freevo/fonts/VeraMoBd.ttf >+share/freevo/fonts/VeraMoIt.ttf >+share/freevo/fonts/VeraMono.ttf >+share/freevo/fonts/VeraSe.ttf >+share/freevo/fonts/VeraSeBd.ttf >+share/freevo/fonts/ethopool.ttf >+share/freevo/freevo_config.py >+share/freevo/fxd/examples/german-news.fxd >+share/freevo/fxd/examples/playlist.fxd >+share/freevo/fxd/examples/slideshow.fxd >+share/freevo/fxd/somafm.fxd >+share/freevo/fxd/webradio.fxd >+share/freevo/htdocs/config.rpy >+share/freevo/htdocs/configedit.rpy >+share/freevo/htdocs/downloadurl >+share/freevo/htdocs/edit_favorite.rpy >+share/freevo/htdocs/encoding_web.rpy >+share/freevo/htdocs/favicon.ico >+share/freevo/htdocs/favorites.rpy >+share/freevo/htdocs/fileinfo.rpy >+share/freevo/htdocs/genre.rpy >+share/freevo/htdocs/guide.rpy >+share/freevo/htdocs/guidechannel.rpy >+share/freevo/htdocs/help/doc.rpy >+share/freevo/htdocs/help/howto.rpy >+share/freevo/htdocs/help/index.rpy >+share/freevo/htdocs/help/plugins.rpy >+share/freevo/htdocs/help/wiki/FxdFiles.html >+share/freevo/htdocs/help/wiki/SkinInfo.html >+share/freevo/htdocs/help/wiki/faq.html >+share/freevo/htdocs/help/wiki/recording.html >+share/freevo/htdocs/iceslistchanger.rpy >+share/freevo/htdocs/icons/back.png >+share/freevo/htdocs/icons/button_ok.png >+share/freevo/htdocs/icons/down.png >+share/freevo/htdocs/icons/forward.png >+share/freevo/htdocs/icons/gohome.png >+share/freevo/htdocs/icons/help.png >+share/freevo/htdocs/icons/player_eject.png >+share/freevo/htdocs/icons/player_end.png >+share/freevo/htdocs/icons/player_fwd.png >+share/freevo/htdocs/icons/player_pause.png >+share/freevo/htdocs/icons/player_play.png >+share/freevo/htdocs/icons/player_playlist.png >+share/freevo/htdocs/icons/player_rew.png >+share/freevo/htdocs/icons/player_start.png >+share/freevo/htdocs/icons/player_stop.png >+share/freevo/htdocs/icons/previous.png >+share/freevo/htdocs/icons/redo.png >+share/freevo/htdocs/icons/reload.png >+share/freevo/htdocs/icons/reload3.png >+share/freevo/htdocs/icons/reload_all_tabs.png >+share/freevo/htdocs/icons/reload_page.png >+share/freevo/htdocs/icons/rotate.png >+share/freevo/htdocs/icons/rotate_ccw.png >+share/freevo/htdocs/icons/rotate_cw.png >+share/freevo/htdocs/icons/start.png >+share/freevo/htdocs/icons/up.png >+share/freevo/htdocs/images/attention.gif >+share/freevo/htdocs/images/bg.gif >+share/freevo/htdocs/images/config/auto.png >+share/freevo/htdocs/images/config/down-16px.png >+share/freevo/htdocs/images/config/down.png >+share/freevo/htdocs/images/config/error-16px.png >+share/freevo/htdocs/images/config/folder-16px.png >+share/freevo/htdocs/images/config/folder-new.png >+share/freevo/htdocs/images/config/folder.png >+share/freevo/htdocs/images/config/left-16px.png >+share/freevo/htdocs/images/config/left.png >+share/freevo/htdocs/images/config/menu_toplevel_hover.png >+share/freevo/htdocs/images/config/off-16px.png >+share/freevo/htdocs/images/config/on-16px.png >+share/freevo/htdocs/images/config/right-16px.png >+share/freevo/htdocs/images/config/right.png >+share/freevo/htdocs/images/config/up-16px.png >+share/freevo/htdocs/images/config/up.png >+share/freevo/htdocs/images/config/warning-16px.png >+share/freevo/htdocs/images/freevoheader2.jpg >+share/freevo/htdocs/images/freevoheader2.png >+share/freevo/htdocs/images/headerfreevo.jpg >+share/freevo/htdocs/images/headertxtbg.png >+share/freevo/htdocs/images/icon-info.gif >+share/freevo/htdocs/images/library/folder.png >+share/freevo/htdocs/images/library/images.png >+share/freevo/htdocs/images/library/images_small.png >+share/freevo/htdocs/images/library/library-images.jpg >+share/freevo/htdocs/images/library/library-movies.jpg >+share/freevo/htdocs/images/library/library-music.jpg >+share/freevo/htdocs/images/library/library-tv.jpg >+share/freevo/htdocs/images/library/movies.png >+share/freevo/htdocs/images/library/movies_small.png >+share/freevo/htdocs/images/library/music.png >+share/freevo/htdocs/images/library/music_small.png >+share/freevo/htdocs/images/library/recorded.png >+share/freevo/htdocs/images/library/recorded_small.png >+share/freevo/htdocs/images/library/television_keep.png >+share/freevo/htdocs/images/library/television_unwatched.png >+share/freevo/htdocs/images/library/television_watched.png >+share/freevo/htdocs/images/library/www-mp-movies.png >+share/freevo/htdocs/images/library/www-mp-music.png >+share/freevo/htdocs/images/library/www-mp-pictures.png >+share/freevo/htdocs/images/library/www-mp-tv.png >+share/freevo/htdocs/images/logo_200x100.png >+share/freevo/htdocs/images/moin-www.gif >+share/freevo/htdocs/images/pix.gif >+share/freevo/htdocs/images/sb_anchor_spacer.gif >+share/freevo/htdocs/images/sb_closelabel.gif >+share/freevo/htdocs/images/sb_loading.gif >+share/freevo/htdocs/images/sb_nextlabel.gif >+share/freevo/htdocs/images/sb_prevlabel.gif >+share/freevo/htdocs/images/smile.gif >+share/freevo/htdocs/images/tab/left.gif >+share/freevo/htdocs/images/tab/left_on.gif >+share/freevo/htdocs/images/tab/right.gif >+share/freevo/htdocs/images/tab/right_on.gif >+share/freevo/htdocs/index.rpy >+share/freevo/htdocs/library.rpy >+share/freevo/htdocs/library1.rpy >+share/freevo/htdocs/manualrecord.rpy >+share/freevo/htdocs/pluginconfig.rpy >+share/freevo/htdocs/proginfo.rpy >+share/freevo/htdocs/record.rpy >+share/freevo/htdocs/scripts/browsefile.js >+share/freevo/htdocs/scripts/config.js >+share/freevo/htdocs/scripts/display_info-head.js >+share/freevo/htdocs/scripts/display_prog-head.js >+share/freevo/htdocs/scripts/encoding_web.js >+share/freevo/htdocs/scripts/guidechannel.js >+share/freevo/htdocs/scripts/pluginconfig.js >+share/freevo/htdocs/scripts/viewlogfile.js >+share/freevo/htdocs/scripts/youtube.js >+share/freevo/htdocs/search.rpy >+share/freevo/htdocs/styles/config.css >+share/freevo/htdocs/styles/guidechannel.css >+share/freevo/htdocs/styles/main.css >+share/freevo/htdocs/styles/pluginconfig.css >+share/freevo/htdocs/styles/slimbox_ex.css >+share/freevo/htdocs/styles/viewlogfile.css >+share/freevo/htdocs/styles/youtube.css >+share/freevo/htdocs/videolan/Bs_FormUtil.lib.js >+share/freevo/htdocs/videolan/Bs_Slider.class.js >+share/freevo/htdocs/videolan/EventHandler.js >+share/freevo/htdocs/videolan/LibCrossBrowser.js >+share/freevo/htdocs/videolan/img/horizontal_background.gif >+share/freevo/htdocs/videolan/img/horizontal_backgroundLeft.gif >+share/freevo/htdocs/videolan/img/horizontal_backgroundRight.gif >+share/freevo/htdocs/videolan/img/horizontal_knob.gif >+share/freevo/htdocs/videolan/vlc_funcs.js >+share/freevo/htdocs/videolan/vlc_init.js >+share/freevo/htdocs/viewlogfile.rpy >+share/freevo/htdocs/vlcwin.rpy >+share/freevo/htdocs/wap_login.rpy >+share/freevo/htdocs/wap_rec.rpy >+share/freevo/htdocs/webremote.rpy >+share/freevo/htdocs/youtube.rpy >+share/freevo/icons/holidays/christmas.png >+share/freevo/icons/holidays/freevo_bday.png >+share/freevo/icons/holidays/ghost.png >+share/freevo/icons/holidays/pumpkin.png >+share/freevo/icons/holidays/snowman.png >+share/freevo/icons/holidays/usa_flag.png >+share/freevo/icons/holidays/valentine.png >+share/freevo/icons/misc/bluebutton.png >+share/freevo/icons/misc/case.png >+share/freevo/icons/misc/cdrom_mount.png >+share/freevo/icons/misc/chartpie.png >+share/freevo/icons/misc/clock.png >+share/freevo/icons/misc/cpu.png >+share/freevo/icons/misc/freevo_app.png >+share/freevo/icons/misc/greenbutton.png >+share/freevo/icons/misc/memory.png >+share/freevo/icons/misc/osd_busy.png >+share/freevo/icons/misc/radio.png >+share/freevo/icons/misc/redbutton.png >+share/freevo/icons/misc/reminder_off.png >+share/freevo/icons/misc/reminder_on.png >+share/freevo/icons/misc/yellowbutton.png >+share/freevo/icons/popup/popup_alert.png >+share/freevo/icons/popup/popup_wait.png >+share/freevo/icons/popup/popup_warn.png >+share/freevo/icons/status/cd_audio.png >+share/freevo/icons/status/cd_burn.png >+share/freevo/icons/status/cd_inactive.png >+share/freevo/icons/status/cd_mixed.png >+share/freevo/icons/status/cd_photo.png >+share/freevo/icons/status/cd_rip.png >+share/freevo/icons/status/cd_video.png >+share/freevo/icons/status/check.png >+share/freevo/icons/status/copy_to_hdd.png >+share/freevo/icons/status/cross.png >+share/freevo/icons/status/diskfree-bad.png >+share/freevo/icons/status/diskfree-good.png >+share/freevo/icons/status/diskfree-poor.png >+share/freevo/icons/status/diskfree.png >+share/freevo/icons/status/enc_audio.png >+share/freevo/icons/status/enc_background.png >+share/freevo/icons/status/enc_leftclamp.png >+share/freevo/icons/status/enc_multiplex.png >+share/freevo/icons/status/enc_nojobs.png >+share/freevo/icons/status/enc_notrunning.png >+share/freevo/icons/status/enc_rightclamp.png >+share/freevo/icons/status/enc_video.png >+share/freevo/icons/status/enc_video1.png >+share/freevo/icons/status/enc_video2.png >+share/freevo/icons/status/enc_video3.png >+share/freevo/icons/status/encode_1.png >+share/freevo/icons/status/encode_2.png >+share/freevo/icons/status/encode_3.png >+share/freevo/icons/status/encode_audio.png >+share/freevo/icons/status/encode_clamp.png >+share/freevo/icons/status/encode_video.png >+share/freevo/icons/status/encoding_bar.png >+share/freevo/icons/status/encoding_box.png >+share/freevo/icons/status/newmail_active.png >+share/freevo/icons/status/newmail_active_small.png >+share/freevo/icons/status/newmail_dimmed.png >+share/freevo/icons/status/series_keep.png >+share/freevo/icons/status/series_keep_watched.png >+share/freevo/icons/status/series_unwatched.png >+share/freevo/icons/status/series_watched.png >+share/freevo/icons/status/television_active.png >+share/freevo/icons/status/television_expired.png >+share/freevo/icons/status/television_inactive.png >+share/freevo/icons/status/television_keep.png >+share/freevo/icons/status/television_keep_watched.png >+share/freevo/icons/status/television_near_expired.png >+share/freevo/icons/status/television_unwatched.png >+share/freevo/icons/status/television_watched.png >+share/freevo/icons/status/volbar1.png >+share/freevo/icons/status/volbar2.png >+share/freevo/icons/status/volbar3.png >+share/freevo/icons/status/volbar4.png >+share/freevo/icons/status/volbar5.png >+share/freevo/icons/status/volume_bar.png >+share/freevo/icons/status/volume_mute.png >+share/freevo/icons/status/volume_mute_multi.png >+share/freevo/icons/status/volume_out.png >+share/freevo/icons/status/volume_out_multi.png >+share/freevo/icons/themes/AquaFusion/AquaFusion_Icons.txt >+share/freevo/icons/themes/AquaFusion/AquaFusion_Icons_LICENSE >+share/freevo/icons/themes/AquaFusion/auto.png >+share/freevo/icons/themes/AquaFusion/bla.png >+share/freevo/icons/themes/AquaFusion/down.png >+share/freevo/icons/themes/AquaFusion/images.png >+share/freevo/icons/themes/AquaFusion/left.png >+share/freevo/icons/themes/AquaFusion/mimetypes/audio.png >+share/freevo/icons/themes/AquaFusion/mimetypes/audiocd.png >+share/freevo/icons/themes/AquaFusion/mimetypes/cdrom.png >+share/freevo/icons/themes/AquaFusion/mimetypes/dvd.png >+share/freevo/icons/themes/AquaFusion/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/AquaFusion/mimetypes/folder.png >+share/freevo/icons/themes/AquaFusion/mimetypes/folder_audio.png >+share/freevo/icons/themes/AquaFusion/mimetypes/folder_image.png >+share/freevo/icons/themes/AquaFusion/mimetypes/folder_video.png >+share/freevo/icons/themes/AquaFusion/mimetypes/playlist.png >+share/freevo/icons/themes/AquaFusion/mimetypes/unknown.png >+share/freevo/icons/themes/AquaFusion/mimetypes/vcd.png >+share/freevo/icons/themes/AquaFusion/mimetypes/video.png >+share/freevo/icons/themes/AquaFusion/movies.png >+share/freevo/icons/themes/AquaFusion/mp3.png >+share/freevo/icons/themes/AquaFusion/off.png >+share/freevo/icons/themes/AquaFusion/on.png >+share/freevo/icons/themes/AquaFusion/package_games.png >+share/freevo/icons/themes/AquaFusion/right.png >+share/freevo/icons/themes/AquaFusion/shutdown.png >+share/freevo/icons/themes/AquaFusion/tv.png >+share/freevo/icons/themes/AquaFusion/up.png >+share/freevo/icons/themes/AquaFusion/videogame.png >+share/freevo/icons/themes/Crystal/auto.png >+share/freevo/icons/themes/Crystal/commands_off.png >+share/freevo/icons/themes/Crystal/commands_on.png >+share/freevo/icons/themes/Crystal/down.png >+share/freevo/icons/themes/Crystal/email_off.png >+share/freevo/icons/themes/Crystal/email_on.png >+share/freevo/icons/themes/Crystal/games_off.png >+share/freevo/icons/themes/Crystal/games_on.png >+share/freevo/icons/themes/Crystal/headlines_off.png >+share/freevo/icons/themes/Crystal/headlines_on.png >+share/freevo/icons/themes/Crystal/image_off.png >+share/freevo/icons/themes/Crystal/image_on.png >+share/freevo/icons/themes/Crystal/left.png >+share/freevo/icons/themes/Crystal/mimetypes/RadioNetscape.png >+share/freevo/icons/themes/Crystal/mimetypes/audio.png >+share/freevo/icons/themes/Crystal/mimetypes/audiocd.png >+share/freevo/icons/themes/Crystal/mimetypes/cdrom.png >+share/freevo/icons/themes/Crystal/mimetypes/detached_player.png >+share/freevo/icons/themes/Crystal/mimetypes/dvd.png >+share/freevo/icons/themes/Crystal/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/Crystal/mimetypes/folder.png >+share/freevo/icons/themes/Crystal/mimetypes/linkbrowser.png >+share/freevo/icons/themes/Crystal/mimetypes/playlist.png >+share/freevo/icons/themes/Crystal/mimetypes/trailers.png >+share/freevo/icons/themes/Crystal/mimetypes/unknown.png >+share/freevo/icons/themes/Crystal/mimetypes/vcd.png >+share/freevo/icons/themes/Crystal/mimetypes/video.png >+share/freevo/icons/themes/Crystal/mimetypes/video_quicktime.png >+share/freevo/icons/themes/Crystal/mimetypes/video_real.png >+share/freevo/icons/themes/Crystal/mimetypes/webradio.png >+share/freevo/icons/themes/Crystal/misc/case.png >+share/freevo/icons/themes/Crystal/misc/cdrom_mount.png >+share/freevo/icons/themes/Crystal/misc/clock.png >+share/freevo/icons/themes/Crystal/misc/cpu.png >+share/freevo/icons/themes/Crystal/misc/freevo_app.png >+share/freevo/icons/themes/Crystal/misc/hddtemp-cool.png >+share/freevo/icons/themes/Crystal/misc/hddtemp-norm.png >+share/freevo/icons/themes/Crystal/misc/hddtemp-warm.png >+share/freevo/icons/themes/Crystal/misc/memory.png >+share/freevo/icons/themes/Crystal/movie_off.png >+share/freevo/icons/themes/Crystal/movie_on.png >+share/freevo/icons/themes/Crystal/music_off.png >+share/freevo/icons/themes/Crystal/music_on.png >+share/freevo/icons/themes/Crystal/off.png >+share/freevo/icons/themes/Crystal/on.png >+share/freevo/icons/themes/Crystal/popup/popup_wait.png >+share/freevo/icons/themes/Crystal/right.png >+share/freevo/icons/themes/Crystal/shutdown_off.png >+share/freevo/icons/themes/Crystal/shutdown_on.png >+share/freevo/icons/themes/Crystal/status/cd_audio.png >+share/freevo/icons/themes/Crystal/status/cd_burn.png >+share/freevo/icons/themes/Crystal/status/cd_inactive.png >+share/freevo/icons/themes/Crystal/status/cd_mixed.png >+share/freevo/icons/themes/Crystal/status/cd_photo.png >+share/freevo/icons/themes/Crystal/status/cd_rip.png >+share/freevo/icons/themes/Crystal/status/cd_video.png >+share/freevo/icons/themes/Crystal/status/mail_dimmed.png >+share/freevo/icons/themes/Crystal/status/mail_new.png >+share/freevo/icons/themes/Crystal/status/newmail_active.png >+share/freevo/icons/themes/Crystal/status/newmail_active_small.png >+share/freevo/icons/themes/Crystal/status/newmail_dimmed.png >+share/freevo/icons/themes/Crystal/status/television_active.png >+share/freevo/icons/themes/Crystal/status/television_expired.png >+share/freevo/icons/themes/Crystal/status/television_inactive.png >+share/freevo/icons/themes/Crystal/status/television_near_expired.png >+share/freevo/icons/themes/Crystal/status/volume_bar.png >+share/freevo/icons/themes/Crystal/status/volume_mute.png >+share/freevo/icons/themes/Crystal/status/volume_out.png >+share/freevo/icons/themes/Crystal/tv_off.png >+share/freevo/icons/themes/Crystal/tv_on.png >+share/freevo/icons/themes/Crystal/up.png >+share/freevo/icons/themes/Crystal/weather_off.png >+share/freevo/icons/themes/Crystal/weather_on.png >+share/freevo/icons/themes/Noia/README >+share/freevo/icons/themes/Noia/auto.png >+share/freevo/icons/themes/Noia/down.png >+share/freevo/icons/themes/Noia/left.png >+share/freevo/icons/themes/Noia/mimetypes/audio.png >+share/freevo/icons/themes/Noia/mimetypes/audiocd.png >+share/freevo/icons/themes/Noia/mimetypes/cdrom.png >+share/freevo/icons/themes/Noia/mimetypes/detached_player.png >+share/freevo/icons/themes/Noia/mimetypes/dvd.png >+share/freevo/icons/themes/Noia/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/Noia/mimetypes/folder.png >+share/freevo/icons/themes/Noia/mimetypes/news.png >+share/freevo/icons/themes/Noia/mimetypes/playlist.png >+share/freevo/icons/themes/Noia/mimetypes/unknown.png >+share/freevo/icons/themes/Noia/mimetypes/vcd.png >+share/freevo/icons/themes/Noia/mimetypes/video.png >+share/freevo/icons/themes/Noia/mimetypes/video_quicktime.png >+share/freevo/icons/themes/Noia/mimetypes/video_real.png >+share/freevo/icons/themes/Noia/mimetypes/webradio.png >+share/freevo/icons/themes/Noia/misc/osd_busy.png >+share/freevo/icons/themes/Noia/off.png >+share/freevo/icons/themes/Noia/on.png >+share/freevo/icons/themes/Noia/right.png >+share/freevo/icons/themes/Noia/up.png >+share/freevo/icons/themes/Panorama/down.png >+share/freevo/icons/themes/Panorama/left.png >+share/freevo/icons/themes/Panorama/mimetypes/audiocd.png >+share/freevo/icons/themes/Panorama/mimetypes/cdrom.png >+share/freevo/icons/themes/Panorama/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/Panorama/mimetypes/folder.png >+share/freevo/icons/themes/Panorama/mimetypes/folder_image.png >+share/freevo/icons/themes/Panorama/mimetypes/playlist.png >+share/freevo/icons/themes/Panorama/mimetypes/playlist_image.png >+share/freevo/icons/themes/Panorama/mimetypes/unknown.png >+share/freevo/icons/themes/Panorama/recordinglater.png >+share/freevo/icons/themes/Panorama/recordingnow.png >+share/freevo/icons/themes/Panorama/right.png >+share/freevo/icons/themes/Panorama/status/cd_audio.png >+share/freevo/icons/themes/Panorama/status/cd_burn.png >+share/freevo/icons/themes/Panorama/status/cd_inactive.png >+share/freevo/icons/themes/Panorama/status/cd_mixed.png >+share/freevo/icons/themes/Panorama/status/cd_photo.png >+share/freevo/icons/themes/Panorama/status/cd_rip.png >+share/freevo/icons/themes/Panorama/status/cd_video.png >+share/freevo/icons/themes/Panorama/status/mail_dimmed.png >+share/freevo/icons/themes/Panorama/status/mail_new.png >+share/freevo/icons/themes/Panorama/status/newmail_active.png >+share/freevo/icons/themes/Panorama/status/newmail_active_small.png >+share/freevo/icons/themes/Panorama/status/newmail_dimmed.png >+share/freevo/icons/themes/Panorama/status/television_active.png >+share/freevo/icons/themes/Panorama/status/television_expired.png >+share/freevo/icons/themes/Panorama/status/television_inactive.png >+share/freevo/icons/themes/Panorama/status/television_near_expired.png >+share/freevo/icons/themes/Panorama/status/volume_bar.png >+share/freevo/icons/themes/Panorama/status/volume_mute.png >+share/freevo/icons/themes/Panorama/status/volume_out.png >+share/freevo/icons/themes/Panorama/up.png >+share/freevo/icons/themes/Rain/auto.png >+share/freevo/icons/themes/Rain/commands_off.png >+share/freevo/icons/themes/Rain/commands_on.png >+share/freevo/icons/themes/Rain/down.png >+share/freevo/icons/themes/Rain/email_off.png >+share/freevo/icons/themes/Rain/email_on.png >+share/freevo/icons/themes/Rain/games_off.png >+share/freevo/icons/themes/Rain/games_on.png >+share/freevo/icons/themes/Rain/headlines_off.png >+share/freevo/icons/themes/Rain/headlines_on.png >+share/freevo/icons/themes/Rain/image_off.png >+share/freevo/icons/themes/Rain/image_on.png >+share/freevo/icons/themes/Rain/left.png >+share/freevo/icons/themes/Rain/mimetypes/audio.png >+share/freevo/icons/themes/Rain/mimetypes/audiocd.png >+share/freevo/icons/themes/Rain/mimetypes/cdrom.png >+share/freevo/icons/themes/Rain/mimetypes/detached_player.png >+share/freevo/icons/themes/Rain/mimetypes/dvd.png >+share/freevo/icons/themes/Rain/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/Rain/mimetypes/folder.png >+share/freevo/icons/themes/Rain/mimetypes/linkbrowser.png >+share/freevo/icons/themes/Rain/mimetypes/playlist.png >+share/freevo/icons/themes/Rain/mimetypes/trailers.png >+share/freevo/icons/themes/Rain/mimetypes/unknown.png >+share/freevo/icons/themes/Rain/mimetypes/vcd.png >+share/freevo/icons/themes/Rain/mimetypes/video.png >+share/freevo/icons/themes/Rain/mimetypes/video_quicktime.png >+share/freevo/icons/themes/Rain/mimetypes/video_real.png >+share/freevo/icons/themes/Rain/mimetypes/webradio.png >+share/freevo/icons/themes/Rain/misc/case.png >+share/freevo/icons/themes/Rain/misc/cdrom_mount.png >+share/freevo/icons/themes/Rain/misc/clock.png >+share/freevo/icons/themes/Rain/misc/cpu.png >+share/freevo/icons/themes/Rain/misc/freevo_app.png >+share/freevo/icons/themes/Rain/misc/hddtemp-cool.png >+share/freevo/icons/themes/Rain/misc/hddtemp-norm.png >+share/freevo/icons/themes/Rain/misc/hddtemp-warm.png >+share/freevo/icons/themes/Rain/misc/memory.png >+share/freevo/icons/themes/Rain/movie_off.png >+share/freevo/icons/themes/Rain/movie_on.png >+share/freevo/icons/themes/Rain/music_off.png >+share/freevo/icons/themes/Rain/music_on.png >+share/freevo/icons/themes/Rain/off.png >+share/freevo/icons/themes/Rain/on.png >+share/freevo/icons/themes/Rain/popup/popup_wait.png >+share/freevo/icons/themes/Rain/right.png >+share/freevo/icons/themes/Rain/shutdown_off.png >+share/freevo/icons/themes/Rain/shutdown_on.png >+share/freevo/icons/themes/Rain/status/cd_audio.png >+share/freevo/icons/themes/Rain/status/cd_burn.png >+share/freevo/icons/themes/Rain/status/cd_inactive.png >+share/freevo/icons/themes/Rain/status/cd_mixed.png >+share/freevo/icons/themes/Rain/status/cd_photo.png >+share/freevo/icons/themes/Rain/status/cd_rip.png >+share/freevo/icons/themes/Rain/status/cd_video.png >+share/freevo/icons/themes/Rain/status/mail_dimmed.png >+share/freevo/icons/themes/Rain/status/mail_new.png >+share/freevo/icons/themes/Rain/status/newmail_active.png >+share/freevo/icons/themes/Rain/status/newmail_active_small.png >+share/freevo/icons/themes/Rain/status/newmail_dimmed.png >+share/freevo/icons/themes/Rain/status/television_active.png >+share/freevo/icons/themes/Rain/status/television_expired.png >+share/freevo/icons/themes/Rain/status/television_inactive.png >+share/freevo/icons/themes/Rain/status/television_near_expired.png >+share/freevo/icons/themes/Rain/status/volume_bar.png >+share/freevo/icons/themes/Rain/status/volume_mute.png >+share/freevo/icons/themes/Rain/status/volume_out.png >+share/freevo/icons/themes/Rain/tv_off.png >+share/freevo/icons/themes/Rain/tv_on.png >+share/freevo/icons/themes/Rain/up.png >+share/freevo/icons/themes/Rain/weather_off.png >+share/freevo/icons/themes/Rain/weather_on.png >+share/freevo/icons/themes/atlantice/down.png >+share/freevo/icons/themes/atlantice/left.png >+share/freevo/icons/themes/atlantice/mimetypes/audio.png >+share/freevo/icons/themes/atlantice/mimetypes/audiocd.png >+share/freevo/icons/themes/atlantice/mimetypes/cdrom.png >+share/freevo/icons/themes/atlantice/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/atlantice/mimetypes/folder.png >+share/freevo/icons/themes/atlantice/mimetypes/folder_audio.png >+share/freevo/icons/themes/atlantice/mimetypes/folder_html.png >+share/freevo/icons/themes/atlantice/mimetypes/folder_image.png >+share/freevo/icons/themes/atlantice/mimetypes/folder_image2.png >+share/freevo/icons/themes/atlantice/mimetypes/folder_video.png >+share/freevo/icons/themes/atlantice/mimetypes/image.png >+share/freevo/icons/themes/atlantice/mimetypes/news.png >+share/freevo/icons/themes/atlantice/mimetypes/playlist.png >+share/freevo/icons/themes/atlantice/mimetypes/playlist_video.png >+share/freevo/icons/themes/atlantice/mimetypes/unknown.png >+share/freevo/icons/themes/atlantice/mimetypes/unknown2.png >+share/freevo/icons/themes/atlantice/mimetypes/video.png >+share/freevo/icons/themes/atlantice/right.png >+share/freevo/icons/themes/atlantice/status/cd_active.png >+share/freevo/icons/themes/atlantice/status/cd_audio.png >+share/freevo/icons/themes/atlantice/status/cd_inactive.png >+share/freevo/icons/themes/atlantice/status/cd_mixed.png >+share/freevo/icons/themes/atlantice/status/cd_video.png >+share/freevo/icons/themes/atlantice/status/newmail_active.png >+share/freevo/icons/themes/atlantice/status/newmail_dimmed.png >+share/freevo/icons/themes/atlantice/status/television_active.png >+share/freevo/icons/themes/atlantice/status/television_inactive.png >+share/freevo/icons/themes/atlantice/up.png >+share/freevo/icons/themes/bluestar/auto.png >+share/freevo/icons/themes/bluestar/down.png >+share/freevo/icons/themes/bluestar/email_off.png >+share/freevo/icons/themes/bluestar/email_on.png >+share/freevo/icons/themes/bluestar/games_off.png >+share/freevo/icons/themes/bluestar/games_on.png >+share/freevo/icons/themes/bluestar/headlines_off.png >+share/freevo/icons/themes/bluestar/headlines_on.png >+share/freevo/icons/themes/bluestar/image_off.png >+share/freevo/icons/themes/bluestar/image_on.png >+share/freevo/icons/themes/bluestar/left.png >+share/freevo/icons/themes/bluestar/mimetypes/audio.png >+share/freevo/icons/themes/bluestar/mimetypes/audiocd.png >+share/freevo/icons/themes/bluestar/mimetypes/cdrom.png >+share/freevo/icons/themes/bluestar/mimetypes/detached_player.png >+share/freevo/icons/themes/bluestar/mimetypes/dvd.png >+share/freevo/icons/themes/bluestar/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/bluestar/mimetypes/folder.png >+share/freevo/icons/themes/bluestar/mimetypes/folder_audio.png >+share/freevo/icons/themes/bluestar/mimetypes/folder_image.png >+share/freevo/icons/themes/bluestar/mimetypes/folder_video.png >+share/freevo/icons/themes/bluestar/mimetypes/image.png >+share/freevo/icons/themes/bluestar/mimetypes/linkbrowser.png >+share/freevo/icons/themes/bluestar/mimetypes/playlist.png >+share/freevo/icons/themes/bluestar/mimetypes/playlist_image.png >+share/freevo/icons/themes/bluestar/mimetypes/unknown.png >+share/freevo/icons/themes/bluestar/mimetypes/vcd.png >+share/freevo/icons/themes/bluestar/mimetypes/video.png >+share/freevo/icons/themes/bluestar/mimetypes/webradio.png >+share/freevo/icons/themes/bluestar/movie_off.png >+share/freevo/icons/themes/bluestar/movie_on.png >+share/freevo/icons/themes/bluestar/music_off.png >+share/freevo/icons/themes/bluestar/music_on.png >+share/freevo/icons/themes/bluestar/off.png >+share/freevo/icons/themes/bluestar/on.png >+share/freevo/icons/themes/bluestar/popup/osd_busy.png >+share/freevo/icons/themes/bluestar/popup/popup_wait.png >+share/freevo/icons/themes/bluestar/recordinglater.png >+share/freevo/icons/themes/bluestar/recordingnow.png >+share/freevo/icons/themes/bluestar/right.png >+share/freevo/icons/themes/bluestar/shutdown_off.png >+share/freevo/icons/themes/bluestar/shutdown_on.png >+share/freevo/icons/themes/bluestar/status/cd_audio.png >+share/freevo/icons/themes/bluestar/status/cd_burn.png >+share/freevo/icons/themes/bluestar/status/cd_inactive.png >+share/freevo/icons/themes/bluestar/status/cd_mixed.png >+share/freevo/icons/themes/bluestar/status/cd_photo.png >+share/freevo/icons/themes/bluestar/status/cd_rip.png >+share/freevo/icons/themes/bluestar/status/cd_video.png >+share/freevo/icons/themes/bluestar/status/mail_dimmed.png >+share/freevo/icons/themes/bluestar/status/mail_new.png >+share/freevo/icons/themes/bluestar/status/mail_offline.png >+share/freevo/icons/themes/bluestar/status/newmail_active.png >+share/freevo/icons/themes/bluestar/status/newmail_dimmed.png >+share/freevo/icons/themes/bluestar/status/television_active.png >+share/freevo/icons/themes/bluestar/status/television_expired.png >+share/freevo/icons/themes/bluestar/status/television_inactive.png >+share/freevo/icons/themes/bluestar/status/television_near_expired.png >+share/freevo/icons/themes/bluestar/status/volume_bar.png >+share/freevo/icons/themes/bluestar/status/volume_mute.png >+share/freevo/icons/themes/bluestar/status/volume_out.png >+share/freevo/icons/themes/bluestar/tv_off.png >+share/freevo/icons/themes/bluestar/tv_on.png >+share/freevo/icons/themes/bluestar/up.png >+share/freevo/icons/themes/bluestar/weather_off.png >+share/freevo/icons/themes/bluestar/weather_on.png >+share/freevo/icons/themes/blurr/down.png >+share/freevo/icons/themes/blurr/left.png >+share/freevo/icons/themes/blurr/mimetypes/audiocd.png >+share/freevo/icons/themes/blurr/mimetypes/cdrom.png >+share/freevo/icons/themes/blurr/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/blurr/mimetypes/folder_image.png >+share/freevo/icons/themes/blurr/mimetypes/playlist.png >+share/freevo/icons/themes/blurr/mimetypes/playlist_image.png >+share/freevo/icons/themes/blurr/mimetypes/unknown.png >+share/freevo/icons/themes/blurr/misc/bluebutton.png >+share/freevo/icons/themes/blurr/misc/greenbutton.png >+share/freevo/icons/themes/blurr/misc/radio.png >+share/freevo/icons/themes/blurr/misc/redbutton.png >+share/freevo/icons/themes/blurr/misc/yellowbutton.png >+share/freevo/icons/themes/blurr/recordinglater.png >+share/freevo/icons/themes/blurr/recordingnow.png >+share/freevo/icons/themes/blurr/right.png >+share/freevo/icons/themes/blurr/status/cd_audio.png >+share/freevo/icons/themes/blurr/status/cd_inactive.png >+share/freevo/icons/themes/blurr/status/cd_mixed.png >+share/freevo/icons/themes/blurr/status/cd_video.png >+share/freevo/icons/themes/blurr/status/diskfree-bad.png >+share/freevo/icons/themes/blurr/status/diskfree-good.png >+share/freevo/icons/themes/blurr/status/diskfree-poor.png >+share/freevo/icons/themes/blurr/status/diskfree.png >+share/freevo/icons/themes/blurr/status/newmail_active.png >+share/freevo/icons/themes/blurr/status/newmail_dimmed.png >+share/freevo/icons/themes/blurr/status/series_keep.png >+share/freevo/icons/themes/blurr/status/series_keep_watched.png >+share/freevo/icons/themes/blurr/status/series_unwatched.png >+share/freevo/icons/themes/blurr/status/series_watched.png >+share/freevo/icons/themes/blurr/status/television_active.png >+share/freevo/icons/themes/blurr/status/television_inactive.png >+share/freevo/icons/themes/blurr/status/television_keep.png >+share/freevo/icons/themes/blurr/status/television_keep_watched.png >+share/freevo/icons/themes/blurr/status/television_unwatched.png >+share/freevo/icons/themes/blurr/status/television_watched.png >+share/freevo/icons/themes/blurr/up.png >+share/freevo/icons/themes/geexbox/down.png >+share/freevo/icons/themes/geexbox/left.png >+share/freevo/icons/themes/geexbox/mimetypes/audiocd.png >+share/freevo/icons/themes/geexbox/mimetypes/cdrom.png >+share/freevo/icons/themes/geexbox/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/geexbox/mimetypes/folder_image.png >+share/freevo/icons/themes/geexbox/mimetypes/playlist.png >+share/freevo/icons/themes/geexbox/mimetypes/playlist_image.png >+share/freevo/icons/themes/geexbox/mimetypes/unknown.png >+share/freevo/icons/themes/geexbox/right.png >+share/freevo/icons/themes/geexbox/status/cd_audio.png >+share/freevo/icons/themes/geexbox/status/cd_inactive.png >+share/freevo/icons/themes/geexbox/status/cd_mixed.png >+share/freevo/icons/themes/geexbox/status/cd_video.png >+share/freevo/icons/themes/geexbox/status/newmail_active.png >+share/freevo/icons/themes/geexbox/status/newmail_dimmed.png >+share/freevo/icons/themes/geexbox/status/television_active.png >+share/freevo/icons/themes/geexbox/status/television_inactive.png >+share/freevo/icons/themes/geexbox/up.png >+share/freevo/icons/themes/mediaportal/auto.png >+share/freevo/icons/themes/mediaportal/down.png >+share/freevo/icons/themes/mediaportal/left.png >+share/freevo/icons/themes/mediaportal/mimetypes/RadioNetscape.png >+share/freevo/icons/themes/mediaportal/mimetypes/audio.png >+share/freevo/icons/themes/mediaportal/mimetypes/audiocd.png >+share/freevo/icons/themes/mediaportal/mimetypes/cdrom.png >+share/freevo/icons/themes/mediaportal/mimetypes/detached_player.png >+share/freevo/icons/themes/mediaportal/mimetypes/dvd.png >+share/freevo/icons/themes/mediaportal/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/mediaportal/mimetypes/folder.png >+share/freevo/icons/themes/mediaportal/mimetypes/linkbrowser.png >+share/freevo/icons/themes/mediaportal/mimetypes/playlist.png >+share/freevo/icons/themes/mediaportal/mimetypes/trailers.png >+share/freevo/icons/themes/mediaportal/mimetypes/unknown.png >+share/freevo/icons/themes/mediaportal/mimetypes/vcd.png >+share/freevo/icons/themes/mediaportal/mimetypes/video.png >+share/freevo/icons/themes/mediaportal/mimetypes/video_quicktime.png >+share/freevo/icons/themes/mediaportal/mimetypes/video_real.png >+share/freevo/icons/themes/mediaportal/mimetypes/webradio.png >+share/freevo/icons/themes/mediaportal/misc/case.png >+share/freevo/icons/themes/mediaportal/misc/cdrom_mount.png >+share/freevo/icons/themes/mediaportal/misc/clock.png >+share/freevo/icons/themes/mediaportal/misc/freevo_app.png >+share/freevo/icons/themes/mediaportal/misc/hddtemp-cool.png >+share/freevo/icons/themes/mediaportal/misc/hddtemp-norm.png >+share/freevo/icons/themes/mediaportal/misc/hddtemp-warm.png >+share/freevo/icons/themes/mediaportal/misc/memory.png >+share/freevo/icons/themes/mediaportal/off.png >+share/freevo/icons/themes/mediaportal/on.png >+share/freevo/icons/themes/mediaportal/popup/popup_wait.png >+share/freevo/icons/themes/mediaportal/right.png >+share/freevo/icons/themes/mediaportal/status/cd_audio.png >+share/freevo/icons/themes/mediaportal/status/cd_burn.png >+share/freevo/icons/themes/mediaportal/status/cd_inactive.png >+share/freevo/icons/themes/mediaportal/status/cd_mixed.png >+share/freevo/icons/themes/mediaportal/status/cd_photo.png >+share/freevo/icons/themes/mediaportal/status/cd_rip.png >+share/freevo/icons/themes/mediaportal/status/cd_video.png >+share/freevo/icons/themes/mediaportal/status/mail_dimmed.png >+share/freevo/icons/themes/mediaportal/status/mail_new.png >+share/freevo/icons/themes/mediaportal/status/newmail_active.png >+share/freevo/icons/themes/mediaportal/status/newmail_active_small.png >+share/freevo/icons/themes/mediaportal/status/newmail_dimmed.png >+share/freevo/icons/themes/mediaportal/status/television_active.png >+share/freevo/icons/themes/mediaportal/status/television_expired.png >+share/freevo/icons/themes/mediaportal/status/television_inactive.png >+share/freevo/icons/themes/mediaportal/status/television_near_expired.png >+share/freevo/icons/themes/mediaportal/status/volume_bar.png >+share/freevo/icons/themes/mediaportal/status/volume_mute.png >+share/freevo/icons/themes/mediaportal/status/volume_out.png >+share/freevo/icons/themes/mediaportal/tv_down.png >+share/freevo/icons/themes/mediaportal/tv_up.png >+share/freevo/icons/themes/mediaportal/tvguide_arrow_left.png >+share/freevo/icons/themes/mediaportal/tvguide_arrow_right.png >+share/freevo/icons/themes/mediaportal/up.png >+share/freevo/icons/themes/tuxntosh/down.png >+share/freevo/icons/themes/tuxntosh/left.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/images.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/movies.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/music.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_images.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_movies.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_music.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_shutdown.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/out_tv.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/shutdown.png >+share/freevo/icons/themes/tuxntosh/mainmenu/54x54/tv.png >+share/freevo/icons/themes/tuxntosh/mimetypes/audio.png >+share/freevo/icons/themes/tuxntosh/mimetypes/audiocd.png >+share/freevo/icons/themes/tuxntosh/mimetypes/cdrom.png >+share/freevo/icons/themes/tuxntosh/mimetypes/dvd.png >+share/freevo/icons/themes/tuxntosh/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/tuxntosh/mimetypes/file.png >+share/freevo/icons/themes/tuxntosh/mimetypes/folder.png >+share/freevo/icons/themes/tuxntosh/mimetypes/folder_audio.png >+share/freevo/icons/themes/tuxntosh/mimetypes/folder_image.png >+share/freevo/icons/themes/tuxntosh/mimetypes/folder_video.png >+share/freevo/icons/themes/tuxntosh/mimetypes/image.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_audio.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_audiocd.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_cdrom.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_dvd.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_empty_cdrom.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_file.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_folder.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_folder_audio.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_folder_image.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_folder_video.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_image.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_playlist.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_playlist_audio.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_playlist_image.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_playlist_video.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_unknown.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_vcd.png >+share/freevo/icons/themes/tuxntosh/mimetypes/out_video.png >+share/freevo/icons/themes/tuxntosh/mimetypes/playlist.png >+share/freevo/icons/themes/tuxntosh/mimetypes/playlist_audio.png >+share/freevo/icons/themes/tuxntosh/mimetypes/playlist_image.png >+share/freevo/icons/themes/tuxntosh/mimetypes/playlist_video.png >+share/freevo/icons/themes/tuxntosh/mimetypes/unknown.png >+share/freevo/icons/themes/tuxntosh/mimetypes/video.png >+share/freevo/icons/themes/tuxntosh/right.png >+share/freevo/icons/themes/tuxntosh/up.png >+share/freevo/icons/themes/tuxntosh2/appletux.jpeg >+share/freevo/icons/themes/tuxntosh2/down.png >+share/freevo/icons/themes/tuxntosh2/iconblank.png >+share/freevo/icons/themes/tuxntosh2/left.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/images.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/movies.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/music.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/out_images.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/out_movies.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/out_music.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/out_shutdown.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/out_tv.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/shutdown.png >+share/freevo/icons/themes/tuxntosh2/mainmenu/54x54/tv.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/audio.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/audiocd.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/cdrom.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/dvd.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/empty_cdrom.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/file.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/folder.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/folder_audio.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/folder_image.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/folder_video.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/image.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_audio.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_audiocd.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_cdrom.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_dvd.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_empty_cdrom.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_file.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_folder.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_folder_audio.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_folder_image.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_folder_video.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_image.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_playlist.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_playlist_audio.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_playlist_image.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_playlist_video.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_unknown.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_vcd.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/out_video.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/playlist.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/playlist_audio.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/playlist_image.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/playlist_video.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/unknown.png >+share/freevo/icons/themes/tuxntosh2/mimetypes/video.png >+share/freevo/icons/themes/tuxntosh2/mright.png >+share/freevo/icons/themes/tuxntosh2/mright_out.png >+share/freevo/icons/themes/tuxntosh2/right.png >+share/freevo/icons/themes/tuxntosh2/up.png >+share/freevo/icons/weather/cloud.png >+share/freevo/icons/weather/fog.png >+share/freevo/icons/weather/moon-mc.png >+share/freevo/icons/weather/moon-pc.png >+share/freevo/icons/weather/moon.png >+share/freevo/icons/weather/na.png >+share/freevo/icons/weather/rain.png >+share/freevo/icons/weather/snow.png >+share/freevo/icons/weather/storm.png >+share/freevo/icons/weather/sun-mc.png >+share/freevo/icons/weather/sun-pc.png >+share/freevo/icons/weather/sun.png >+share/freevo/icons/weather/suncloud.png >+share/freevo/icons/weather/tstorms.png >+share/freevo/icons/weather/wind.png >+share/freevo/images/TuxnTosh/button.psd >+share/freevo/images/TuxnTosh/buttondir.png >+share/freevo/images/TuxnTosh/buttonnodir.png >+share/freevo/images/TuxnTosh/buttonplaylist.png >+share/freevo/images/TuxnTosh/notselecteddir.png >+share/freevo/images/TuxnTosh/tuxntosh_audio.png >+share/freevo/images/TuxnTosh/tuxntosh_movies.png >+share/freevo/images/TuxnTosh/tuxntosh_photo.png >+share/freevo/images/atlantice/Coverback.png >+share/freevo/images/atlantice/back.png >+share/freevo/images/atlantice/back_black.jpg >+share/freevo/images/atlantice/commands.png >+share/freevo/images/atlantice/coverart_logo.png >+share/freevo/images/atlantice/games.png >+share/freevo/images/atlantice/image.png >+share/freevo/images/atlantice/logo.png >+share/freevo/images/atlantice/mail.png >+share/freevo/images/atlantice/movie.png >+share/freevo/images/atlantice/movie_cover.png >+share/freevo/images/atlantice/music.png >+share/freevo/images/atlantice/music_cover.png >+share/freevo/images/atlantice/music_cover2.png >+share/freevo/images/atlantice/news.png >+share/freevo/images/atlantice/panel.png >+share/freevo/images/atlantice/rain_movie.png >+share/freevo/images/atlantice/shutdown.png >+share/freevo/images/atlantice/tv.png >+share/freevo/images/atlantice/weather.png >+share/freevo/images/aubin_bg2.jpg >+share/freevo/images/barbieri/bg.jpg >+share/freevo/images/blackground.png >+share/freevo/images/bluestar_back.jpg >+share/freevo/images/bluestar_logo.png >+share/freevo/images/bluestar_scheduledtv.png >+share/freevo/images/bluestar_splash.jpg >+share/freevo/images/blurr_naxos.jpg >+share/freevo/images/blurrback.jpg >+share/freevo/images/blurrsplash.jpg >+share/freevo/images/crystal_back.jpg >+share/freevo/images/dark.png >+share/freevo/images/frame.png >+share/freevo/images/fxd/webradio/somafm/250x250sfm.jpg >+share/freevo/images/fxd/webradio/somafm/DroneZoneBox.jpg >+share/freevo/images/fxd/webradio/somafm/GrooveSaladBox.jpg >+share/freevo/images/fxd/webradio/somafm/SecretAgentBox.jpg >+share/freevo/images/fxd/webradio/somafm/blender.jpg >+share/freevo/images/fxd/webradio/somafm/bootliquor.jpg >+share/freevo/images/fxd/webradio/somafm/cliqhop.jpg >+share/freevo/images/fxd/webradio/somafm/digitalis.jpg >+share/freevo/images/fxd/webradio/somafm/doomed.jpg >+share/freevo/images/fxd/webradio/somafm/illstreet.jpg >+share/freevo/images/fxd/webradio/somafm/indychick.jpg >+share/freevo/images/fxd/webradio/somafm/lush.jpg >+share/freevo/images/fxd/webradio/somafm/sonicuniverse.jpg >+share/freevo/images/fxd/webradio/somafm/sss.jpg >+share/freevo/images/fxd/webradio/somafm/tagstrancefract.jpg >+share/freevo/images/gant/chat.png >+share/freevo/images/gant/commands.png >+share/freevo/images/gant/games.png >+share/freevo/images/gant/headlines.png >+share/freevo/images/gant/image.png >+share/freevo/images/gant/logo.png >+share/freevo/images/gant/movie.png >+share/freevo/images/gant/music.png >+share/freevo/images/gant/scheduledtv.png >+share/freevo/images/gant/shutdown.png >+share/freevo/images/gant/tv.png >+share/freevo/images/gant/weather.png >+share/freevo/images/geexbox/back.png >+share/freevo/images/geexbox/back_image.png >+share/freevo/images/geexbox/back_main.png >+share/freevo/images/geexbox/back_movie.png >+share/freevo/images/geexbox/back_music.png >+share/freevo/images/geexbox/back_tv.png >+share/freevo/images/geexbox/back_weather.png >+share/freevo/images/geexbox/headlines.jpg >+share/freevo/images/geexbox/image.png >+share/freevo/images/geexbox/logo.png >+share/freevo/images/geexbox/movie.png >+share/freevo/images/geexbox/music.png >+share/freevo/images/geexbox/newspaper.jpg >+share/freevo/images/geexbox/panel.png >+share/freevo/images/geexbox/panel2.png >+share/freevo/images/geexbox/shutdown.jpg >+share/freevo/images/geexbox/tv.png >+share/freevo/images/geexbox/weather.png >+share/freevo/images/idlebar.png >+share/freevo/images/logo.png >+share/freevo/images/logo_david.png >+share/freevo/images/mactvsplash.png >+share/freevo/images/mediaportal/background-xbmc.png >+share/freevo/images/mediaportal/background_my_recipies.png >+share/freevo/images/mediaportal/background_myalarm.png >+share/freevo/images/mediaportal/background_myburn.png >+share/freevo/images/mediaportal/background_myexplorer.png >+share/freevo/images/mediaportal/background_mymessenger.png >+share/freevo/images/mediaportal/background_mymusic.png >+share/freevo/images/mediaportal/background_mynews.png >+share/freevo/images/mediaportal/background_mypictures.png >+share/freevo/images/mediaportal/background_myprograms.png >+share/freevo/images/mediaportal/background_myradio.png >+share/freevo/images/mediaportal/background_mystatus.png >+share/freevo/images/mediaportal/background_mytv.png >+share/freevo/images/mediaportal/background_myvideos.png >+share/freevo/images/mediaportal/background_myweather.png >+share/freevo/images/mediaportal/background_scheduletv.png >+share/freevo/images/mediaportal/commands.png >+share/freevo/images/mediaportal/mail.png >+share/freevo/images/mediaportalsplash.png >+share/freevo/images/mpd_frame.png >+share/freevo/images/mpd_watermark.png >+share/freevo/images/mplayervis/freevo-medium-16x9.avi >+share/freevo/images/mplayervis/freevo-medium-4x3.avi >+share/freevo/images/mplayervis/freevo-small-16x9.avi >+share/freevo/images/mplayervis/freevo-small-4x3.avi >+share/freevo/images/newmarks/README >+share/freevo/images/newmarks/game.png >+share/freevo/images/newmarks/headlines.png >+share/freevo/images/newmarks/image.png >+share/freevo/images/newmarks/mail.png >+share/freevo/images/newmarks/movie.png >+share/freevo/images/newmarks/music.png >+share/freevo/images/newmarks/shutdown.png >+share/freevo/images/newmarks/term.png >+share/freevo/images/newmarks/tv.png >+share/freevo/images/osd/base/bar.png >+share/freevo/images/osd/base/bboptionsmenubg.png >+share/freevo/images/osd/base/button_active_bg.png >+share/freevo/images/osd/base/button_normal_bg.png >+share/freevo/images/osd/base/button_pressed_bg.png >+share/freevo/images/osd/base/details_bg.png >+share/freevo/images/osd/base/dialog_bg.png >+share/freevo/images/osd/base/fastforward.png >+share/freevo/images/osd/base/menu_active.png >+share/freevo/images/osd/base/menu_bg.png >+share/freevo/images/osd/base/menu_down.png >+share/freevo/images/osd/base/menu_normal.png >+share/freevo/images/osd/base/menu_pressed.png >+share/freevo/images/osd/base/menu_up.png >+share/freevo/images/osd/base/muted.png >+share/freevo/images/osd/base/pause.png >+share/freevo/images/osd/base/percent_bar.png >+share/freevo/images/osd/base/play.png >+share/freevo/images/osd/base/radio_active_bg.png >+share/freevo/images/osd/base/radio_selected.png >+share/freevo/images/osd/base/radio_unselected.png >+share/freevo/images/osd/base/rewind.png >+share/freevo/images/osd/base/seekback.png >+share/freevo/images/osd/base/seekforward.png >+share/freevo/images/osd/base/stop.png >+share/freevo/images/osd/base/volume_bar.png >+share/freevo/images/panorama/background.jpg >+share/freevo/images/panorama/gant_chat.png >+share/freevo/images/panorama/gant_commands.png >+share/freevo/images/panorama/gant_games.png >+share/freevo/images/panorama/gant_headlines.png >+share/freevo/images/panorama/gant_image.png >+share/freevo/images/panorama/gant_movie.png >+share/freevo/images/panorama/gant_music.png >+share/freevo/images/panorama/gant_scheduledtv.png >+share/freevo/images/panorama/gant_shutdown.png >+share/freevo/images/panorama/gant_tv.png >+share/freevo/images/panorama/gant_weather.png >+share/freevo/images/panorama/logo.png >+share/freevo/images/panorama/myth_cd.png >+share/freevo/images/panorama/myth_gallery.png >+share/freevo/images/panorama/myth_joystick.png >+share/freevo/images/panorama/myth_music.png >+share/freevo/images/panorama/myth_news.png >+share/freevo/images/panorama/myth_shutdown.png >+share/freevo/images/panorama/myth_tv.png >+share/freevo/images/panorama/myth_video.png >+share/freevo/images/panorama/myth_weather.png >+share/freevo/images/panorama/splashlogo.png >+share/freevo/images/panorama/watermark_cd.png >+share/freevo/images/panorama/watermark_gallery.png >+share/freevo/images/panorama/watermark_joystick.png >+share/freevo/images/panorama/watermark_logo.png >+share/freevo/images/panorama/watermark_music.png >+share/freevo/images/panorama/watermark_news.png >+share/freevo/images/panorama/watermark_shutdown.png >+share/freevo/images/panorama/watermark_tv.png >+share/freevo/images/panorama/watermark_video.png >+share/freevo/images/panorama/watermark_weather.png >+share/freevo/images/rain_back.jpg >+share/freevo/images/recording.png >+share/freevo/images/reminder_frame.png >+share/freevo/images/reminder_watermark.png >+share/freevo/images/splashscreen-bsd.png >+share/freevo/images/splashscreen.png >+share/freevo/images/star.png >+share/freevo/images/watermarks/bluestar_email.png >+share/freevo/images/watermarks/bluestar_games.png >+share/freevo/images/watermarks/bluestar_headlines.png >+share/freevo/images/watermarks/bluestar_image.png >+share/freevo/images/watermarks/bluestar_movie.png >+share/freevo/images/watermarks/bluestar_music.png >+share/freevo/images/watermarks/bluestar_shutdown.png >+share/freevo/images/watermarks/bluestar_tv.png >+share/freevo/images/watermarks/bluestar_weather.png >+share/freevo/images/watermarks/crystal_commands.png >+share/freevo/images/watermarks/crystal_email.png >+share/freevo/images/watermarks/crystal_games.png >+share/freevo/images/watermarks/crystal_headlines.png >+share/freevo/images/watermarks/crystal_image.png >+share/freevo/images/watermarks/crystal_movie.png >+share/freevo/images/watermarks/crystal_music.png >+share/freevo/images/watermarks/crystal_shutdown.png >+share/freevo/images/watermarks/crystal_tv.png >+share/freevo/images/watermarks/crystal_weather.png >+share/freevo/images/watermarks/image.png >+share/freevo/images/watermarks/mail.png >+share/freevo/images/watermarks/movie.png >+share/freevo/images/watermarks/music.png >+share/freevo/images/watermarks/rain_commands.png >+share/freevo/images/watermarks/rain_email.png >+share/freevo/images/watermarks/rain_games.png >+share/freevo/images/watermarks/rain_headlines.png >+share/freevo/images/watermarks/rain_image.png >+share/freevo/images/watermarks/rain_movie.png >+share/freevo/images/watermarks/rain_music.png >+share/freevo/images/watermarks/rain_shutdown.png >+share/freevo/images/watermarks/rain_tv.png >+share/freevo/images/watermarks/rain_weather.png >+share/freevo/images/watermarks/shutdown.png >+share/freevo/images/watermarks/tv.png >+share/freevo/images/weather/cloudy.png >+share/freevo/images/weather/fair.png >+share/freevo/images/weather/flurries.png >+share/freevo/images/weather/fog.png >+share/freevo/images/weather/lshowers.png >+share/freevo/images/weather/mcloudy.png >+share/freevo/images/weather/mediaportal/cloudy.png >+share/freevo/images/weather/mediaportal/drizzle.png >+share/freevo/images/weather/mediaportal/fair.png >+share/freevo/images/weather/mediaportal/flurries.png >+share/freevo/images/weather/mediaportal/fog.png >+share/freevo/images/weather/mediaportal/ice.png >+share/freevo/images/weather/mediaportal/lrain.png >+share/freevo/images/weather/mediaportal/lshowers.png >+share/freevo/images/weather/mediaportal/mcloudy.png >+share/freevo/images/weather/mediaportal/msunny.png >+share/freevo/images/weather/mediaportal/pcloudy.png >+share/freevo/images/weather/mediaportal/permission.txt >+share/freevo/images/weather/mediaportal/rain.png >+share/freevo/images/weather/mediaportal/rainsnow.png >+share/freevo/images/weather/mediaportal/scthunder.png >+share/freevo/images/weather/mediaportal/showers.png >+share/freevo/images/weather/mediaportal/snow.png >+share/freevo/images/weather/mediaportal/snowshow.png >+share/freevo/images/weather/mediaportal/sunny.png >+share/freevo/images/weather/mediaportal/thunder.png >+share/freevo/images/weather/mediaportal/thunshowers.png >+share/freevo/images/weather/mediaportal/unknown.png >+share/freevo/images/weather/mediaportal/weather_frame.png >+share/freevo/images/weather/mediaportal/weathertypes.dat >+share/freevo/images/weather/mediaportal/wshowers.png >+share/freevo/images/weather/oneclick_frame.png >+share/freevo/images/weather/pcloudy.png >+share/freevo/images/weather/rainsnow.png >+share/freevo/images/weather/showers.png >+share/freevo/images/weather/snowshow.png >+share/freevo/images/weather/sunny.png >+share/freevo/images/weather/thunshowers.png >+share/freevo/images/weather/unknown.png >+share/freevo/images/weather/weather_frame.png >+share/freevo/images/weather/weather_watermark.png >+share/freevo/images/weather/weathertypes.dat >+share/freevo/skins/freevo-osd.dtd >+share/freevo/skins/freevo-skin.dtd >+share/freevo/skins/main/Panorama.fxd >+share/freevo/skins/main/Panorama.jpg >+share/freevo/skins/main/Panorama.txt >+share/freevo/skins/main/README >+share/freevo/skins/main/Tux'n Tosh TV.fxd >+share/freevo/skins/main/Tux'n Tosh TV.png >+share/freevo/skins/main/atlantice.fxd >+share/freevo/skins/main/atlantice.png >+share/freevo/skins/main/basic.fxd >+share/freevo/skins/main/bluestar.fxd >+share/freevo/skins/main/bluestar.jpg >+share/freevo/skins/main/blurr.fxd >+share/freevo/skins/main/blurr.jpg >+share/freevo/skins/main/crystal.fxd >+share/freevo/skins/main/crystal.png >+share/freevo/skins/main/dark.fxd >+share/freevo/skins/main/dark.jpg >+share/freevo/skins/main/geexbox.fxd >+share/freevo/skins/main/geexbox.png >+share/freevo/skins/main/image.fxd >+share/freevo/skins/main/info.fxd >+share/freevo/skins/main/info.jpg >+share/freevo/skins/main/mediaportal.fxd >+share/freevo/skins/main/mediaportal.png >+share/freevo/skins/main/noia.fxd >+share/freevo/skins/main/noia.jpg >+share/freevo/skins/main/rain.fxd >+share/freevo/skins/main/rain.jpg >+share/freevo/skins/osd/base.fxd >+share/freevo/skins/plugins/mpd.fxd >+share/freevo/skins/plugins/oneclick.fxd >+share/freevo/skins/plugins/osd/livepause.fxd >+share/freevo/skins/plugins/reminder.fxd >+share/freevo/skins/plugins/video_details.fxd >+share/freevo/skins/plugins/weather.fxd >+@dirrmtry etc/freevo >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/animation > @dirrm %%PYTHON_SITELIBDIR%%/freevo/audio/plugins > @dirrm %%PYTHON_SITELIBDIR%%/freevo/audio >-@dirrm %%PYTHON_SITELIBDIR%%/freevo/animation >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/dialog/plugins >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/dialog >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/games >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/gui >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/helpers >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/image/plugins >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/image >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/plugins/idlebar >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/plugins/screensaver >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/plugins >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/skin/widgets >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/skin >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/skins/main >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/skins/osd >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/skins/plugins >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/skins >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/dvbstreamer >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause/display >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/tv/plugins/livepause >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/tv/plugins >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/tv >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/util >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/video/plugins >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/video >+@dirrm %%PYTHON_SITELIBDIR%%/freevo/www > @dirrm %%PYTHON_SITELIBDIR%%/freevo >-@dirrm etc/freevo >+@dirrmtry %%PYTHON_SITELIBDIR%% >+@dirrm %%DOCSDIR%%/installation >+@dirrm %%DOCSDIR%%/plugin_writing >+@dirrm %%DOCSDIR%% >+@dirrm share/freevo/contrib/fbcon >+@dirrm share/freevo/contrib >+@dirrm share/freevo/fonts >+@dirrm share/freevo/fxd/examples >+@dirrm share/freevo/fxd >+@dirrm share/freevo/htdocs/help/wiki >+@dirrm share/freevo/htdocs/help >+@dirrm share/freevo/htdocs/icons >+@dirrm share/freevo/htdocs/images/config >+@dirrm share/freevo/htdocs/images/library >+@dirrm share/freevo/htdocs/images/tab >+@dirrm share/freevo/htdocs/images >+@dirrm share/freevo/htdocs/scripts >+@dirrm share/freevo/htdocs/styles >+@dirrm share/freevo/htdocs/videolan/img >+@dirrm share/freevo/htdocs/videolan >+@dirrm share/freevo/htdocs >+@dirrm share/freevo/icons/holidays >+@dirrm share/freevo/icons/misc >+@dirrm share/freevo/icons/popup >+@dirrm share/freevo/icons/status >+@dirrm share/freevo/icons/themes/AquaFusion/mimetypes >+@dirrm share/freevo/icons/themes/AquaFusion >+@dirrm share/freevo/icons/themes/Crystal/mimetypes >+@dirrm share/freevo/icons/themes/Crystal/misc >+@dirrm share/freevo/icons/themes/Crystal/popup >+@dirrm share/freevo/icons/themes/Crystal/status >+@dirrm share/freevo/icons/themes/Crystal >+@dirrm share/freevo/icons/themes/Noia/mimetypes >+@dirrm share/freevo/icons/themes/Noia/misc >+@dirrm share/freevo/icons/themes/Noia >+@dirrm share/freevo/icons/themes/Panorama/mimetypes >+@dirrm share/freevo/icons/themes/Panorama/status >+@dirrm share/freevo/icons/themes/Panorama >+@dirrm share/freevo/icons/themes/Rain/mimetypes >+@dirrm share/freevo/icons/themes/Rain/misc >+@dirrm share/freevo/icons/themes/Rain/popup >+@dirrm share/freevo/icons/themes/Rain/status >+@dirrm share/freevo/icons/themes/Rain >+@dirrm share/freevo/icons/themes/atlantice/mimetypes >+@dirrm share/freevo/icons/themes/atlantice/status >+@dirrm share/freevo/icons/themes/atlantice >+@dirrm share/freevo/icons/themes/bluestar/mimetypes >+@dirrm share/freevo/icons/themes/bluestar/popup >+@dirrm share/freevo/icons/themes/bluestar/status >+@dirrm share/freevo/icons/themes/bluestar >+@dirrm share/freevo/icons/themes/blurr/mimetypes >+@dirrm share/freevo/icons/themes/blurr/misc >+@dirrm share/freevo/icons/themes/blurr/status >+@dirrm share/freevo/icons/themes/blurr >+@dirrm share/freevo/icons/themes/geexbox/mimetypes >+@dirrm share/freevo/icons/themes/geexbox/status >+@dirrm share/freevo/icons/themes/geexbox >+@dirrm share/freevo/icons/themes/mediaportal/mimetypes >+@dirrm share/freevo/icons/themes/mediaportal/misc >+@dirrm share/freevo/icons/themes/mediaportal/popup >+@dirrm share/freevo/icons/themes/mediaportal/status >+@dirrm share/freevo/icons/themes/mediaportal >+@dirrm share/freevo/icons/themes/tuxntosh/mainmenu/54x54 >+@dirrm share/freevo/icons/themes/tuxntosh/mainmenu >+@dirrm share/freevo/icons/themes/tuxntosh/mimetypes >+@dirrm share/freevo/icons/themes/tuxntosh >+@dirrm share/freevo/icons/themes/tuxntosh2/mainmenu/54x54 >+@dirrm share/freevo/icons/themes/tuxntosh2/mainmenu >+@dirrm share/freevo/icons/themes/tuxntosh2/mimetypes >+@dirrm share/freevo/icons/themes/tuxntosh2 >+@dirrm share/freevo/icons/themes >+@dirrm share/freevo/icons/weather >+@dirrm share/freevo/icons >+@dirrm share/freevo/images/TuxnTosh >+@dirrm share/freevo/images/atlantice >+@dirrm share/freevo/images/barbieri >+@dirrm share/freevo/images/fxd/webradio/somafm >+@dirrm share/freevo/images/fxd/webradio >+@dirrm share/freevo/images/fxd >+@dirrm share/freevo/images/gant >+@dirrm share/freevo/images/geexbox >+@dirrm share/freevo/images/mediaportal >+@dirrm share/freevo/images/mplayervis >+@dirrm share/freevo/images/newmarks >+@dirrm share/freevo/images/osd/base >+@dirrm share/freevo/images/osd >+@dirrm share/freevo/images/panorama >+@dirrm share/freevo/images/watermarks >+@dirrm share/freevo/images/weather/mediaportal >+@dirrm share/freevo/images/weather >+@dirrm share/freevo/images >+@dirrm share/freevo/skins/main >+@dirrm share/freevo/skins/osd >+@dirrm share/freevo/skins/plugins/osd >+@dirrm share/freevo/skins/plugins >+@dirrm share/freevo/skins >+@dirrm share/freevo >+@dirrmtry share/locale/af/LC_MESSAGES >+@dirrmtry share/locale/ca/LC_MESSAGES >+@dirrmtry share/locale/cs/LC_MESSAGES >+@dirrmtry share/locale/da/LC_MESSAGES >+@dirrmtry share/locale/de/LC_MESSAGES >+@dirrmtry share/locale/el/LC_MESSAGES >+@dirrmtry share/locale/en_GB/LC_MESSAGES >+@dirrmtry share/locale/es/LC_MESSAGES >+@dirrmtry share/locale/fi/LC_MESSAGES >+@dirrmtry share/locale/fr/LC_MESSAGES >+@dirrmtry share/locale/hu/LC_MESSAGES >+@dirrmtry share/locale/it/LC_MESSAGES >+@dirrmtry share/locale/nl/LC_MESSAGES >+@dirrmtry share/locale/no/LC_MESSAGES >+@dirrmtry share/locale/pl/LC_MESSAGES >+@dirrmtry share/locale/pt/LC_MESSAGES >+@dirrmtry share/locale/pt_BR/LC_MESSAGES >+@dirrmtry share/locale/ro/LC_MESSAGES >+@dirrmtry share/locale/ru/LC_MESSAGES >+@dirrmtry share/locale/sv/LC_MESSAGES >+@dirrmtry share/locale/zh_CN/LC_MESSAGES
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 130592
: 92836 |
92837