debian/0000775000000000000000000000000012321704127007167 5ustar debian/mytharchive.docs0000664000000000000000000000013412313736266012374 0ustar mythplugins/mytharchive/TODO mythplugins/mytharchive/README mythplugins/mytharchive/AUTHORS debian/mythtv.desktop0000664000000000000000000000041612313736266012130 0ustar [Desktop Entry] Name=MythTV Frontend Comment=A frontend for all content on a mythtv-backend GenericName=MythTV Viewer Exec=mythfrontend --service Type=Application Encoding=UTF-8 Icon=mythtv Categories=GNOME;Application;AudioVideo;Audio;Video X-AppInstall-Package=mythtv debian/mythtv-backend.logrotate0000664000000000000000000000267212313736266014052 0ustar /var/log/mythtv/mythbackend.log { daily size=10M rotate 7 notifempty copytruncate missingok postrotate reload rsyslog >/dev/null 2>&1 || true endscript } /var/log/mythtv/mythcommflag.log { daily size=10M rotate 7 notifempty copytruncate missingok postrotate reload rsyslog >/dev/null 2>&1 || true endscript } /var/log/mythtv/mythfilldatabase.log { daily size=10M rotate 7 notifempty copytruncate missingok postrotate reload rsyslog >/dev/null 2>&1 || true endscript } /var/log/mythtv/mythjobqueue.log { daily size=10M rotate 7 notifempty copytruncate missingok postrotate reload rsyslog >/dev/null 2>&1 || true endscript } /var/log/mythtv/mythpreviewgen.log { daily size=10M rotate 7 notifempty copytruncate missingok postrotate reload rsyslog >/dev/null 2>&1 || true endscript } /var/log/mythtv/mythtv-setup.log { daily size=10M rotate 7 notifempty copytruncate missingok postrotate reload rsyslog >/dev/null 2>&1 || true endscript } /var/log/mythtv/mirobridge.log { daily size=10M rotate 7 notifempty copytruncate missingok postrotate reload rsyslog >/dev/null 2>&1 || true endscript } debian/mythweb.config0000664000000000000000000000345512313736266012056 0ustar #!/bin/sh -e . /usr/share/debconf/confmodule CONFIG=/etc/mythtv/config.xml if [ -e $CONFIG ]; then if [ "`xpath -q -e 'string(//DBName)' $CONFIG 2>/dev/null`" = "" ]; then db_set mythtv/mysql_mythtv_dbname "`xpath -q -e 'string(//DatabaseName)' $CONFIG 2>/dev/null`" db_set mythtv/mysql_mythtv_user "`xpath -q -e 'string(//UserName)' $CONFIG 2>/dev/null`" db_set mythtv/mysql_mythtv_password "`xpath -q -e 'string(//Password)' $CONFIG 2>/dev/null`" db_set mythtv/mysql_host "`xpath -q -e 'string(//Host)' $CONFIG 2>/dev/null`" else ## This special case can be removed during the 14.10 dev cycle (it's only needed for upgrades from 0.25) db_set mythtv/mysql_mythtv_dbname "`xpath -q -e 'string(//DBName)' $CONFIG 2>/dev/null`" db_set mythtv/mysql_mythtv_user "`xpath -q -e 'string(//DBUserName)' $CONFIG 2>/dev/null`" db_set mythtv/mysql_mythtv_password "`xpath -q -e 'string(//DBPassword)' $CONFIG 2>/dev/null`" db_set mythtv/mysql_host "`xpath -q -e 'string(//DBHostName)' $CONFIG 2>/dev/null`" fi fi MYTHWEB_CONFIG=/etc/default/mythweb if [ -e $MYTHWEB_CONFIG ]; then db_set mythweb/enable "`sed -n -e 's/^\(str *\)\?enable = \(.*\)$/\2/gp;' $MYTHWEB_CONFIG`" db_set mythweb/only "`sed -n -e 's/^\(str *\)\?only = \(.*\)$/\2/gp;' $MYTHWEB_CONFIG`" db_set mythweb/username "`sed -n -e 's/^\(str *\)\?username = \(.*\)$/\2/gp;' $MYTHWEB_CONFIG`" db_set mythweb/password "`sed -n -e 's/^\(str *\)\?password = \(.*\)$/\2/gp;' $MYTHWEB_CONFIG`" fi #Ask these questions regardless db_input high mythweb/enable || true db_input high mythweb/only || true db_go #If enabled, then we ask these too db_get mythweb/enable if [ "$RET" = "true" ]; then db_input high mythweb/username || true db_input high mythweb/password || true db_go fi debian/mythtv-setup.sh0000775000000000000000000000313312313736266012231 0ustar #!/bin/sh # Mario Limonciello, March 2007 #source our dialog functions . /usr/share/mythtv/dialog_functions.sh #find the session, dialog and su manager we will be using for display find_session find_dialog find_su #check that we are in the mythtv group check_groups #if group membership is okay, go ahead and continue if [ "$IGNORE_NOT" = "0" ]; then RUNNING=$(status mythtv-backend | grep running) if [ -n "$RUNNING" ]; then dialog_question "MythTV Setup Preparation" "Mythbackend must be closed before continuing.\nIs it OK to close any currently running mythbackend processes?" CLOSE_NOT=$? else CLOSE_NOT=0 fi if [ "$CLOSE_NOT" = "0" ]; then if [ -n "$RUNNING" ]; then if [ "$DE" = "kde" ]; then $SU_TYPE stop mythtv-backend else $SU_TYPE stop mythtv-backend --message "Please enter your current login password to stop mythtv-backend." fi fi xterm -title "MythTV Setup Terminal" -e taskset -c 0 /usr/bin/mythtv-setup.real --syslog local7 "$@" if [ -z "$RUNNING" ]; then dialog_question "Start backend" "Would you like to start the mythtv backend?" START_NOT=$? else START_NOT=0 fi if [ "$START_NOT" = "0" ]; then if [ "$DE" = "kde" ]; then $SU_TYPE start mythtv-backend else $SU_TYPE start mythtv-backend --message "Please enter your current login password to start mythtv-backend." fi fi dialog_question "Fill Database?" "Would you like to run mythfilldatabase?" DATABASE_NOT=$? if [ "$DATABASE_NOT" = "0" ]; then xterm -title "Running mythfilldatabase" -e "unset DISPLAY && unset SESSION_MANAGER && mythfilldatabase; sleep 3" fi fi fi debian/mythnetvision.docs0000664000000000000000000000010312313736266012765 0ustar mythplugins/mythnetvision/README mythplugins/mythnetvision/AUTHORS debian/DESCRIBE0000664000000000000000000000007012313736305010273 0ustar BRANCH="fixes/0.27" SOURCE_VERSION="v0.27-193-g8ee257c" debian/mythtv_0.27.0.sql0000664000000000000000000054154012313736266012072 0ustar -- MySQL dump 10.13 Distrib 5.5.35, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: mythconverg -- ------------------------------------------------------ -- Server version 5.5.35-1ubuntu1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `archiveitems` -- DROP TABLE IF EXISTS `archiveitems`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `archiveitems` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `type` set('Recording','Video','File') CHARACTER SET latin1 DEFAULT NULL, `title` varchar(128) DEFAULT NULL, `subtitle` varchar(128) DEFAULT NULL, `description` text, `startdate` varchar(30) DEFAULT NULL, `starttime` varchar(30) DEFAULT NULL, `size` bigint(20) unsigned NOT NULL, `filename` text NOT NULL, `hascutlist` tinyint(1) NOT NULL DEFAULT '0', `cutlist` text, `duration` int(10) unsigned NOT NULL DEFAULT '0', `cutduration` int(10) unsigned NOT NULL DEFAULT '0', `videowidth` int(10) unsigned NOT NULL DEFAULT '0', `videoheight` int(10) unsigned NOT NULL DEFAULT '0', `filecodec` varchar(50) NOT NULL DEFAULT '', `videocodec` varchar(50) NOT NULL DEFAULT '', `encoderprofile` varchar(50) NOT NULL DEFAULT 'NONE', PRIMARY KEY (`intid`), KEY `title` (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `archiveitems` -- LOCK TABLES `archiveitems` WRITE; /*!40000 ALTER TABLE `archiveitems` DISABLE KEYS */; /*!40000 ALTER TABLE `archiveitems` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `callsignnetworkmap` -- DROP TABLE IF EXISTS `callsignnetworkmap`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `callsignnetworkmap` ( `id` int(11) NOT NULL AUTO_INCREMENT, `callsign` varchar(20) NOT NULL DEFAULT '', `network` varchar(20) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `callsign` (`callsign`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `callsignnetworkmap` -- LOCK TABLES `callsignnetworkmap` WRITE; /*!40000 ALTER TABLE `callsignnetworkmap` DISABLE KEYS */; /*!40000 ALTER TABLE `callsignnetworkmap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `capturecard` -- DROP TABLE IF EXISTS `capturecard`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `capturecard` ( `cardid` int(10) unsigned NOT NULL AUTO_INCREMENT, `videodevice` varchar(128) DEFAULT NULL, `audiodevice` varchar(128) DEFAULT NULL, `vbidevice` varchar(128) DEFAULT NULL, `cardtype` varchar(32) DEFAULT 'V4L', `defaultinput` varchar(32) DEFAULT 'Television', `audioratelimit` int(11) DEFAULT NULL, `hostname` varchar(64) DEFAULT NULL, `dvb_swfilter` int(11) DEFAULT '0', `dvb_sat_type` int(11) NOT NULL DEFAULT '0', `dvb_wait_for_seqstart` int(11) NOT NULL DEFAULT '1', `skipbtaudio` tinyint(1) DEFAULT '0', `dvb_on_demand` tinyint(4) NOT NULL DEFAULT '0', `dvb_diseqc_type` smallint(6) DEFAULT NULL, `firewire_speed` int(10) unsigned NOT NULL DEFAULT '0', `firewire_model` varchar(32) DEFAULT NULL, `firewire_connection` int(10) unsigned NOT NULL DEFAULT '0', `signal_timeout` int(11) NOT NULL DEFAULT '1000', `channel_timeout` int(11) NOT NULL DEFAULT '3000', `dvb_tuning_delay` int(10) unsigned NOT NULL DEFAULT '0', `contrast` int(11) NOT NULL DEFAULT '0', `brightness` int(11) NOT NULL DEFAULT '0', `colour` int(11) NOT NULL DEFAULT '0', `hue` int(11) NOT NULL DEFAULT '0', `diseqcid` int(10) unsigned DEFAULT NULL, `dvb_eitscan` tinyint(1) NOT NULL DEFAULT '1', PRIMARY KEY (`cardid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `capturecard` -- LOCK TABLES `capturecard` WRITE; /*!40000 ALTER TABLE `capturecard` DISABLE KEYS */; /*!40000 ALTER TABLE `capturecard` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `cardinput` -- DROP TABLE IF EXISTS `cardinput`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `cardinput` ( `cardinputid` int(10) unsigned NOT NULL AUTO_INCREMENT, `cardid` int(10) unsigned NOT NULL DEFAULT '0', `sourceid` int(10) unsigned NOT NULL DEFAULT '0', `inputname` varchar(32) NOT NULL DEFAULT '', `externalcommand` varchar(128) DEFAULT NULL, `changer_device` varchar(128) DEFAULT NULL, `changer_model` varchar(128) DEFAULT NULL, `tunechan` varchar(10) DEFAULT NULL, `startchan` varchar(10) DEFAULT NULL, `displayname` varchar(64) NOT NULL DEFAULT '', `dishnet_eit` tinyint(1) NOT NULL DEFAULT '0', `recpriority` int(11) NOT NULL DEFAULT '0', `quicktune` tinyint(4) NOT NULL DEFAULT '0', `schedorder` int(10) unsigned NOT NULL DEFAULT '0', `livetvorder` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`cardinputid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `cardinput` -- LOCK TABLES `cardinput` WRITE; /*!40000 ALTER TABLE `cardinput` DISABLE KEYS */; /*!40000 ALTER TABLE `cardinput` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `channel` -- DROP TABLE IF EXISTS `channel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `channel` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `channum` varchar(10) NOT NULL DEFAULT '', `freqid` varchar(10) DEFAULT NULL, `sourceid` int(10) unsigned DEFAULT NULL, `callsign` varchar(20) NOT NULL DEFAULT '', `name` varchar(64) NOT NULL DEFAULT '', `icon` varchar(255) NOT NULL DEFAULT '', `finetune` int(11) DEFAULT NULL, `videofilters` varchar(255) NOT NULL DEFAULT '', `xmltvid` varchar(255) NOT NULL DEFAULT '', `recpriority` int(10) NOT NULL DEFAULT '0', `contrast` int(11) DEFAULT '32768', `brightness` int(11) DEFAULT '32768', `colour` int(11) DEFAULT '32768', `hue` int(11) DEFAULT '32768', `tvformat` varchar(10) NOT NULL DEFAULT 'Default', `visible` tinyint(1) NOT NULL DEFAULT '1', `outputfilters` varchar(255) NOT NULL DEFAULT '', `useonairguide` tinyint(1) DEFAULT '0', `mplexid` smallint(6) DEFAULT NULL, `serviceid` mediumint(8) unsigned DEFAULT NULL, `tmoffset` int(11) NOT NULL DEFAULT '0', `atsc_major_chan` int(10) unsigned NOT NULL DEFAULT '0', `atsc_minor_chan` int(10) unsigned NOT NULL DEFAULT '0', `last_record` datetime NOT NULL, `default_authority` varchar(32) NOT NULL DEFAULT '', `commmethod` int(11) NOT NULL DEFAULT '-1', `iptvid` smallint(6) unsigned DEFAULT NULL, PRIMARY KEY (`chanid`), KEY `channel_src` (`channum`,`sourceid`), KEY `sourceid` (`sourceid`,`xmltvid`,`chanid`), KEY `visible` (`visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `channel` -- LOCK TABLES `channel` WRITE; /*!40000 ALTER TABLE `channel` DISABLE KEYS */; /*!40000 ALTER TABLE `channel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `channelgroup` -- DROP TABLE IF EXISTS `channelgroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `channelgroup` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `chanid` int(11) unsigned NOT NULL DEFAULT '0', `grpid` int(11) NOT NULL DEFAULT '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `channelgroup` -- LOCK TABLES `channelgroup` WRITE; /*!40000 ALTER TABLE `channelgroup` DISABLE KEYS */; /*!40000 ALTER TABLE `channelgroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `channelgroupnames` -- DROP TABLE IF EXISTS `channelgroupnames`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `channelgroupnames` ( `grpid` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(64) NOT NULL DEFAULT '0', PRIMARY KEY (`grpid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `channelgroupnames` -- LOCK TABLES `channelgroupnames` WRITE; /*!40000 ALTER TABLE `channelgroupnames` DISABLE KEYS */; INSERT INTO `channelgroupnames` VALUES (1,'Favorites'); /*!40000 ALTER TABLE `channelgroupnames` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `channelscan` -- DROP TABLE IF EXISTS `channelscan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `channelscan` ( `scanid` int(3) unsigned NOT NULL AUTO_INCREMENT, `cardid` int(3) unsigned NOT NULL, `sourceid` int(3) unsigned NOT NULL, `processed` tinyint(1) unsigned NOT NULL, `scandate` datetime NOT NULL, PRIMARY KEY (`scanid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `channelscan` -- LOCK TABLES `channelscan` WRITE; /*!40000 ALTER TABLE `channelscan` DISABLE KEYS */; /*!40000 ALTER TABLE `channelscan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `channelscan_channel` -- DROP TABLE IF EXISTS `channelscan_channel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `channelscan_channel` ( `transportid` int(6) unsigned NOT NULL, `scanid` int(3) unsigned NOT NULL, `mplex_id` smallint(6) NOT NULL, `source_id` int(3) unsigned NOT NULL, `channel_id` int(3) unsigned NOT NULL DEFAULT '0', `callsign` varchar(20) NOT NULL DEFAULT '', `service_name` varchar(64) NOT NULL DEFAULT '', `chan_num` varchar(10) NOT NULL DEFAULT '', `service_id` mediumint(8) unsigned NOT NULL DEFAULT '0', `atsc_major_channel` int(4) unsigned NOT NULL DEFAULT '0', `atsc_minor_channel` int(4) unsigned NOT NULL DEFAULT '0', `use_on_air_guide` tinyint(1) NOT NULL DEFAULT '0', `hidden` tinyint(1) NOT NULL DEFAULT '0', `hidden_in_guide` tinyint(1) NOT NULL DEFAULT '0', `freqid` varchar(10) NOT NULL DEFAULT '', `icon` varchar(255) NOT NULL DEFAULT '', `tvformat` varchar(10) NOT NULL DEFAULT 'Default', `xmltvid` varchar(64) NOT NULL DEFAULT '', `pat_tsid` int(5) unsigned NOT NULL DEFAULT '0', `vct_tsid` int(5) unsigned NOT NULL DEFAULT '0', `vct_chan_tsid` int(5) unsigned NOT NULL DEFAULT '0', `sdt_tsid` int(5) unsigned NOT NULL DEFAULT '0', `orig_netid` int(5) unsigned NOT NULL DEFAULT '0', `netid` int(5) unsigned NOT NULL DEFAULT '0', `si_standard` varchar(10) NOT NULL, `in_channels_conf` tinyint(1) unsigned NOT NULL DEFAULT '0', `in_pat` tinyint(1) unsigned NOT NULL DEFAULT '0', `in_pmt` tinyint(1) unsigned NOT NULL DEFAULT '0', `in_vct` tinyint(1) unsigned NOT NULL DEFAULT '0', `in_nit` tinyint(1) unsigned NOT NULL DEFAULT '0', `in_sdt` tinyint(1) unsigned NOT NULL DEFAULT '0', `is_encrypted` tinyint(1) unsigned NOT NULL DEFAULT '0', `is_data_service` tinyint(1) unsigned NOT NULL DEFAULT '0', `is_audio_service` tinyint(1) unsigned NOT NULL DEFAULT '0', `is_opencable` tinyint(1) unsigned NOT NULL DEFAULT '0', `could_be_opencable` tinyint(1) unsigned NOT NULL DEFAULT '0', `decryption_status` smallint(2) unsigned NOT NULL DEFAULT '0', `default_authority` varchar(32) NOT NULL DEFAULT '' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `channelscan_channel` -- LOCK TABLES `channelscan_channel` WRITE; /*!40000 ALTER TABLE `channelscan_channel` DISABLE KEYS */; /*!40000 ALTER TABLE `channelscan_channel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `channelscan_dtv_multiplex` -- DROP TABLE IF EXISTS `channelscan_dtv_multiplex`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `channelscan_dtv_multiplex` ( `transportid` int(6) unsigned NOT NULL AUTO_INCREMENT, `scanid` int(3) unsigned NOT NULL, `mplexid` smallint(6) unsigned NOT NULL, `frequency` bigint(12) unsigned NOT NULL, `inversion` char(1) NOT NULL DEFAULT 'a', `symbolrate` bigint(12) unsigned NOT NULL DEFAULT '0', `fec` varchar(10) NOT NULL DEFAULT 'auto', `polarity` char(1) NOT NULL DEFAULT '', `hp_code_rate` varchar(10) NOT NULL DEFAULT 'auto', `mod_sys` varchar(10) DEFAULT NULL, `rolloff` varchar(4) DEFAULT NULL, `lp_code_rate` varchar(10) NOT NULL DEFAULT 'auto', `modulation` varchar(10) NOT NULL DEFAULT 'auto', `transmission_mode` char(1) NOT NULL DEFAULT 'a', `guard_interval` varchar(10) NOT NULL DEFAULT 'auto', `hierarchy` varchar(10) NOT NULL DEFAULT 'auto', `bandwidth` char(1) NOT NULL DEFAULT 'a', `sistandard` varchar(10) NOT NULL, `tuner_type` smallint(2) unsigned NOT NULL, `default_authority` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`transportid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `channelscan_dtv_multiplex` -- LOCK TABLES `channelscan_dtv_multiplex` WRITE; /*!40000 ALTER TABLE `channelscan_dtv_multiplex` DISABLE KEYS */; /*!40000 ALTER TABLE `channelscan_dtv_multiplex` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `codecparams` -- DROP TABLE IF EXISTS `codecparams`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `codecparams` ( `profile` int(10) unsigned NOT NULL DEFAULT '0', `name` varchar(128) NOT NULL DEFAULT '', `value` varchar(128) DEFAULT NULL, PRIMARY KEY (`profile`,`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `codecparams` -- LOCK TABLES `codecparams` WRITE; /*!40000 ALTER TABLE `codecparams` DISABLE KEYS */; /*!40000 ALTER TABLE `codecparams` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `credits` -- DROP TABLE IF EXISTS `credits`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `credits` ( `person` mediumint(8) unsigned NOT NULL DEFAULT '0', `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `role` set('actor','director','producer','executive_producer','writer','guest_star','host','adapter','presenter','commentator','guest') CHARACTER SET latin1 NOT NULL DEFAULT '', UNIQUE KEY `chanid` (`chanid`,`starttime`,`person`,`role`), KEY `person` (`person`,`role`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `credits` -- LOCK TABLES `credits` WRITE; /*!40000 ALTER TABLE `credits` DISABLE KEYS */; /*!40000 ALTER TABLE `credits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `customexample` -- DROP TABLE IF EXISTS `customexample`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `customexample` ( `rulename` varchar(64) NOT NULL, `fromclause` varchar(10000) NOT NULL DEFAULT '', `whereclause` varchar(10000) NOT NULL DEFAULT '', `search` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`rulename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `customexample` -- LOCK TABLES `customexample` WRITE; /*!40000 ALTER TABLE `customexample` DISABLE KEYS */; INSERT INTO `customexample` VALUES ('New Flix','','program.category_type = \'movie\' AND program.airdate >= \n YEAR(DATE_SUB(NOW(), INTERVAL 1 YEAR)) \nAND program.stars > 0.5 ',1); /*!40000 ALTER TABLE `customexample` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `diseqc_config` -- DROP TABLE IF EXISTS `diseqc_config`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `diseqc_config` ( `cardinputid` int(10) unsigned NOT NULL, `diseqcid` int(10) unsigned NOT NULL, `value` varchar(16) NOT NULL DEFAULT '', KEY `id` (`cardinputid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `diseqc_config` -- LOCK TABLES `diseqc_config` WRITE; /*!40000 ALTER TABLE `diseqc_config` DISABLE KEYS */; /*!40000 ALTER TABLE `diseqc_config` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `diseqc_tree` -- DROP TABLE IF EXISTS `diseqc_tree`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `diseqc_tree` ( `diseqcid` int(10) unsigned NOT NULL AUTO_INCREMENT, `parentid` int(10) unsigned DEFAULT NULL, `ordinal` tinyint(3) unsigned NOT NULL, `type` varchar(16) NOT NULL DEFAULT '', `subtype` varchar(16) NOT NULL DEFAULT '', `description` varchar(32) NOT NULL DEFAULT '', `switch_ports` tinyint(3) unsigned NOT NULL DEFAULT '0', `rotor_hi_speed` float NOT NULL DEFAULT '0', `rotor_lo_speed` float NOT NULL DEFAULT '0', `rotor_positions` varchar(255) NOT NULL DEFAULT '', `lnb_lof_switch` int(10) NOT NULL DEFAULT '0', `lnb_lof_hi` int(10) NOT NULL DEFAULT '0', `lnb_lof_lo` int(10) NOT NULL DEFAULT '0', `cmd_repeat` int(11) NOT NULL DEFAULT '1', `lnb_pol_inv` tinyint(4) NOT NULL DEFAULT '0', `address` tinyint(3) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`diseqcid`), KEY `parentid` (`parentid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `diseqc_tree` -- LOCK TABLES `diseqc_tree` WRITE; /*!40000 ALTER TABLE `diseqc_tree` DISABLE KEYS */; /*!40000 ALTER TABLE `diseqc_tree` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `displayprofilegroups` -- DROP TABLE IF EXISTS `displayprofilegroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `displayprofilegroups` ( `name` varchar(128) NOT NULL, `hostname` varchar(64) NOT NULL, `profilegroupid` int(10) unsigned NOT NULL AUTO_INCREMENT, PRIMARY KEY (`name`,`hostname`), UNIQUE KEY `profilegroupid` (`profilegroupid`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `displayprofilegroups` -- LOCK TABLES `displayprofilegroups` WRITE; /*!40000 ALTER TABLE `displayprofilegroups` DISABLE KEYS */; INSERT INTO `displayprofilegroups` VALUES ('High Quality','OLDHOSTNAME',4),('Normal','OLDHOSTNAME',5),('Slim','OLDHOSTNAME',6),('VDPAU High Quality','OLDHOSTNAME',7),('VDPAU Normal','OLDHOSTNAME',8),('VDPAU Slim','OLDHOSTNAME',9),('OpenGL High Quality','OLDHOSTNAME',10),('OpenGL Normal','OLDHOSTNAME',11),('OpenGL Slim','OLDHOSTNAME',12),('VAAPI Normal','OLDHOSTNAME',13); /*!40000 ALTER TABLE `displayprofilegroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `displayprofiles` -- DROP TABLE IF EXISTS `displayprofiles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `displayprofiles` ( `profilegroupid` int(10) unsigned NOT NULL, `profileid` int(10) unsigned NOT NULL AUTO_INCREMENT, `value` varchar(128) NOT NULL, `data` varchar(255) NOT NULL DEFAULT '', KEY `profilegroupid` (`profilegroupid`), KEY `profileid` (`profileid`,`value`), KEY `profileid_2` (`profileid`) ) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `displayprofiles` -- LOCK TABLES `displayprofiles` WRITE; /*!40000 ALTER TABLE `displayprofiles` DISABLE KEYS */; INSERT INTO `displayprofiles` VALUES (4,13,'pref_priority','1'),(4,13,'pref_cmp0','>= 1920 1080'),(4,13,'pref_decoder','ffmpeg'),(4,13,'pref_max_cpus','2'),(4,13,'pref_videorenderer','xv-blit'),(4,13,'pref_osdrenderer','softblend'),(4,13,'pref_osdfade','1'),(4,13,'pref_deint0','linearblend'),(4,13,'pref_deint1','linearblend'),(4,13,'pref_filters',''),(4,14,'pref_priority','2'),(4,14,'pref_cmp0','> 0 0'),(4,14,'pref_decoder','ffmpeg'),(4,14,'pref_max_cpus','1'),(4,14,'pref_videorenderer','xv-blit'),(4,14,'pref_osdrenderer','softblend'),(4,14,'pref_osdfade','1'),(4,14,'pref_deint0','yadifdoubleprocessdeint'),(4,14,'pref_deint1','yadifdeint'),(4,14,'pref_filters',''),(4,15,'pref_priority','3'),(4,15,'pref_cmp0','>= 1920 1080'),(4,15,'pref_decoder','ffmpeg'),(4,15,'pref_max_cpus','2'),(4,15,'pref_videorenderer','quartz-blit'),(4,15,'pref_osdrenderer','softblend'),(4,15,'pref_osdfade','1'),(4,15,'pref_deint0','linearblend'),(4,15,'pref_deint1','linearblend'),(4,15,'pref_filters',''),(4,16,'pref_priority','4'),(4,16,'pref_cmp0','> 0 0'),(4,16,'pref_decoder','ffmpeg'),(4,16,'pref_max_cpus','1'),(4,16,'pref_videorenderer','quartz-blit'),(4,16,'pref_osdrenderer','softblend'),(4,16,'pref_osdfade','1'),(4,16,'pref_deint0','yadifdoubleprocessdeint'),(4,16,'pref_deint1','yadifdeint'),(4,16,'pref_filters',''),(5,17,'pref_priority','1'),(5,17,'pref_cmp0','>= 1280 720'),(5,17,'pref_decoder','ffmpeg'),(5,17,'pref_max_cpus','1'),(5,17,'pref_videorenderer','xv-blit'),(5,17,'pref_osdrenderer','softblend'),(5,17,'pref_osdfade','0'),(5,17,'pref_deint0','linearblend'),(5,17,'pref_deint1','linearblend'),(5,17,'pref_filters',''),(5,18,'pref_priority','2'),(5,18,'pref_cmp0','> 0 0'),(5,18,'pref_decoder','ffmpeg'),(5,18,'pref_max_cpus','1'),(5,18,'pref_videorenderer','xv-blit'),(5,18,'pref_osdrenderer','softblend'),(5,18,'pref_osdfade','1'),(5,18,'pref_deint0','greedyhdoubleprocessdeint'),(5,18,'pref_deint1','kerneldeint'),(5,18,'pref_filters',''),(5,19,'pref_priority','3'),(5,19,'pref_cmp0','>= 1280 720'),(5,19,'pref_decoder','ffmpeg'),(5,19,'pref_max_cpus','1'),(5,19,'pref_videorenderer','quartz-blit'),(5,19,'pref_osdrenderer','softblend'),(5,19,'pref_osdfade','0'),(5,19,'pref_deint0','linearblend'),(5,19,'pref_deint1','linearblend'),(5,19,'pref_filters',''),(5,20,'pref_priority','4'),(5,20,'pref_cmp0','> 0 0'),(5,20,'pref_decoder','ffmpeg'),(5,20,'pref_max_cpus','1'),(5,20,'pref_videorenderer','quartz-blit'),(5,20,'pref_osdrenderer','softblend'),(5,20,'pref_osdfade','1'),(5,20,'pref_deint0','greedyhdoubleprocessdeint'),(5,20,'pref_deint1','kerneldeint'),(5,20,'pref_filters',''),(6,21,'pref_priority','1'),(6,21,'pref_cmp0','>= 1280 720'),(6,21,'pref_decoder','ffmpeg'),(6,21,'pref_max_cpus','1'),(6,21,'pref_videorenderer','xv-blit'),(6,21,'pref_osdrenderer','softblend'),(6,21,'pref_osdfade','0'),(6,21,'pref_deint0','onefield'),(6,21,'pref_deint1','onefield'),(6,21,'pref_filters',''),(6,22,'pref_priority','2'),(6,22,'pref_cmp0','> 0 0'),(6,22,'pref_decoder','ffmpeg'),(6,22,'pref_max_cpus','1'),(6,22,'pref_videorenderer','xv-blit'),(6,22,'pref_osdrenderer','softblend'),(6,22,'pref_osdfade','1'),(6,22,'pref_deint0','linearblend'),(6,22,'pref_deint1','linearblend'),(6,22,'pref_filters',''),(6,23,'pref_priority','3'),(6,23,'pref_cmp0','>= 1280 720'),(6,23,'pref_decoder','ffmpeg'),(6,23,'pref_max_cpus','1'),(6,23,'pref_videorenderer','quartz-blit'),(6,23,'pref_osdrenderer','softblend'),(6,23,'pref_osdfade','0'),(6,23,'pref_deint0','onefield'),(6,23,'pref_deint1','onefield'),(6,23,'pref_filters',''),(6,24,'pref_priority','4'),(6,24,'pref_cmp0','> 0 0'),(6,24,'pref_decoder','ffmpeg'),(6,24,'pref_max_cpus','1'),(6,24,'pref_videorenderer','quartz-blit'),(6,24,'pref_osdrenderer','softblend'),(6,24,'pref_osdfade','1'),(6,24,'pref_deint0','linearblend'),(6,24,'pref_deint1','linearblend'),(6,24,'pref_filters',''),(7,25,'pref_priority','1'),(7,25,'pref_cmp0','> 0 0'),(7,25,'pref_decoder','vdpau'),(7,25,'pref_max_cpus','1'),(7,25,'pref_videorenderer','vdpau'),(7,25,'pref_osdrenderer','vdpau'),(7,25,'pref_osdfade','1'),(7,25,'pref_deint0','vdpauadvanceddoublerate'),(7,25,'pref_deint1','vdpauadvanced'),(7,25,'pref_filters',''),(8,26,'pref_priority','1'),(8,26,'pref_cmp0','>= 0 720'),(8,26,'pref_decoder','vdpau'),(8,26,'pref_max_cpus','1'),(8,26,'pref_videorenderer','vdpau'),(8,26,'pref_osdrenderer','vdpau'),(8,26,'pref_osdfade','1'),(8,26,'pref_deint0','vdpaubasicdoublerate'),(8,26,'pref_deint1','vdpaubasic'),(8,26,'pref_filters',''),(8,27,'pref_priority','2'),(8,27,'pref_cmp0','> 0 0'),(8,27,'pref_decoder','vdpau'),(8,27,'pref_max_cpus','1'),(8,27,'pref_videorenderer','vdpau'),(8,27,'pref_osdrenderer','vdpau'),(8,27,'pref_osdfade','1'),(8,27,'pref_deint0','vdpauadvanceddoublerate'),(8,27,'pref_deint1','vdpauadvanced'),(8,27,'pref_filters',''),(9,28,'pref_priority','1'),(9,28,'pref_cmp0','> 0 0'),(9,28,'pref_decoder','vdpau'),(9,28,'pref_max_cpus','1'),(9,28,'pref_videorenderer','vdpau'),(9,28,'pref_osdrenderer','vdpau'),(9,28,'pref_osdfade','0'),(9,28,'pref_deint0','vdpaubobdeint'),(9,28,'pref_deint1','vdpauonefield'),(9,28,'pref_filters','vdpauskipchroma'),(10,29,'pref_priority','1'),(10,29,'pref_cmp0','> 0 0'),(10,29,'pref_decoder','ffmpeg'),(10,29,'pref_max_cpus','2'),(10,29,'pref_skiploop','1'),(10,29,'pref_videorenderer','opengl'),(10,29,'pref_osdrenderer','opengl2'),(10,29,'pref_osdfade','1'),(10,29,'pref_deint0','greedyhdoubleprocessdeint'),(10,29,'pref_deint1','greedyhdeint'),(10,29,'pref_filters',''),(11,30,'pref_priority','1'),(11,30,'pref_cmp0','> 0 0'),(11,30,'pref_decoder','ffmpeg'),(11,30,'pref_max_cpus','2'),(11,30,'pref_skiploop','1'),(11,30,'pref_videorenderer','opengl'),(11,30,'pref_osdrenderer','opengl2'),(11,30,'pref_osdfade','1'),(11,30,'pref_deint0','opengldoubleratekerneldeint'),(11,30,'pref_deint1','openglkerneldeint'),(11,30,'pref_filters',''),(12,31,'pref_priority','1'),(12,31,'pref_cmp0','> 0 0'),(12,31,'pref_decoder','ffmpeg'),(12,31,'pref_max_cpus','1'),(12,31,'pref_skiploop','1'),(12,31,'pref_videorenderer','opengl'),(12,31,'pref_osdrenderer','opengl2'),(12,31,'pref_osdfade','1'),(12,31,'pref_deint0','opengldoubleratelinearblend'),(12,31,'pref_deint1','opengllinearblend'),(12,31,'pref_filters',''),(13,32,'pref_priority','1'),(13,32,'pref_cmp0','> 0 0'),(13,32,'pref_decoder','vaapi'),(13,32,'pref_max_cpus','2'),(13,32,'pref_skiploop','1'),(13,32,'pref_videorenderer','openglvaapi'),(13,32,'pref_osdrenderer','opengl2'),(13,32,'pref_osdfade','1'),(13,32,'pref_deint0','vaapibobdeint'),(13,32,'pref_deint1','vaapionefield'),(13,32,'pref_filters',''),(13,33,'pref_priority','2'),(13,33,'pref_cmp0','> 0 0'),(13,33,'pref_decoder','ffmpeg'),(13,33,'pref_max_cpus','2'),(13,33,'pref_skiploop','1'),(13,33,'pref_videorenderer','opengl'),(13,33,'pref_osdrenderer','opengl2'),(13,33,'pref_osdfade','1'),(13,33,'pref_deint0','opengldoubleratekerneldeint'),(13,33,'pref_deint1','openglkerneldeint'),(13,33,'pref_filters',''); /*!40000 ALTER TABLE `displayprofiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dtv_multiplex` -- DROP TABLE IF EXISTS `dtv_multiplex`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dtv_multiplex` ( `mplexid` smallint(6) NOT NULL AUTO_INCREMENT, `sourceid` smallint(6) DEFAULT NULL, `transportid` int(11) DEFAULT NULL, `networkid` int(11) DEFAULT NULL, `frequency` int(11) DEFAULT NULL, `inversion` char(1) DEFAULT 'a', `symbolrate` int(11) DEFAULT NULL, `fec` varchar(10) DEFAULT 'auto', `polarity` char(1) DEFAULT NULL, `modulation` varchar(10) DEFAULT 'auto', `bandwidth` char(1) DEFAULT 'a', `lp_code_rate` varchar(10) DEFAULT 'auto', `transmission_mode` char(1) DEFAULT 'a', `guard_interval` varchar(10) DEFAULT 'auto', `visible` smallint(1) NOT NULL DEFAULT '0', `constellation` varchar(10) DEFAULT 'auto', `hierarchy` varchar(10) DEFAULT 'auto', `hp_code_rate` varchar(10) DEFAULT 'auto', `mod_sys` varchar(10) DEFAULT NULL, `rolloff` varchar(4) DEFAULT NULL, `sistandard` varchar(10) DEFAULT 'dvb', `serviceversion` smallint(6) DEFAULT '33', `updatetimestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `default_authority` varchar(32) NOT NULL DEFAULT '', PRIMARY KEY (`mplexid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dtv_multiplex` -- LOCK TABLES `dtv_multiplex` WRITE; /*!40000 ALTER TABLE `dtv_multiplex` DISABLE KEYS */; /*!40000 ALTER TABLE `dtv_multiplex` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dtv_privatetypes` -- DROP TABLE IF EXISTS `dtv_privatetypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dtv_privatetypes` ( `sitype` varchar(4) NOT NULL DEFAULT '', `networkid` int(11) NOT NULL DEFAULT '0', `private_type` varchar(20) NOT NULL DEFAULT '', `private_value` varchar(100) NOT NULL DEFAULT '' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dtv_privatetypes` -- LOCK TABLES `dtv_privatetypes` WRITE; /*!40000 ALTER TABLE `dtv_privatetypes` DISABLE KEYS */; INSERT INTO `dtv_privatetypes` VALUES ('dvb',9018,'channel_numbers','131'),('dvb',9018,'guide_fixup','2'),('dvb',256,'guide_fixup','1'),('dvb',257,'guide_fixup','1'),('dvb',256,'tv_types','1,150,134,133'),('dvb',257,'tv_types','1,150,134,133'),('dvb',4100,'sdt_mapping','1'),('dvb',4101,'sdt_mapping','1'),('dvb',4102,'sdt_mapping','1'),('dvb',4103,'sdt_mapping','1'),('dvb',4104,'sdt_mapping','1'),('dvb',4105,'sdt_mapping','1'),('dvb',4106,'sdt_mapping','1'),('dvb',4107,'sdt_mapping','1'),('dvb',4097,'sdt_mapping','1'),('dvb',4098,'sdt_mapping','1'),('dvb',4100,'tv_types','1,145,154'),('dvb',4101,'tv_types','1,145,154'),('dvb',4102,'tv_types','1,145,154'),('dvb',4103,'tv_types','1,145,154'),('dvb',4104,'tv_types','1,145,154'),('dvb',4105,'tv_types','1,145,154'),('dvb',4106,'tv_types','1,145,154'),('dvb',4107,'tv_types','1,145,154'),('dvb',4097,'tv_types','1,145,154'),('dvb',4098,'tv_types','1,145,154'),('dvb',4100,'guide_fixup','1'),('dvb',4101,'guide_fixup','1'),('dvb',4102,'guide_fixup','1'),('dvb',4103,'guide_fixup','1'),('dvb',4104,'guide_fixup','1'),('dvb',4105,'guide_fixup','1'),('dvb',4106,'guide_fixup','1'),('dvb',4107,'guide_fixup','1'),('dvb',4096,'guide_fixup','5'),('dvb',4097,'guide_fixup','1'),('dvb',4098,'guide_fixup','1'),('dvb',94,'tv_types','1,128'),('atsc',1793,'guide_fixup','3'),('dvb',40999,'guide_fixup','4'),('dvb',70,'force_guide_present','yes'),('dvb',70,'guide_ranges','80,80,96,96'),('dvb',4112,'channel_numbers','131'),('dvb',4115,'channel_numbers','131'),('dvb',4116,'channel_numbers','131'),('dvb',12802,'channel_numbers','131'),('dvb',12803,'channel_numbers','131'),('dvb',12829,'channel_numbers','131'),('dvb',40999,'parse_subtitle_list','1070,1308,1041,1306,1307,1030,1016,1131,1068,1069'),('dvb',4096,'guide_fixup','5'); /*!40000 ALTER TABLE `dtv_privatetypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dvdbookmark` -- DROP TABLE IF EXISTS `dvdbookmark`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dvdbookmark` ( `serialid` varchar(16) NOT NULL DEFAULT '', `name` varchar(32) DEFAULT NULL, `title` smallint(6) NOT NULL DEFAULT '0', `audionum` tinyint(4) NOT NULL DEFAULT '-1', `subtitlenum` tinyint(4) NOT NULL DEFAULT '-1', `framenum` bigint(20) NOT NULL DEFAULT '0', `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `dvdstate` varchar(1024) NOT NULL DEFAULT '', PRIMARY KEY (`serialid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dvdbookmark` -- LOCK TABLES `dvdbookmark` WRITE; /*!40000 ALTER TABLE `dvdbookmark` DISABLE KEYS */; /*!40000 ALTER TABLE `dvdbookmark` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dvdinput` -- DROP TABLE IF EXISTS `dvdinput`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dvdinput` ( `intid` int(10) unsigned NOT NULL, `hsize` int(10) unsigned DEFAULT NULL, `vsize` int(10) unsigned DEFAULT NULL, `ar_num` int(10) unsigned DEFAULT NULL, `ar_denom` int(10) unsigned DEFAULT NULL, `fr_code` int(10) unsigned DEFAULT NULL, `letterbox` tinyint(1) DEFAULT NULL, `v_format` varchar(16) DEFAULT NULL, PRIMARY KEY (`intid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dvdinput` -- LOCK TABLES `dvdinput` WRITE; /*!40000 ALTER TABLE `dvdinput` DISABLE KEYS */; INSERT INTO `dvdinput` VALUES (1,720,480,16,9,1,1,'ntsc'),(2,720,480,16,9,1,0,'ntsc'),(3,720,480,4,3,1,1,'ntsc'),(4,720,480,4,3,1,0,'ntsc'),(5,720,576,16,9,3,1,'pal'),(6,720,576,16,9,3,0,'pal'),(7,720,576,4,3,3,1,'pal'),(8,720,576,4,3,3,0,'pal'); /*!40000 ALTER TABLE `dvdinput` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `dvdtranscode` -- DROP TABLE IF EXISTS `dvdtranscode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `dvdtranscode` ( `intid` int(11) NOT NULL AUTO_INCREMENT, `input` int(10) unsigned DEFAULT NULL, `name` varchar(128) NOT NULL, `sync_mode` int(10) unsigned DEFAULT NULL, `use_yv12` tinyint(1) DEFAULT NULL, `cliptop` int(11) DEFAULT NULL, `clipbottom` int(11) DEFAULT NULL, `clipleft` int(11) DEFAULT NULL, `clipright` int(11) DEFAULT NULL, `f_resize_h` int(11) DEFAULT NULL, `f_resize_w` int(11) DEFAULT NULL, `hq_resize_h` int(11) DEFAULT NULL, `hq_resize_w` int(11) DEFAULT NULL, `grow_h` int(11) DEFAULT NULL, `grow_w` int(11) DEFAULT NULL, `clip2top` int(11) DEFAULT NULL, `clip2bottom` int(11) DEFAULT NULL, `clip2left` int(11) DEFAULT NULL, `clip2right` int(11) DEFAULT NULL, `codec` varchar(128) NOT NULL, `codec_param` varchar(128) DEFAULT NULL, `bitrate` int(11) DEFAULT NULL, `a_sample_r` int(11) DEFAULT NULL, `a_bitrate` int(11) DEFAULT NULL, `two_pass` tinyint(1) DEFAULT NULL, `tc_param` varchar(128) DEFAULT NULL, PRIMARY KEY (`intid`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `dvdtranscode` -- LOCK TABLES `dvdtranscode` WRITE; /*!40000 ALTER TABLE `dvdtranscode` DISABLE KEYS */; INSERT INTO `dvdtranscode` VALUES (1,1,'Good',2,1,16,16,0,0,2,0,0,0,0,0,32,32,8,8,'divx5',NULL,1618,NULL,NULL,0,NULL),(2,2,'Excellent',2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'divx5',NULL,0,NULL,NULL,1,NULL),(3,2,'Good',2,1,0,0,8,8,0,0,0,0,0,0,0,0,0,0,'divx5',NULL,1618,NULL,NULL,0,NULL),(4,2,'Medium',2,1,0,0,8,8,5,5,0,0,0,0,0,0,0,0,'divx5',NULL,1200,NULL,NULL,0,NULL),(5,3,'Good',2,1,0,0,0,0,0,0,0,0,2,0,80,80,8,8,'divx5',NULL,0,NULL,NULL,0,NULL),(6,4,'Excellent',2,1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,'divx5',NULL,0,NULL,NULL,1,NULL),(7,4,'Good',2,1,0,0,8,8,0,2,0,0,0,0,0,0,0,0,'divx5',NULL,1618,NULL,NULL,0,NULL),(8,5,'Good',1,1,16,16,0,0,5,0,0,0,0,0,40,40,8,8,'divx5',NULL,1618,NULL,NULL,0,NULL),(9,6,'Good',1,1,0,0,16,16,5,0,0,0,0,0,0,0,0,0,'divx5',NULL,1618,NULL,NULL,0,NULL),(10,7,'Good',1,1,0,0,0,0,1,0,0,0,0,0,76,76,8,8,'divx5',NULL,1618,NULL,NULL,0,NULL),(11,8,'Good',1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,'divx5',NULL,1618,NULL,NULL,0,NULL); /*!40000 ALTER TABLE `dvdtranscode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `eit_cache` -- DROP TABLE IF EXISTS `eit_cache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `eit_cache` ( `chanid` int(10) NOT NULL, `eventid` int(10) unsigned NOT NULL DEFAULT '0', `tableid` tinyint(3) unsigned NOT NULL, `version` tinyint(3) unsigned NOT NULL, `endtime` int(10) unsigned NOT NULL, `status` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`chanid`,`eventid`,`status`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `eit_cache` -- LOCK TABLES `eit_cache` WRITE; /*!40000 ALTER TABLE `eit_cache` DISABLE KEYS */; /*!40000 ALTER TABLE `eit_cache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `filemarkup` -- DROP TABLE IF EXISTS `filemarkup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `filemarkup` ( `filename` text NOT NULL, `mark` mediumint(8) unsigned NOT NULL DEFAULT '0', `offset` bigint(20) unsigned DEFAULT NULL, `type` tinyint(4) NOT NULL DEFAULT '0', KEY `filename` (`filename`(255)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `filemarkup` -- LOCK TABLES `filemarkup` WRITE; /*!40000 ALTER TABLE `filemarkup` DISABLE KEYS */; /*!40000 ALTER TABLE `filemarkup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gallerymetadata` -- DROP TABLE IF EXISTS `gallerymetadata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gallerymetadata` ( `image` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `angle` int(11) NOT NULL, PRIMARY KEY (`image`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gallerymetadata` -- LOCK TABLES `gallerymetadata` WRITE; /*!40000 ALTER TABLE `gallerymetadata` DISABLE KEYS */; /*!40000 ALTER TABLE `gallerymetadata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gamemetadata` -- DROP TABLE IF EXISTS `gamemetadata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gamemetadata` ( `system` varchar(128) NOT NULL DEFAULT '', `romname` varchar(128) NOT NULL DEFAULT '', `gamename` varchar(128) NOT NULL DEFAULT '', `genre` varchar(128) NOT NULL DEFAULT '', `year` varchar(10) NOT NULL DEFAULT '', `publisher` varchar(128) NOT NULL DEFAULT '', `favorite` tinyint(1) DEFAULT NULL, `rompath` varchar(255) NOT NULL DEFAULT '', `screenshot` varchar(255) NOT NULL, `fanart` varchar(255) NOT NULL, `plot` text NOT NULL, `boxart` varchar(255) NOT NULL, `gametype` varchar(64) NOT NULL DEFAULT '', `diskcount` tinyint(1) NOT NULL DEFAULT '1', `country` varchar(128) NOT NULL DEFAULT '', `crc_value` varchar(64) NOT NULL DEFAULT '', `display` tinyint(1) NOT NULL DEFAULT '1', `version` varchar(64) NOT NULL DEFAULT '', KEY `system` (`system`), KEY `year` (`year`), KEY `romname` (`romname`), KEY `gamename` (`gamename`), KEY `genre` (`genre`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gamemetadata` -- LOCK TABLES `gamemetadata` WRITE; /*!40000 ALTER TABLE `gamemetadata` DISABLE KEYS */; /*!40000 ALTER TABLE `gamemetadata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `gameplayers` -- DROP TABLE IF EXISTS `gameplayers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `gameplayers` ( `gameplayerid` int(10) unsigned NOT NULL AUTO_INCREMENT, `playername` varchar(64) NOT NULL DEFAULT '', `workingpath` varchar(255) NOT NULL DEFAULT '', `rompath` varchar(255) NOT NULL DEFAULT '', `screenshots` varchar(255) NOT NULL DEFAULT '', `commandline` text NOT NULL, `gametype` varchar(64) NOT NULL DEFAULT '', `extensions` varchar(128) NOT NULL DEFAULT '', `spandisks` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`gameplayerid`), UNIQUE KEY `playername` (`playername`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `gameplayers` -- LOCK TABLES `gameplayers` WRITE; /*!40000 ALTER TABLE `gameplayers` DISABLE KEYS */; /*!40000 ALTER TABLE `gameplayers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `housekeeping` -- DROP TABLE IF EXISTS `housekeeping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `housekeeping` ( `tag` varchar(64) NOT NULL, `hostname` varchar(64) DEFAULT NULL, `lastrun` datetime DEFAULT NULL, UNIQUE KEY `task` (`tag`,`hostname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `housekeeping` -- LOCK TABLES `housekeeping` WRITE; /*!40000 ALTER TABLE `housekeeping` DISABLE KEYS */; INSERT INTO `housekeeping` VALUES ('DailyCleanup',NULL,'2010-02-17 23:45:39'),('JobQueueRecover','OLDHOSTNAME','2014-03-18 02:38:42'),('BackupDB',NULL,'2014-03-18 02:37:51'),('DBCleanup',NULL,'2014-03-18 02:38:42'),('LogClean',NULL,'2014-03-18 02:38:42'),('ThemeChooserInfoCacheUpdate',NULL,'2012-03-12 12:03:47'),('HardwareProfiler','OLDHOSTNAME','2014-03-18 02:44:09'),('RecordedArtworkUpdate',NULL,'2014-03-18 02:43:49'),('ThemeUpdateNotifications',NULL,'2014-03-18 02:44:06'); /*!40000 ALTER TABLE `housekeeping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `inputgroup` -- DROP TABLE IF EXISTS `inputgroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `inputgroup` ( `cardinputid` int(10) unsigned NOT NULL, `inputgroupid` int(10) unsigned NOT NULL, `inputgroupname` varchar(32) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `inputgroup` -- LOCK TABLES `inputgroup` WRITE; /*!40000 ALTER TABLE `inputgroup` DISABLE KEYS */; /*!40000 ALTER TABLE `inputgroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `internetcontent` -- DROP TABLE IF EXISTS `internetcontent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `internetcontent` ( `name` varchar(255) NOT NULL, `thumbnail` varchar(255) DEFAULT NULL, `type` smallint(3) NOT NULL, `author` varchar(128) NOT NULL, `description` text NOT NULL, `commandline` text NOT NULL, `version` double NOT NULL, `updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `search` tinyint(1) NOT NULL, `tree` tinyint(1) NOT NULL, `podcast` tinyint(1) NOT NULL, `download` tinyint(1) NOT NULL, `host` varchar(128) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `internetcontent` -- LOCK TABLES `internetcontent` WRITE; /*!40000 ALTER TABLE `internetcontent` DISABLE KEYS */; /*!40000 ALTER TABLE `internetcontent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `internetcontentarticles` -- DROP TABLE IF EXISTS `internetcontentarticles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `internetcontentarticles` ( `feedtitle` varchar(255) NOT NULL, `path` text NOT NULL, `paththumb` text NOT NULL, `title` varchar(255) NOT NULL, `subtitle` varchar(255) NOT NULL, `season` smallint(5) NOT NULL DEFAULT '0', `episode` smallint(5) NOT NULL DEFAULT '0', `description` text NOT NULL, `url` text NOT NULL, `type` smallint(3) NOT NULL, `thumbnail` text NOT NULL, `mediaURL` text NOT NULL, `author` varchar(255) NOT NULL, `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `time` int(11) NOT NULL, `rating` varchar(255) NOT NULL, `filesize` bigint(20) NOT NULL, `player` varchar(255) NOT NULL, `playerargs` text NOT NULL, `download` varchar(255) NOT NULL, `downloadargs` text NOT NULL, `width` smallint(6) NOT NULL, `height` smallint(6) NOT NULL, `language` varchar(128) NOT NULL, `podcast` tinyint(1) NOT NULL, `downloadable` tinyint(1) NOT NULL, `customhtml` tinyint(1) NOT NULL, `countries` varchar(255) NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `internetcontentarticles` -- LOCK TABLES `internetcontentarticles` WRITE; /*!40000 ALTER TABLE `internetcontentarticles` DISABLE KEYS */; /*!40000 ALTER TABLE `internetcontentarticles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `inuseprograms` -- DROP TABLE IF EXISTS `inuseprograms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `inuseprograms` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `recusage` varchar(128) NOT NULL DEFAULT '', `lastupdatetime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `hostname` varchar(64) NOT NULL DEFAULT '', `rechost` varchar(64) NOT NULL, `recdir` varchar(255) NOT NULL DEFAULT '', KEY `chanid` (`chanid`,`starttime`), KEY `recusage` (`recusage`,`lastupdatetime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `inuseprograms` -- LOCK TABLES `inuseprograms` WRITE; /*!40000 ALTER TABLE `inuseprograms` DISABLE KEYS */; /*!40000 ALTER TABLE `inuseprograms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `iptv_channel` -- DROP TABLE IF EXISTS `iptv_channel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `iptv_channel` ( `iptvid` smallint(6) unsigned NOT NULL AUTO_INCREMENT, `chanid` int(10) unsigned NOT NULL, `url` text NOT NULL, `type` set('data','rfc2733-1','rfc2733-2','rfc5109-1','rfc5109-2','smpte2022-1','smpte2022-2') DEFAULT NULL, `bitrate` int(10) unsigned NOT NULL, PRIMARY KEY (`iptvid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `iptv_channel` -- LOCK TABLES `iptv_channel` WRITE; /*!40000 ALTER TABLE `iptv_channel` DISABLE KEYS */; /*!40000 ALTER TABLE `iptv_channel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jobqueue` -- DROP TABLE IF EXISTS `jobqueue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jobqueue` ( `id` int(11) NOT NULL AUTO_INCREMENT, `chanid` int(10) NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `inserttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `type` int(11) NOT NULL DEFAULT '0', `cmds` int(11) NOT NULL DEFAULT '0', `flags` int(11) NOT NULL DEFAULT '0', `status` int(11) NOT NULL DEFAULT '0', `statustime` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `hostname` varchar(64) NOT NULL DEFAULT '', `args` blob NOT NULL, `comment` varchar(128) NOT NULL DEFAULT '', `schedruntime` datetime NOT NULL DEFAULT '2007-01-01 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `chanid` (`chanid`,`starttime`,`type`,`inserttime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jobqueue` -- LOCK TABLES `jobqueue` WRITE; /*!40000 ALTER TABLE `jobqueue` DISABLE KEYS */; /*!40000 ALTER TABLE `jobqueue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `jumppoints` -- DROP TABLE IF EXISTS `jumppoints`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `jumppoints` ( `destination` varchar(128) NOT NULL DEFAULT '', `description` varchar(255) DEFAULT NULL, `keylist` varchar(128) DEFAULT NULL, `hostname` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`destination`,`hostname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `jumppoints` -- LOCK TABLES `jumppoints` WRITE; /*!40000 ALTER TABLE `jumppoints` DISABLE KEYS */; INSERT INTO `jumppoints` VALUES ('Reload Theme',NULL,'','OLDHOSTNAME'),('Main Menu',NULL,'','OLDHOSTNAME'),('Program Guide',NULL,'','OLDHOSTNAME'),('Program Finder',NULL,'','OLDHOSTNAME'),('Manage Recordings / Fix Conflicts',NULL,'','OLDHOSTNAME'),('Program Recording Priorities',NULL,'','OLDHOSTNAME'),('Channel Recording Priorities',NULL,'','OLDHOSTNAME'),('TV Recording Playback',NULL,'','OLDHOSTNAME'),('TV Recording Deletion',NULL,'','OLDHOSTNAME'),('Live TV',NULL,'','OLDHOSTNAME'),('Live TV In Guide',NULL,'','OLDHOSTNAME'),('Manual Record Scheduling',NULL,'','OLDHOSTNAME'),('Status Screen',NULL,'','OLDHOSTNAME'),('Previously Recorded',NULL,'','OLDHOSTNAME'),('Play DVD',NULL,'','OLDHOSTNAME'),('Play VCD',NULL,'','OLDHOSTNAME'),('Rip DVD',NULL,'','OLDHOSTNAME'),('Netflix Browser',NULL,'','OLDHOSTNAME'),('Netflix Queue',NULL,'','OLDHOSTNAME'),('Netflix History',NULL,'','OLDHOSTNAME'),('MythGallery',NULL,'','OLDHOSTNAME'),('MythGame',NULL,'','OLDHOSTNAME'),('Play music',NULL,'','OLDHOSTNAME'),('Select music playlists',NULL,'','OLDHOSTNAME'),('Rip CD',NULL,'','OLDHOSTNAME'),('Scan music',NULL,'','OLDHOSTNAME'),('MythNews',NULL,'','OLDHOSTNAME'),('MythVideo',NULL,'','OLDHOSTNAME'),('Video Manager',NULL,'','OLDHOSTNAME'),('Video Browser',NULL,'','OLDHOSTNAME'),('Video Listings',NULL,'','OLDHOSTNAME'),('Video Gallery',NULL,'','OLDHOSTNAME'),('MythWeather',NULL,'','OLDHOSTNAME'),('Manage Recording Rules','','','OLDHOSTNAME'),('ScreenShot','','','OLDHOSTNAME'),('Create DVD','','','OLDHOSTNAME'),('Create Archive','','','OLDHOSTNAME'),('Import Archive','','','OLDHOSTNAME'),('View Archive Log','','','OLDHOSTNAME'),('Play Created DVD','','','OLDHOSTNAME'),('Burn DVD','','','OLDHOSTNAME'),('Show Music Miniplayer','','','OLDHOSTNAME'),('MythNetSearch','Internet Television Client - Search','','OLDHOSTNAME'),('MythNetTree','Internet Television Client - Site/Tree View','','OLDHOSTNAME'),('Video Default','The Video default view','','OLDHOSTNAME'),('Play Disc','Play an Optical Disc','','OLDHOSTNAME'),('Toggle Show Widget Borders','','','OLDHOSTNAME'),('Toggle Show Widget Names','','','OLDHOSTNAME'),('Reset All Keys','Reset all keys to defaults','','OLDHOSTNAME'),('Random Slideshow','Start Random Slideshow in thumbnail view','','OLDHOSTNAME'),('Standby Mode','','','OLDHOSTNAME'),('Play radio stream','','','OLDHOSTNAME'); /*!40000 ALTER TABLE `jumppoints` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `keybindings` -- DROP TABLE IF EXISTS `keybindings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `keybindings` ( `context` varchar(32) NOT NULL DEFAULT '', `action` varchar(32) NOT NULL DEFAULT '', `description` varchar(255) DEFAULT NULL, `keylist` varchar(128) DEFAULT NULL, `hostname` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`context`,`action`,`hostname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `keybindings` -- LOCK TABLES `keybindings` WRITE; /*!40000 ALTER TABLE `keybindings` DISABLE KEYS */; INSERT INTO `keybindings` VALUES ('Global','UP','Up Arrow','Up','OLDHOSTNAME'),('Global','DOWN','Down Arrow','Down','OLDHOSTNAME'),('Global','LEFT','Left Arrow','Left','OLDHOSTNAME'),('Global','RIGHT','Right Arrow','Right','OLDHOSTNAME'),('Global','SELECT','Select','Return,Enter,Space','OLDHOSTNAME'),('Global','ESCAPE','Escape','Esc','OLDHOSTNAME'),('Global','MENU','Pop-up menu','M','OLDHOSTNAME'),('Global','INFO','More information','I','OLDHOSTNAME'),('Global','PAGEUP','Page Up','PgUp','OLDHOSTNAME'),('Global','PAGEDOWN','Page Down','PgDown','OLDHOSTNAME'),('Global','PREVVIEW','Previous View','Home','OLDHOSTNAME'),('Global','NEXTVIEW','Next View','End','OLDHOSTNAME'),('Global','HELP','Help','F1','OLDHOSTNAME'),('Global','EJECT','Eject Removable Media','','OLDHOSTNAME'),('Global','0','0','0','OLDHOSTNAME'),('Global','1','1','1','OLDHOSTNAME'),('Global','2','2','2','OLDHOSTNAME'),('Global','3','3','3','OLDHOSTNAME'),('Global','4','4','4','OLDHOSTNAME'),('Global','5','5','5','OLDHOSTNAME'),('Global','6','6','6','OLDHOSTNAME'),('Global','7','7','7','OLDHOSTNAME'),('Global','8','8','8','OLDHOSTNAME'),('Global','9','9','9','OLDHOSTNAME'),('TV Frontend','GUIDE','Show the Program Guide','S','OLDHOSTNAME'),('TV Frontend','CYCLEAUDIOCHAN','Cycle audio channels','','OLDHOSTNAME'),('TV Frontend','FINDER','Show the Program Finder','#','OLDHOSTNAME'),('TV Frontend','PLAYBACK','Play Program','P','OLDHOSTNAME'),('TV Frontend','TOGGLERECORD','Toggle recording status of current program','R','OLDHOSTNAME'),('TV Frontend','DAYLEFT','Page the program guide back one day','Home,7','OLDHOSTNAME'),('TV Frontend','DAYRIGHT','Page the program guide forward one day','End,1','OLDHOSTNAME'),('TV Frontend','PAGELEFT','Page the program guide left',',,<','OLDHOSTNAME'),('TV Frontend','PAGERIGHT','Page the program guide right','>,.','OLDHOSTNAME'),('TV Frontend','TOGGLEFAV','Toggle the current channel as a favorite','?','OLDHOSTNAME'),('TV Frontend','NEXTFAV','Cycle through channel groups and all channels in the program guide.','/','OLDHOSTNAME'),('TV Frontend','CHANUPDATE','Switch channels without exiting guide in Live TV mode.','X','OLDHOSTNAME'),('TV Frontend','RANKINC','Increase program or channel rank','Right','OLDHOSTNAME'),('TV Frontend','RANKDEC','Decrease program or channel rank','Left','OLDHOSTNAME'),('TV Frontend','UPCOMING','List upcoming episodes','O','OLDHOSTNAME'),('TV Frontend','DETAILS','Show details','U','OLDHOSTNAME'),('TV Frontend','VIEWCARD','Switch Capture Card view','Y','OLDHOSTNAME'),('Global','CUT','Cut text from textedit','Ctrl+X','OLDHOSTNAME'),('TV Playback','CLEAROSD','Clear OSD','Backspace','OLDHOSTNAME'),('TV Playback','PAUSE','Pause','P','OLDHOSTNAME'),('TV Playback','SEEKFFWD','Fast Forward','Right','OLDHOSTNAME'),('TV Playback','SEEKRWND','Rewind','Left','OLDHOSTNAME'),('TV Playback','ARBSEEK','Arbitrary Seek','*','OLDHOSTNAME'),('TV Playback','CHANNELUP','Channel up','Up','OLDHOSTNAME'),('TV Playback','CHANNELDOWN','Channel down','Down','OLDHOSTNAME'),('TV Playback','NEXTFAV','Switch to the next favorite channel','/','OLDHOSTNAME'),('TV Playback','PREVCHAN','Switch to the previous channel','H','OLDHOSTNAME'),('TV Playback','JUMPFFWD','Jump ahead','PgDown','OLDHOSTNAME'),('TV Playback','JUMPRWND','Jump back','PgUp','OLDHOSTNAME'),('TV Playback','JUMPBKMRK','Jump to bookmark','K','OLDHOSTNAME'),('TV Playback','FFWDSTICKY','Fast Forward (Sticky) or Forward one second while paused','>,.','OLDHOSTNAME'),('TV Playback','RWNDSTICKY','Rewind (Sticky) or Rewind one second while paused',',,<','OLDHOSTNAME'),('TV Playback','SKIPCOMMERCIAL','Skip Commercial','Z,End','OLDHOSTNAME'),('TV Playback','SKIPCOMMBACK','Skip Commercial (Reverse)','Q,Home','OLDHOSTNAME'),('TV Playback','JUMPSTART','Jump to the start of the recording.','Ctrl+B','OLDHOSTNAME'),('TV Playback','TOGGLEBROWSE','Toggle channel browse mode','O','OLDHOSTNAME'),('TV Playback','TOGGLERECORD','Toggle recording status of current program','R','OLDHOSTNAME'),('TV Playback','TOGGLEFAV','Toggle the current channel as a favorite','?','OLDHOSTNAME'),('TV Playback','VOLUMEDOWN','Volume down','[,{,F10,Volume Down','OLDHOSTNAME'),('TV Playback','VOLUMEUP','Volume up','],},F11,Volume Up','OLDHOSTNAME'),('TV Playback','MUTE','Mute','|,\\,F9,Volume Mute','OLDHOSTNAME'),('TV Playback','TOGGLEPIPMODE','Toggle Picture-in-Picture view','V','OLDHOSTNAME'),('TV Playback','TOGGLEPIPWINDOW','Toggle active PiP window','B','OLDHOSTNAME'),('TV Playback','SWAPPIP','Swap PBP/PIP Windows','N','OLDHOSTNAME'),('TV Playback','TOGGLECC','Toggle any captions','T','OLDHOSTNAME'),('TV Playback','TOGGLETTC','Toggle Teletext Captions','','OLDHOSTNAME'),('TV Playback','TOGGLESUBTITLE','Toggle Subtitles','','OLDHOSTNAME'),('TV Playback','TOGGLECC608','Toggle VBI CC','','OLDHOSTNAME'),('TV Playback','TOGGLECC708','Toggle ATSC CC','','OLDHOSTNAME'),('TV Playback','TOGGLETTM','Toggle Teletext Menu','','OLDHOSTNAME'),('TV Playback','SELECTAUDIO_0','Play audio track 1','','OLDHOSTNAME'),('TV Playback','SELECTAUDIO_1','Play audio track 2','','OLDHOSTNAME'),('TV Playback','SELECTSUBTITLE_0','Display subtitle 1','','OLDHOSTNAME'),('TV Playback','SELECTSUBTITLE_1','Display subtitle 2','','OLDHOSTNAME'),('TV Playback','SELECTCC608_0','Display VBI CC1','','OLDHOSTNAME'),('TV Playback','SELECTCC608_1','Display VBI CC2','','OLDHOSTNAME'),('TV Playback','SELECTCC608_2','Display VBI CC3','','OLDHOSTNAME'),('TV Playback','SELECTCC608_3','Display VBI CC4','','OLDHOSTNAME'),('TV Playback','SELECTCC708_0','Display ATSC CC1','','OLDHOSTNAME'),('TV Playback','SELECTCC708_1','Display ATSC CC2','','OLDHOSTNAME'),('TV Playback','SELECTCC708_2','Display ATSC CC3','','OLDHOSTNAME'),('TV Playback','SELECTCC708_3','Display ATSC CC4','','OLDHOSTNAME'),('TV Playback','NEXTAUDIO','Next audio track','+','OLDHOSTNAME'),('TV Playback','PREVAUDIO','Previous audio track','-','OLDHOSTNAME'),('TV Playback','NEXTSUBTITLE','Next subtitle track','','OLDHOSTNAME'),('TV Playback','PREVSUBTITLE','Previous subtitle track','','OLDHOSTNAME'),('TV Playback','NEXTCC608','Next VBI CC track','','OLDHOSTNAME'),('TV Playback','PREVCC608','Previous VBI CC track','','OLDHOSTNAME'),('TV Playback','NEXTCC708','Next ATSC CC track','','OLDHOSTNAME'),('TV Playback','PREVCC708','Previous ATSC CC track','','OLDHOSTNAME'),('TV Playback','NEXTCC','Next of any captions','','OLDHOSTNAME'),('TV Playback','NEXTSCAN','Next video scan overidemode','','OLDHOSTNAME'),('TV Playback','QUEUETRANSCODE','Queue the current recording for transcoding','X','OLDHOSTNAME'),('TV Playback','SPEEDINC','Increase the playback speed','U','OLDHOSTNAME'),('TV Playback','SPEEDDEC','Decrease the playback speed','J','OLDHOSTNAME'),('TV Playback','ADJUSTSTRETCH','Turn on time stretch control','A','OLDHOSTNAME'),('TV Playback','STRETCHINC','Increase time stretch speed','','OLDHOSTNAME'),('TV Playback','STRETCHDEC','Decrease time stretch speed','','OLDHOSTNAME'),('TV Playback','TOGGLESTRETCH','Toggle time stretch speed','','OLDHOSTNAME'),('TV Playback','TOGGLEAUDIOSYNC','Turn on audio sync adjustment controls','','OLDHOSTNAME'),('TV Playback','TOGGLEPICCONTROLS','Playback picture adjustments','F','OLDHOSTNAME'),('TV Playback','TOGGLECHANCONTROLS','Recording picture adjustments for this channel','Ctrl+G','OLDHOSTNAME'),('TV Playback','TOGGLERECCONTROLS','Recording picture adjustments for this recorder','G','OLDHOSTNAME'),('TV Frontend','TOGGLEEPGORDER','Reverse the channel order in the program guide','0','OLDHOSTNAME'),('TV Playback','CYCLECOMMSKIPMODE','Cycle Commercial Skip mode','','OLDHOSTNAME'),('TV Playback','GUIDE','Show the Program Guide','S','OLDHOSTNAME'),('TV Playback','FINDER','Show the Program Finder','#','OLDHOSTNAME'),('TV Playback','TOGGLESLEEP','Toggle the Sleep Timer','F8','OLDHOSTNAME'),('TV Playback','PLAY','Play','Ctrl+P','OLDHOSTNAME'),('TV Playback','JUMPPREV','Jump to previously played recording','','OLDHOSTNAME'),('TV Playback','JUMPREC','Display menu of recorded programs to jump to','','OLDHOSTNAME'),('TV Playback','JUMPTODVDROOTMENU','Jump to the DVD Root Menu','','OLDHOSTNAME'),('TV Editing','CLEARMAP','Clear editing cut points','C,Q,Home','OLDHOSTNAME'),('TV Editing','INVERTMAP','Invert Begin/End cut points','I','OLDHOSTNAME'),('TV Editing','LOADCOMMSKIP','Load cuts from detected commercials','Z,End','OLDHOSTNAME'),('TV Editing','NEXTCUT','Jump to the next cut point','PgDown','OLDHOSTNAME'),('TV Editing','PREVCUT','Jump to the previous cut point','PgUp','OLDHOSTNAME'),('TV Editing','BIGJUMPREW','Jump back 10x the normal amount',',,<','OLDHOSTNAME'),('TV Editing','BIGJUMPFWD','Jump forward 10x the normal amount','>,.','OLDHOSTNAME'),('Teletext Menu','NEXTPAGE','Next Page','Down','OLDHOSTNAME'),('Teletext Menu','PREVPAGE','Previous Page','Up','OLDHOSTNAME'),('Teletext Menu','NEXTSUBPAGE','Next Subpage','Right','OLDHOSTNAME'),('Teletext Menu','PREVSUBPAGE','Previous Subpage','Left','OLDHOSTNAME'),('Teletext Menu','TOGGLETT','Toggle Teletext','T','OLDHOSTNAME'),('Teletext Menu','MENURED','Menu Red','F2','OLDHOSTNAME'),('Teletext Menu','MENUGREEN','Menu Green','F3','OLDHOSTNAME'),('Teletext Menu','MENUYELLOW','Menu Yellow','F4','OLDHOSTNAME'),('Teletext Menu','MENUBLUE','Menu Blue','F5','OLDHOSTNAME'),('Teletext Menu','MENUWHITE','Menu White','F6','OLDHOSTNAME'),('Teletext Menu','TOGGLEBACKGROUND','Toggle Background','F7','OLDHOSTNAME'),('Teletext Menu','REVEAL','Reveal hidden Text','F8','OLDHOSTNAME'),('TV Playback','MENURED','Menu Red','F2','OLDHOSTNAME'),('TV Playback','MENUGREEN','Menu Green','F3','OLDHOSTNAME'),('TV Playback','MENUYELLOW','Menu Yellow','F4','OLDHOSTNAME'),('TV Playback','MENUBLUE','Menu Blue','F5','OLDHOSTNAME'),('TV Playback','TEXTEXIT','Menu Exit','F6','OLDHOSTNAME'),('TV Playback','MENUTEXT','Menu Text','F7','OLDHOSTNAME'),('TV Playback','MENUEPG','Menu EPG','F12','OLDHOSTNAME'),('Archive','TOGGLECUT','Toggle use cut list state for selected program','C','OLDHOSTNAME'),('NetFlix','MOVETOTOP','Moves movie to top of queue','1','OLDHOSTNAME'),('NetFlix','REMOVE','Removes movie from queue','D','OLDHOSTNAME'),('Gallery','PLAY','Start/Stop Slideshow','P','OLDHOSTNAME'),('Gallery','HOME','Go to the first image in thumbnail view','Home','OLDHOSTNAME'),('Gallery','END','Go to the last image in thumbnail view','End','OLDHOSTNAME'),('Gallery','MENU','Toggle activating menu in thumbnail view','M','OLDHOSTNAME'),('Gallery','SLIDESHOW','Start Slideshow in thumbnail view','S','OLDHOSTNAME'),('Gallery','RANDOMSHOW','Start Random Slideshow in thumbnail view','R','OLDHOSTNAME'),('Gallery','ROTRIGHT','Rotate image right 90 degrees','],3','OLDHOSTNAME'),('Gallery','ROTLEFT','Rotate image left 90 degrees','[,1','OLDHOSTNAME'),('Gallery','ZOOMOUT','Zoom image out','7','OLDHOSTNAME'),('Gallery','ZOOMIN','Zoom image in','9','OLDHOSTNAME'),('Gallery','SCROLLUP','Scroll image up','2','OLDHOSTNAME'),('Gallery','SCROLLLEFT','Scroll image left','4','OLDHOSTNAME'),('Gallery','SCROLLRIGHT','Scroll image right','6','OLDHOSTNAME'),('Gallery','SCROLLDOWN','Scroll image down','8','OLDHOSTNAME'),('Gallery','RECENTER','Recenter image','5','OLDHOSTNAME'),('Gallery','FULLSIZE','Full-size (un-zoom) image','0','OLDHOSTNAME'),('Gallery','UPLEFT','Go to the upper-left corner of the image','PgUp','OLDHOSTNAME'),('Gallery','LOWRIGHT','Go to the lower-right corner of the image','PgDown','OLDHOSTNAME'),('Gallery','INFO','Toggle Showing Information about Image','I','OLDHOSTNAME'),('Gallery','FULLSCREEN','Toggle scale to fullscreen/scale to fit','W','OLDHOSTNAME'),('Gallery','MARK','Mark image','T','OLDHOSTNAME'),('Game','TOGGLEFAV','Toggle the current game as a favorite','?,/','OLDHOSTNAME'),('Game','INCSEARCH','Show incremental search dialog','Ctrl+S','OLDHOSTNAME'),('Game','INCSEARCHNEXT','Incremental search find next match','Ctrl+N','OLDHOSTNAME'),('Music','PLAY','Start playback','','OLDHOSTNAME'),('Music','NEXTTRACK','Move to the next track','>,.,Z,End','OLDHOSTNAME'),('Music','PREVTRACK','Move to the previous track',',,<,Q,Home','OLDHOSTNAME'),('Music','FFWD','Fast forward','PgDown','OLDHOSTNAME'),('Music','RWND','Rewind','PgUp','OLDHOSTNAME'),('Music','PAUSE','Pause/Start playback','P','OLDHOSTNAME'),('Music','STOP','Stop playback','O','OLDHOSTNAME'),('Music','VOLUMEDOWN','Volume down','[,{,F10,Volume Down','OLDHOSTNAME'),('Music','VOLUMEUP','Volume up','],},F11,Volume Up','OLDHOSTNAME'),('Music','MUTE','Mute','|,\\,F9,Volume Mute','OLDHOSTNAME'),('Music','CYCLEVIS','Cycle visualizer mode','6','OLDHOSTNAME'),('Music','BLANKSCR','Blank screen','5','OLDHOSTNAME'),('Music','THMBUP','Increase rating','9','OLDHOSTNAME'),('Music','THMBDOWN','Decrease rating','7','OLDHOSTNAME'),('Music','REFRESH','Refresh music tree','8','OLDHOSTNAME'),('Music','FILTER','Filter All My Music','F','OLDHOSTNAME'),('Music','INCSEARCH','Show incremental search dialog','Ctrl+S','OLDHOSTNAME'),('Music','INCSEARCHNEXT','Incremental search find next match','Ctrl+N','OLDHOSTNAME'),('News','RETRIEVENEWS','Update news items','I','OLDHOSTNAME'),('News','FORCERETRIEVE','Force update news items','M','OLDHOSTNAME'),('News','CANCEL','Cancel news item updating','C','OLDHOSTNAME'),('Phone','0','0','0','OLDHOSTNAME'),('Phone','1','1','1','OLDHOSTNAME'),('Phone','2','2','2','OLDHOSTNAME'),('Phone','3','3','3','OLDHOSTNAME'),('Phone','4','4','4','OLDHOSTNAME'),('Phone','5','5','5','OLDHOSTNAME'),('Phone','6','6','6','OLDHOSTNAME'),('Phone','7','7','7','OLDHOSTNAME'),('Phone','8','8','8','OLDHOSTNAME'),('Phone','9','9','9','OLDHOSTNAME'),('Phone','HASH','HASH','#','OLDHOSTNAME'),('Phone','STAR','STAR','*','OLDHOSTNAME'),('Phone','Up','Up','Up','OLDHOSTNAME'),('Phone','Down','Down','Down','OLDHOSTNAME'),('Phone','Left','Left','Left','OLDHOSTNAME'),('Phone','Right','Right','Right','OLDHOSTNAME'),('Phone','VOLUMEDOWN','Volume down','[,{,F10,Volume Down','OLDHOSTNAME'),('Phone','VOLUMEUP','Volume up','],},F11,Volume Up','OLDHOSTNAME'),('Phone','ZOOMIN','Zoom the video window in','>,.,Z,End','OLDHOSTNAME'),('Phone','ZOOMOUT','Zoom the video window out',',,<,Q,Home','OLDHOSTNAME'),('Phone','FULLSCRN','Show received video full-screen','P','OLDHOSTNAME'),('Phone','HANGUP','Hangup an active call','O','OLDHOSTNAME'),('Phone','MUTE','Mute','|,\\,F9,Volume Mute','OLDHOSTNAME'),('Phone','LOOPBACK','Loopback Video','L','OLDHOSTNAME'),('Video','FILTER','Open video filter dialog','F','OLDHOSTNAME'),('Global','PAGETOP','Page to top of list','','OLDHOSTNAME'),('Video','BROWSE','Change browsable in video manager','B','OLDHOSTNAME'),('Video','INCPARENT','Increase Parental Level','],},F11','OLDHOSTNAME'),('Video','DECPARENT','Decrease Parental Level','[,{,F10','OLDHOSTNAME'),('Video','HOME','Go to the first video','Home','OLDHOSTNAME'),('Video','END','Go to the last video','End','OLDHOSTNAME'),('Weather','PAUSE','Pause current page','P','OLDHOSTNAME'),('Global','NEXT','Move to next widget','Tab','OLDHOSTNAME'),('Global','PREVIOUS','Move to preview widget','Backtab','OLDHOSTNAME'),('Global','BACKSPACE','Backspace','Backspace','OLDHOSTNAME'),('Global','DELETE','Delete','D','OLDHOSTNAME'),('Global','EDIT','Edit','E','OLDHOSTNAME'),('Browser','ZOOMIN','Zoom in on browser window','.,>','OLDHOSTNAME'),('Browser','ZOOMOUT','Zoom out on browser window',',,<','OLDHOSTNAME'),('Browser','TOGGLEINPUT','Toggle where keyboard input goes to','F1','OLDHOSTNAME'),('Browser','MOUSEUP','Move mouse pointer up','2','OLDHOSTNAME'),('Browser','MOUSEDOWN','Move mouse pointer down','8','OLDHOSTNAME'),('Browser','MOUSELEFT','Move mouse pointer left','4','OLDHOSTNAME'),('Browser','MOUSERIGHT','Move mouse pointer right','6','OLDHOSTNAME'),('Browser','MOUSELEFTBUTTON','Mouse Left button click','5','OLDHOSTNAME'),('Browser','PAGEDOWN','Scroll down half a page','9','OLDHOSTNAME'),('Browser','PAGEUP','Scroll up half a page','3','OLDHOSTNAME'),('Browser','PAGELEFT','Scroll left half a page','7','OLDHOSTNAME'),('Browser','PAGERIGHT','Scroll right half a page','1','OLDHOSTNAME'),('Browser','NEXTLINK','Move selection to next link','Z','OLDHOSTNAME'),('Browser','PREVIOUSLINK','Move selection to previous link','Q','OLDHOSTNAME'),('Browser','FOLLOWLINK','Follow selected link','Return,Space,Enter','OLDHOSTNAME'),('Browser','HISTORYBACK','Go back to previous page','R,Backspace','OLDHOSTNAME'),('Browser','HISTORYFORWARD','Go forward to previous page','F','OLDHOSTNAME'),('Global','PAGEMIDDLE','Page to middle of list','','OLDHOSTNAME'),('Global','PAGEBOTTOM','Page to bottom of list','','OLDHOSTNAME'),('TV Frontend','VOLUMEDOWN','Volume down','[,{,F10,Volume Down','OLDHOSTNAME'),('TV Frontend','VOLUMEUP','Volume up','],},F11,Volume Up','OLDHOSTNAME'),('TV Frontend','MUTE','Mute','|,\\,F9,Volume Mute','OLDHOSTNAME'),('TV Frontend','VIEWINPUT','Switch Capture Card view','C','OLDHOSTNAME'),('TV Frontend','CHANGERECGROUP','Change Recording Group','','OLDHOSTNAME'),('TV Frontend','CHANGEGROUPVIEW','Change Group View','','OLDHOSTNAME'),('TV Playback','NEXTSOURCE','Next Video Source','Y','OLDHOSTNAME'),('TV Frontend','STOPPLAYBACK','Stop Program','','OLDHOSTNAME'),('TV Playback','NEXTINPUT','Next Input','C','OLDHOSTNAME'),('TV Playback','NEXTCARD','Next Card','','OLDHOSTNAME'),('TV Playback','TOGGLEPBPMODE','Toggle Picture-by-Picture view','Ctrl+V','OLDHOSTNAME'),('TV Playback','CREATEPIPVIEW','Create Picture-in-Picture view','','OLDHOSTNAME'),('TV Playback','CREATEPBPVIEW','Create Picture-by-Picture view','','OLDHOSTNAME'),('TV Playback','NEXTPIPWINDOW','Toggle active PIP/PBP window','B','OLDHOSTNAME'),('TV Playback','TOGGLEPIPSTATE','Change PxP view','','OLDHOSTNAME'),('TV Playback','TOGGLEASPECT','Toggle the video aspect ratio','Ctrl+W','OLDHOSTNAME'),('TV Playback','TOGGLEFILL','Next Preconfigured Zoom mode','W','OLDHOSTNAME'),('TV Playback','VIEWSCHEDULED','Display scheduled recording list','','OLDHOSTNAME'),('TV Playback','SIGNALMON','Monitor Signal Quality','Alt+F7','OLDHOSTNAME'),('TV Playback','EXITSHOWNOPROMPTS','Exit Show without any prompts','','OLDHOSTNAME'),('TV Playback','SCREENSHOT','Save screenshot of current video frame','','OLDHOSTNAME'),('Music','SPEEDUP','Increase Play Speed','W','OLDHOSTNAME'),('Music','SPEEDDOWN','Decrease Play Speed','X','OLDHOSTNAME'),('Video','PLAYALT','Play selected item in alternate player','ALT+P','OLDHOSTNAME'),('Video','INCSEARCH','Show Incremental Search Dialog','Ctrl+S','OLDHOSTNAME'),('Video','DOWNLOADDATA','Download metadata for current item','W','OLDHOSTNAME'),('Video','ITEMDETAIL','Display Item Detail Popup','','OLDHOSTNAME'),('Weather','SEARCH','Search List','/','OLDHOSTNAME'),('Weather','NEXTSEARCH','Search List','n','OLDHOSTNAME'),('Weather','UPDATE','Search List','u','OLDHOSTNAME'),('Global','COPY','Copy text from textedit','Ctrl+C','OLDHOSTNAME'),('Global','PASTE','Paste text into textedit','Ctrl+V','OLDHOSTNAME'),('Global','SYSEVENT01','Trigger System Key Event #1','','OLDHOSTNAME'),('Global','SYSEVENT02','Trigger System Key Event #2','','OLDHOSTNAME'),('Global','SYSEVENT03','Trigger System Key Event #3','','OLDHOSTNAME'),('Global','SYSEVENT04','Trigger System Key Event #4','','OLDHOSTNAME'),('Global','SYSEVENT05','Trigger System Key Event #5','','OLDHOSTNAME'),('Global','SYSEVENT06','Trigger System Key Event #6','','OLDHOSTNAME'),('Global','SYSEVENT07','Trigger System Key Event #7','','OLDHOSTNAME'),('Global','SYSEVENT08','Trigger System Key Event #8','','OLDHOSTNAME'),('Global','SYSEVENT09','Trigger System Key Event #9','','OLDHOSTNAME'),('Global','SYSEVENT10','Trigger System Key Event #10','','OLDHOSTNAME'),('TV Frontend','CUSTOMEDIT','Edit Custom Record Rule','','OLDHOSTNAME'),('TV Playback','TOGGLEUPMIX','Toggle audio upmixer','Ctrl+U','OLDHOSTNAME'),('Browser','NEXTTAB','Move to next browser tab','P','OLDHOSTNAME'),('Browser','PREVTAB','Move to previous browser tab','','OLDHOSTNAME'),('Music','TOGGLEUPMIX','Toggle audio upmixer','Ctrl+U','OLDHOSTNAME'),('Main Menu','EXITPROMPT','Display System Exit Prompt','Esc','OLDHOSTNAME'),('TV Playback','BACK','Exit or return to DVD menu','','OLDHOSTNAME'),('TV Playback','CYCLEAUDIOCHAN','Cycle audio channels','','OLDHOSTNAME'),('TV Playback','TOGGLETEXT','Toggle External Subtitles','','OLDHOSTNAME'),('TV Playback','TOGGLERAWTEXT','Toggle Text Subtitles','','OLDHOSTNAME'),('TV Playback','SELECTRAWTEXT_0','Display Text Subtitle 1','','OLDHOSTNAME'),('TV Playback','NEXTRAWTEXT','Next Text track','','OLDHOSTNAME'),('TV Playback','PREVRAWTEXT','Previous Text track','','OLDHOSTNAME'),('TV Editing','SAVEMAP','Save cuts','','OLDHOSTNAME'),('Global','SCREENSHOT','Save screenshot','','OLDHOSTNAME'),('Global','HANDLEMEDIA','Play a media resource','','OLDHOSTNAME'),('Global','UNDO','Undo','Ctrl+Z','OLDHOSTNAME'),('Global','REDO','Redo','Ctrl+Y','OLDHOSTNAME'),('Global','SEARCH','Show incremental search dialog','Ctrl+S','OLDHOSTNAME'),('Global','TVPOWERON','Turn the display on','','OLDHOSTNAME'),('Global','TVPOWEROFF','Turn the display off','','OLDHOSTNAME'),('Main Menu','EXIT','System Exit','','OLDHOSTNAME'),('TV Frontend','VIEWSCHEDULED','List scheduled upcoming episodes','','OLDHOSTNAME'),('TV Playback','SEEKABSOLUTE','Seek to a position in seconds','','OLDHOSTNAME'),('TV Playback','PREVSOURCE','Previous Video Source','','OLDHOSTNAME'),('TV Playback','SETVOLUME','Set the volume','','OLDHOSTNAME'),('TV Playback','ENABLESUBS','Enable any captions','','OLDHOSTNAME'),('TV Playback','DISABLESUBS','Disable any captions','','OLDHOSTNAME'),('TV Playback','ENABLEEXTTEXT','Enable External Subtitles','','OLDHOSTNAME'),('TV Playback','DISABLEEXTTEXT','Disable External Subtitles','','OLDHOSTNAME'),('TV Playback','ENABLEFORCEDSUBS','Enable Forced Subtitles','','OLDHOSTNAME'),('TV Playback','DISABLEFORCEDSUBS','Disable Forced Subtitles','','OLDHOSTNAME'),('TV Playback','SETAUDIOSYNC','Set the audio sync adjustment','','OLDHOSTNAME'),('TV Playback','TOGGLENIGHTMODE','Toggle night mode','Ctrl+F','OLDHOSTNAME'),('TV Playback','SETBRIGHTNESS','Set the picture brightness','','OLDHOSTNAME'),('TV Playback','SETCONTRAST','Set the picture contrast','','OLDHOSTNAME'),('TV Playback','SETCOLOUR','Set the picture color','','OLDHOSTNAME'),('TV Playback','SETHUE','Set the picture hue','','OLDHOSTNAME'),('TV Playback','TOGGLESTUDIOLEVELS','Playback picture adjustments','','OLDHOSTNAME'),('TV Playback','JUMPTOPOPUPMENU','Jump to the Popup Menu','','OLDHOSTNAME'),('TV Playback','JUMPTODVDCHAPTERMENU','Jump to the DVD Chapter Menu','','OLDHOSTNAME'),('TV Playback','JUMPTODVDTITLEMENU','Jump to the DVD Title Menu','','OLDHOSTNAME'),('TV Playback','JUMPTOCHAPTER','Jump to a chapter','','OLDHOSTNAME'),('TV Playback','JUMPTOTITLE','Switch title','','OLDHOSTNAME'),('TV Playback','SWITCHTOANGLE','Switch angle','','OLDHOSTNAME'),('TV Playback','TOGGLEVISUALISATION','Toggle audio visualisation','','OLDHOSTNAME'),('TV Playback','DEBUGOSD','Toggle OSD playback information','','OLDHOSTNAME'),('TV Playback','3DNONE','No 3D','','OLDHOSTNAME'),('TV Playback','3DSIDEBYSIDE','3D Side by Side','','OLDHOSTNAME'),('TV Playback','3DSIDEBYSIDEDISCARD','Discard 3D Side by Side','','OLDHOSTNAME'),('TV Playback','3DTOPANDBOTTOM','3D Top and Bottom','','OLDHOSTNAME'),('TV Playback','3DTOPANDBOTTOMDISCARD','Discard 3D Top and Bottom','','OLDHOSTNAME'),('Music','MARK','Toggle track selection','T','OLDHOSTNAME'),('Global','NEWLINE','Insert newline into textedit','Ctrl+Return','OLDHOSTNAME'),('TV Frontend','PREVRECORDED','List previously recorded episodes','','OLDHOSTNAME'),('TV Playback','MENUCOMPACT','Playback Compact Menu','Alt+M','OLDHOSTNAME'),('TV Playback','INFOWITHCUTLIST','Info utilizing cutlist','','OLDHOSTNAME'),('TV Playback','PREVRECORDED','Display previously recorded episodes','','OLDHOSTNAME'),('TV Playback','ZOOMUP','Zoom mode - shift up','','OLDHOSTNAME'),('TV Playback','ZOOMDOWN','Zoom mode - shift down','','OLDHOSTNAME'),('TV Playback','ZOOMLEFT','Zoom mode - shift left','','OLDHOSTNAME'),('TV Playback','ZOOMRIGHT','Zoom mode - shift right','','OLDHOSTNAME'),('TV Playback','ZOOMASPECTUP','Zoom mode - increase aspect ratio','','OLDHOSTNAME'),('TV Playback','ZOOMASPECTDOWN','Zoom mode - decrease aspect ratio','','OLDHOSTNAME'),('TV Playback','ZOOMIN','Zoom mode - zoom in','','OLDHOSTNAME'),('TV Playback','ZOOMOUT','Zoom mode - zoom out','','OLDHOSTNAME'),('TV Playback','ZOOMQUIT','Zoom mode - quit and abandon changes','','OLDHOSTNAME'),('TV Playback','ZOOMCOMMIT','Zoom mode - commit changes','','OLDHOSTNAME'),('TV Editing','MENUCOMPACT','Cut point editor compact menu','Alt+M','OLDHOSTNAME'),('Music','TOGGLESHUFFLE','Toggle shuffle mode','','OLDHOSTNAME'),('Music','TOGGLEREPEAT','Toggle repeat mode','','OLDHOSTNAME'),('Music','SWITCHTOPLAYLIST','Switch to the current playlist view','','OLDHOSTNAME'),('Music','SWITCHTOPLAYLISTEDITORTREE','Switch to the playlist editor tree view','','OLDHOSTNAME'),('Music','SWITCHTOPLAYLISTEDITORGALLERY','Switch to the playlist editor gallery view','','OLDHOSTNAME'),('Music','SWITCHTOSEARCH','Switch to the search view','','OLDHOSTNAME'),('Music','SWITCHTOVISUALISER','Switch to the fullscreen visualiser view','','OLDHOSTNAME'),('Music','SWITCHTORADIO','Switch to the radio stream view','','OLDHOSTNAME'); /*!40000 ALTER TABLE `keybindings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `keyword` -- DROP TABLE IF EXISTS `keyword`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `keyword` ( `phrase` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `searchtype` int(10) unsigned NOT NULL DEFAULT '3', UNIQUE KEY `phrase` (`phrase`,`searchtype`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `keyword` -- LOCK TABLES `keyword` WRITE; /*!40000 ALTER TABLE `keyword` DISABLE KEYS */; /*!40000 ALTER TABLE `keyword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `livestream` -- DROP TABLE IF EXISTS `livestream`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `livestream` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `width` int(10) unsigned NOT NULL, `height` int(10) unsigned NOT NULL, `bitrate` int(10) unsigned NOT NULL, `audiobitrate` int(10) unsigned NOT NULL, `samplerate` int(10) unsigned NOT NULL, `audioonlybitrate` int(10) unsigned NOT NULL, `segmentsize` int(10) unsigned NOT NULL DEFAULT '10', `maxsegments` int(10) unsigned NOT NULL DEFAULT '0', `startsegment` int(10) unsigned NOT NULL DEFAULT '0', `currentsegment` int(10) unsigned NOT NULL DEFAULT '0', `segmentcount` int(10) unsigned NOT NULL DEFAULT '0', `percentcomplete` int(10) unsigned NOT NULL DEFAULT '0', `created` datetime NOT NULL, `lastmodified` datetime NOT NULL, `relativeurl` varchar(512) NOT NULL, `fullurl` varchar(1024) NOT NULL, `status` int(10) unsigned NOT NULL DEFAULT '0', `statusmessage` varchar(256) NOT NULL, `sourcefile` varchar(512) NOT NULL, `sourcehost` varchar(64) NOT NULL, `sourcewidth` int(10) unsigned NOT NULL DEFAULT '0', `sourceheight` int(10) unsigned NOT NULL DEFAULT '0', `outdir` varchar(256) NOT NULL, `outbase` varchar(128) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `livestream` -- LOCK TABLES `livestream` WRITE; /*!40000 ALTER TABLE `livestream` DISABLE KEYS */; /*!40000 ALTER TABLE `livestream` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `logging` -- DROP TABLE IF EXISTS `logging`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `logging` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `host` varchar(64) NOT NULL DEFAULT '', `application` varchar(64) NOT NULL DEFAULT '', `pid` int(11) NOT NULL DEFAULT '0', `tid` int(11) NOT NULL DEFAULT '0', `thread` varchar(64) NOT NULL DEFAULT '', `filename` varchar(255) NOT NULL DEFAULT '', `line` int(11) NOT NULL DEFAULT '0', `function` varchar(255) NOT NULL DEFAULT '', `msgtime` datetime NOT NULL, `level` int(11) NOT NULL DEFAULT '0', `message` varchar(2048) NOT NULL, PRIMARY KEY (`id`), KEY `host` (`host`,`application`,`pid`,`msgtime`), KEY `msgtime` (`msgtime`), KEY `level` (`level`) ) ENGINE=MyISAM AUTO_INCREMENT=334 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `logging` -- LOCK TABLES `logging` WRITE; /*!40000 ALTER TABLE `logging` DISABLE KEYS */; /*!40000 ALTER TABLE `logging` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `movies_movies` -- DROP TABLE IF EXISTS `movies_movies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `movies_movies` ( `id` int(11) NOT NULL AUTO_INCREMENT, `moviename` varchar(255) DEFAULT NULL, `rating` varchar(10) DEFAULT NULL, `runningtime` varchar(50) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `movies_movies` -- LOCK TABLES `movies_movies` WRITE; /*!40000 ALTER TABLE `movies_movies` DISABLE KEYS */; /*!40000 ALTER TABLE `movies_movies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `movies_showtimes` -- DROP TABLE IF EXISTS `movies_showtimes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `movies_showtimes` ( `id` int(11) NOT NULL AUTO_INCREMENT, `theaterid` int(11) NOT NULL, `movieid` int(11) NOT NULL, `showtimes` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `movies_showtimes` -- LOCK TABLES `movies_showtimes` WRITE; /*!40000 ALTER TABLE `movies_showtimes` DISABLE KEYS */; /*!40000 ALTER TABLE `movies_showtimes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `movies_theaters` -- DROP TABLE IF EXISTS `movies_theaters`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `movies_theaters` ( `id` int(11) NOT NULL AUTO_INCREMENT, `theatername` varchar(100) DEFAULT NULL, `theateraddress` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `movies_theaters` -- LOCK TABLES `movies_theaters` WRITE; /*!40000 ALTER TABLE `movies_theaters` DISABLE KEYS */; /*!40000 ALTER TABLE `movies_theaters` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_albumart` -- DROP TABLE IF EXISTS `music_albumart`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_albumart` ( `albumart_id` int(20) NOT NULL AUTO_INCREMENT, `filename` varchar(255) NOT NULL DEFAULT '', `directory_id` int(20) NOT NULL DEFAULT '0', `imagetype` tinyint(3) NOT NULL DEFAULT '0', `song_id` int(11) NOT NULL DEFAULT '0', `embedded` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`albumart_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_albumart` -- LOCK TABLES `music_albumart` WRITE; /*!40000 ALTER TABLE `music_albumart` DISABLE KEYS */; /*!40000 ALTER TABLE `music_albumart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_albums` -- DROP TABLE IF EXISTS `music_albums`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_albums` ( `album_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `artist_id` int(11) unsigned NOT NULL DEFAULT '0', `album_name` varchar(255) NOT NULL DEFAULT '', `year` smallint(6) NOT NULL DEFAULT '0', `compilation` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`album_id`), KEY `idx_album_name` (`album_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_albums` -- LOCK TABLES `music_albums` WRITE; /*!40000 ALTER TABLE `music_albums` DISABLE KEYS */; /*!40000 ALTER TABLE `music_albums` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_artists` -- DROP TABLE IF EXISTS `music_artists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_artists` ( `artist_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `artist_name` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`artist_id`), KEY `idx_artist_name` (`artist_name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_artists` -- LOCK TABLES `music_artists` WRITE; /*!40000 ALTER TABLE `music_artists` DISABLE KEYS */; /*!40000 ALTER TABLE `music_artists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_directories` -- DROP TABLE IF EXISTS `music_directories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_directories` ( `directory_id` int(20) NOT NULL AUTO_INCREMENT, `path` text NOT NULL, `parent_id` int(20) NOT NULL DEFAULT '0', PRIMARY KEY (`directory_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_directories` -- LOCK TABLES `music_directories` WRITE; /*!40000 ALTER TABLE `music_directories` DISABLE KEYS */; /*!40000 ALTER TABLE `music_directories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_genres` -- DROP TABLE IF EXISTS `music_genres`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_genres` ( `genre_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `genre` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`genre_id`), KEY `idx_genre` (`genre`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_genres` -- LOCK TABLES `music_genres` WRITE; /*!40000 ALTER TABLE `music_genres` DISABLE KEYS */; /*!40000 ALTER TABLE `music_genres` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_playlists` -- DROP TABLE IF EXISTS `music_playlists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_playlists` ( `playlist_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `playlist_name` varchar(255) NOT NULL DEFAULT '', `playlist_songs` text NOT NULL, `last_accessed` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `length` int(11) unsigned NOT NULL DEFAULT '0', `songcount` smallint(8) unsigned NOT NULL DEFAULT '0', `hostname` varchar(64) NOT NULL DEFAULT '', PRIMARY KEY (`playlist_id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_playlists` -- LOCK TABLES `music_playlists` WRITE; /*!40000 ALTER TABLE `music_playlists` DISABLE KEYS */; INSERT INTO `music_playlists` VALUES (1,'default_playlist_storage','','2012-03-12 19:07:20',0,0,'OLDHOSTNAME'),(2,'backup_playlist_storage','','2012-03-12 19:07:20',0,0,'OLDHOSTNAME'),(3,'stream_playlist','','2012-03-12 19:07:20',0,0,''); /*!40000 ALTER TABLE `music_playlists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_radios` -- DROP TABLE IF EXISTS `music_radios`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_radios` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `station` varchar(128) NOT NULL, `channel` varchar(128) NOT NULL, `url` varchar(128) NOT NULL, `logourl` varchar(128) NOT NULL, `genre` varchar(128) NOT NULL, `metaformat` varchar(128) NOT NULL, `format` varchar(10) NOT NULL, PRIMARY KEY (`intid`), KEY `station` (`station`), KEY `channel` (`channel`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_radios` -- LOCK TABLES `music_radios` WRITE; /*!40000 ALTER TABLE `music_radios` DISABLE KEYS */; /*!40000 ALTER TABLE `music_radios` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_smartplaylist_categories` -- DROP TABLE IF EXISTS `music_smartplaylist_categories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_smartplaylist_categories` ( `categoryid` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL, PRIMARY KEY (`categoryid`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_smartplaylist_categories` -- LOCK TABLES `music_smartplaylist_categories` WRITE; /*!40000 ALTER TABLE `music_smartplaylist_categories` DISABLE KEYS */; INSERT INTO `music_smartplaylist_categories` VALUES (1,'Decades'),(2,'Favourite Tracks'),(3,'New Tracks'); /*!40000 ALTER TABLE `music_smartplaylist_categories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_smartplaylist_items` -- DROP TABLE IF EXISTS `music_smartplaylist_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_smartplaylist_items` ( `smartplaylistitemid` int(10) unsigned NOT NULL AUTO_INCREMENT, `smartplaylistid` int(10) unsigned NOT NULL, `field` varchar(50) NOT NULL, `operator` varchar(20) NOT NULL, `value1` varchar(255) NOT NULL, `value2` varchar(255) NOT NULL, PRIMARY KEY (`smartplaylistitemid`), KEY `smartplaylistid` (`smartplaylistid`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_smartplaylist_items` -- LOCK TABLES `music_smartplaylist_items` WRITE; /*!40000 ALTER TABLE `music_smartplaylist_items` DISABLE KEYS */; INSERT INTO `music_smartplaylist_items` VALUES (1,1,'Year','is between','1960','1969'),(2,2,'Year','is between','1970','1979'),(3,3,'Year','is between','1980','1989'),(4,4,'Year','is between','1990','1999'),(5,5,'Year','is between','2000','2009'),(6,6,'Rating','is greater than','7','0'),(7,7,'Play Count','is greater than','0','0'),(8,8,'Play Count','is equal to','0','0'); /*!40000 ALTER TABLE `music_smartplaylist_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_smartplaylists` -- DROP TABLE IF EXISTS `music_smartplaylists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_smartplaylists` ( `smartplaylistid` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL, `categoryid` int(10) unsigned NOT NULL, `matchtype` set('All','Any') CHARACTER SET latin1 NOT NULL DEFAULT 'All', `orderby` varchar(128) NOT NULL DEFAULT '', `limitto` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`smartplaylistid`), KEY `name` (`name`), KEY `categoryid` (`categoryid`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_smartplaylists` -- LOCK TABLES `music_smartplaylists` WRITE; /*!40000 ALTER TABLE `music_smartplaylists` DISABLE KEYS */; INSERT INTO `music_smartplaylists` VALUES (1,'1960\'s',1,'All','Artist (A)',0),(2,'1970\'s',1,'All','Artist (A)',0),(3,'1980\'s',1,'All','Artist (A)',0),(4,'1990\'s',1,'All','Artist (A)',0),(5,'2000\'s',1,'All','Artist (A)',0),(6,'Favorite Tracks',2,'All','Artist (A), Album (A)',0),(7,'100 Most Played Tracks',2,'All','Play Count (D)',100),(8,'Never Played Tracks',3,'All','Artist (A), Album (A)',0); /*!40000 ALTER TABLE `music_smartplaylists` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_songs` -- DROP TABLE IF EXISTS `music_songs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_songs` ( `song_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `filename` text NOT NULL, `name` varchar(255) NOT NULL DEFAULT '', `track` smallint(6) unsigned NOT NULL DEFAULT '0', `artist_id` int(11) unsigned NOT NULL DEFAULT '0', `album_id` int(11) unsigned NOT NULL DEFAULT '0', `genre_id` int(11) unsigned NOT NULL DEFAULT '0', `year` smallint(6) NOT NULL DEFAULT '0', `length` int(11) unsigned NOT NULL DEFAULT '0', `numplays` int(11) unsigned NOT NULL DEFAULT '0', `rating` tinyint(4) unsigned NOT NULL DEFAULT '0', `lastplay` datetime DEFAULT NULL, `date_entered` datetime DEFAULT NULL, `date_modified` datetime DEFAULT NULL, `format` varchar(4) NOT NULL DEFAULT '0', `mythdigest` varchar(255) DEFAULT NULL, `size` bigint(20) unsigned DEFAULT NULL, `description` varchar(255) DEFAULT NULL, `comment` varchar(255) DEFAULT NULL, `disc_count` smallint(5) unsigned DEFAULT '0', `disc_number` smallint(5) unsigned DEFAULT '0', `track_count` smallint(5) unsigned DEFAULT '0', `start_time` int(10) unsigned DEFAULT '0', `stop_time` int(10) unsigned DEFAULT NULL, `eq_preset` varchar(255) DEFAULT NULL, `relative_volume` tinyint(4) DEFAULT '0', `sample_rate` int(10) unsigned DEFAULT '0', `bitrate` int(10) unsigned DEFAULT '0', `bpm` smallint(5) unsigned DEFAULT NULL, `directory_id` int(20) NOT NULL DEFAULT '0', PRIMARY KEY (`song_id`), KEY `idx_name` (`name`), KEY `idx_mythdigest` (`mythdigest`), KEY `directory_id` (`directory_id`), KEY `album_id` (`album_id`), KEY `genre_id` (`genre_id`), KEY `artist_id` (`artist_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_songs` -- LOCK TABLES `music_songs` WRITE; /*!40000 ALTER TABLE `music_songs` DISABLE KEYS */; /*!40000 ALTER TABLE `music_songs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `music_stats` -- DROP TABLE IF EXISTS `music_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `music_stats` ( `num_artists` smallint(5) unsigned NOT NULL DEFAULT '0', `num_albums` smallint(5) unsigned NOT NULL DEFAULT '0', `num_songs` mediumint(8) unsigned NOT NULL DEFAULT '0', `num_genres` tinyint(3) unsigned NOT NULL DEFAULT '0', `total_time` varchar(12) NOT NULL DEFAULT '0', `total_size` varchar(10) NOT NULL DEFAULT '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `music_stats` -- LOCK TABLES `music_stats` WRITE; /*!40000 ALTER TABLE `music_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `music_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mythlog` -- DROP TABLE IF EXISTS `mythlog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `mythlog` ( `logid` int(10) unsigned NOT NULL AUTO_INCREMENT, `module` varchar(32) NOT NULL DEFAULT '', `priority` int(11) NOT NULL DEFAULT '0', `acknowledged` tinyint(1) DEFAULT '0', `logdate` datetime DEFAULT NULL, `host` varchar(128) DEFAULT NULL, `message` varchar(255) NOT NULL DEFAULT '', `details` varchar(16000) NOT NULL DEFAULT '', PRIMARY KEY (`logid`), KEY `module` (`module`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `mythlog` -- LOCK TABLES `mythlog` WRITE; /*!40000 ALTER TABLE `mythlog` DISABLE KEYS */; /*!40000 ALTER TABLE `mythlog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `networkiconmap` -- DROP TABLE IF EXISTS `networkiconmap`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `networkiconmap` ( `id` int(11) NOT NULL AUTO_INCREMENT, `network` varchar(20) NOT NULL DEFAULT '', `url` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `network` (`network`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `networkiconmap` -- LOCK TABLES `networkiconmap` WRITE; /*!40000 ALTER TABLE `networkiconmap` DISABLE KEYS */; /*!40000 ALTER TABLE `networkiconmap` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `newssites` -- DROP TABLE IF EXISTS `newssites`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `newssites` ( `name` varchar(100) NOT NULL, `category` varchar(255) NOT NULL, `url` varchar(255) NOT NULL, `ico` varchar(255) DEFAULT NULL, `updated` int(10) unsigned DEFAULT NULL, `podcast` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `newssites` -- LOCK TABLES `newssites` WRITE; /*!40000 ALTER TABLE `newssites` DISABLE KEYS */; /*!40000 ALTER TABLE `newssites` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oldfind` -- DROP TABLE IF EXISTS `oldfind`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oldfind` ( `recordid` int(11) NOT NULL DEFAULT '0', `findid` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`recordid`,`findid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oldfind` -- LOCK TABLES `oldfind` WRITE; /*!40000 ALTER TABLE `oldfind` DISABLE KEYS */; /*!40000 ALTER TABLE `oldfind` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oldprogram` -- DROP TABLE IF EXISTS `oldprogram`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oldprogram` ( `oldtitle` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `airdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`oldtitle`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oldprogram` -- LOCK TABLES `oldprogram` WRITE; /*!40000 ALTER TABLE `oldprogram` DISABLE KEYS */; /*!40000 ALTER TABLE `oldprogram` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `oldrecorded` -- DROP TABLE IF EXISTS `oldrecorded`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `oldrecorded` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `endtime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(128) NOT NULL DEFAULT '', `subtitle` varchar(128) NOT NULL DEFAULT '', `description` varchar(16000) NOT NULL DEFAULT '', `season` smallint(5) NOT NULL, `episode` smallint(5) NOT NULL, `category` varchar(64) NOT NULL DEFAULT '', `seriesid` varchar(64) DEFAULT NULL, `programid` varchar(64) DEFAULT NULL, `inetref` varchar(40) NOT NULL, `findid` int(11) NOT NULL DEFAULT '0', `recordid` int(11) NOT NULL DEFAULT '0', `station` varchar(20) NOT NULL DEFAULT '', `rectype` int(10) unsigned NOT NULL DEFAULT '0', `duplicate` tinyint(1) NOT NULL DEFAULT '0', `recstatus` int(11) NOT NULL DEFAULT '0', `reactivate` smallint(6) NOT NULL DEFAULT '0', `generic` tinyint(1) NOT NULL, `future` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`station`,`starttime`,`title`), KEY `endtime` (`endtime`), KEY `title` (`title`), KEY `seriesid` (`seriesid`), KEY `programid` (`programid`), KEY `recordid` (`recordid`), KEY `recstatus` (`recstatus`,`programid`,`seriesid`), KEY `recstatus_2` (`recstatus`,`title`,`subtitle`), KEY `future` (`future`), KEY `chanid` (`chanid`,`starttime`), KEY `subtitle` (`subtitle`), KEY `description` (`description`(255)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oldrecorded` -- LOCK TABLES `oldrecorded` WRITE; /*!40000 ALTER TABLE `oldrecorded` DISABLE KEYS */; /*!40000 ALTER TABLE `oldrecorded` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `people` -- DROP TABLE IF EXISTS `people`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `people` ( `person` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (`person`), UNIQUE KEY `name` (`name`(41)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `people` -- LOCK TABLES `people` WRITE; /*!40000 ALTER TABLE `people` DISABLE KEYS */; /*!40000 ALTER TABLE `people` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phonecallhistory` -- DROP TABLE IF EXISTS `phonecallhistory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `phonecallhistory` ( `recid` int(10) unsigned NOT NULL AUTO_INCREMENT, `displayname` text NOT NULL, `url` text NOT NULL, `timestamp` text NOT NULL, `duration` int(10) unsigned NOT NULL, `directionin` int(10) unsigned NOT NULL, `directoryref` int(10) unsigned DEFAULT NULL, PRIMARY KEY (`recid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `phonecallhistory` -- LOCK TABLES `phonecallhistory` WRITE; /*!40000 ALTER TABLE `phonecallhistory` DISABLE KEYS */; /*!40000 ALTER TABLE `phonecallhistory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `phonedirectory` -- DROP TABLE IF EXISTS `phonedirectory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `phonedirectory` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `nickname` text NOT NULL, `firstname` text, `surname` text, `url` text NOT NULL, `directory` text NOT NULL, `photofile` text, `speeddial` int(10) unsigned NOT NULL, `onhomelan` int(10) unsigned DEFAULT '0', PRIMARY KEY (`intid`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `phonedirectory` -- LOCK TABLES `phonedirectory` WRITE; /*!40000 ALTER TABLE `phonedirectory` DISABLE KEYS */; INSERT INTO `phonedirectory` VALUES (1,'Me(OLDHOSTNAME)','Local Myth Host','OLDHOSTNAME','','My MythTVs','',1,1); /*!40000 ALTER TABLE `phonedirectory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `pidcache` -- DROP TABLE IF EXISTS `pidcache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `pidcache` ( `chanid` smallint(6) NOT NULL DEFAULT '0', `pid` int(11) NOT NULL DEFAULT '-1', `tableid` int(11) NOT NULL DEFAULT '-1', KEY `chanid` (`chanid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `pidcache` -- LOCK TABLES `pidcache` WRITE; /*!40000 ALTER TABLE `pidcache` DISABLE KEYS */; /*!40000 ALTER TABLE `pidcache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `playgroup` -- DROP TABLE IF EXISTS `playgroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `playgroup` ( `name` varchar(32) NOT NULL DEFAULT '', `titlematch` varchar(255) NOT NULL DEFAULT '', `skipahead` int(11) NOT NULL DEFAULT '0', `skipback` int(11) NOT NULL DEFAULT '0', `timestretch` int(11) NOT NULL DEFAULT '0', `jump` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `playgroup` -- LOCK TABLES `playgroup` WRITE; /*!40000 ALTER TABLE `playgroup` DISABLE KEYS */; INSERT INTO `playgroup` VALUES ('Default','',30,5,100,0); /*!40000 ALTER TABLE `playgroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `powerpriority` -- DROP TABLE IF EXISTS `powerpriority`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `powerpriority` ( `priorityname` varchar(64) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, `recpriority` int(10) NOT NULL DEFAULT '0', `selectclause` varchar(16000) NOT NULL DEFAULT '', PRIMARY KEY (`priorityname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `powerpriority` -- LOCK TABLES `powerpriority` WRITE; /*!40000 ALTER TABLE `powerpriority` DISABLE KEYS */; /*!40000 ALTER TABLE `powerpriority` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `profilegroups` -- DROP TABLE IF EXISTS `profilegroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `profilegroups` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) DEFAULT NULL, `cardtype` varchar(32) NOT NULL DEFAULT 'V4L', `is_default` int(1) DEFAULT '0', `hostname` varchar(64) DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`,`hostname`), KEY `cardtype` (`cardtype`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `profilegroups` -- LOCK TABLES `profilegroups` WRITE; /*!40000 ALTER TABLE `profilegroups` DISABLE KEYS */; INSERT INTO `profilegroups` VALUES (1,'Software Encoders (v4l based)','V4L',1,NULL),(2,'MPEG-2 Encoders (PVR-x50, PVR-500)','MPEG',1,NULL),(3,'Hardware MJPEG Encoders (Matrox G200-TV, Miro DC10, etc)','MJPEG',1,NULL),(4,'Hardware HDTV','HDTV',1,NULL),(5,'Hardware DVB Encoders','DVB',1,NULL),(6,'Transcoders','TRANSCODE',1,NULL),(7,'FireWire Input','FIREWIRE',1,NULL),(8,'USB Mpeg-4 Encoder (Plextor ConvertX, etc)','GO7007',1,NULL),(14,'Import Recorder','IMPORT',1,NULL),(10,'Freebox Input','Freebox',1,NULL),(11,'HDHomeRun Recorders','HDHOMERUN',1,NULL),(12,'CRC IP Recorders','CRC_IP',1,NULL),(13,'HD-PVR Recorders','HDPVR',1,NULL),(15,'ASI Recorder (DVEO)','ASI',1,NULL),(16,'OCUR Recorder (CableLabs)','OCUR',1,NULL),(17,'Ceton Recorder','CETON',1,NULL); /*!40000 ALTER TABLE `profilegroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `program` -- DROP TABLE IF EXISTS `program`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `program` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `endtime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(128) NOT NULL DEFAULT '', `subtitle` varchar(128) NOT NULL DEFAULT '', `description` varchar(16000) NOT NULL DEFAULT '', `category` varchar(64) NOT NULL DEFAULT '', `category_type` varchar(64) NOT NULL DEFAULT '', `airdate` year(4) NOT NULL DEFAULT '0000', `stars` float NOT NULL DEFAULT '0', `previouslyshown` tinyint(4) NOT NULL DEFAULT '0', `title_pronounce` varchar(128) NOT NULL DEFAULT '', `stereo` tinyint(1) NOT NULL DEFAULT '0', `subtitled` tinyint(1) NOT NULL DEFAULT '0', `hdtv` tinyint(1) NOT NULL DEFAULT '0', `closecaptioned` tinyint(1) NOT NULL DEFAULT '0', `partnumber` int(11) NOT NULL DEFAULT '0', `parttotal` int(11) NOT NULL DEFAULT '0', `seriesid` varchar(64) NOT NULL DEFAULT '', `originalairdate` date DEFAULT NULL, `showtype` varchar(30) NOT NULL DEFAULT '', `colorcode` varchar(20) NOT NULL DEFAULT '', `syndicatedepisodenumber` varchar(20) NOT NULL DEFAULT '', `programid` varchar(64) NOT NULL DEFAULT '', `manualid` int(10) unsigned NOT NULL DEFAULT '0', `generic` tinyint(1) DEFAULT '0', `listingsource` int(11) NOT NULL DEFAULT '0', `first` tinyint(1) NOT NULL DEFAULT '0', `last` tinyint(1) NOT NULL DEFAULT '0', `audioprop` set('STEREO','MONO','SURROUND','DOLBY','HARDHEAR','VISUALIMPAIR') CHARACTER SET latin1 NOT NULL, `subtitletypes` set('HARDHEAR','NORMAL','ONSCREEN','SIGNED') CHARACTER SET latin1 NOT NULL, `videoprop` set('HDTV','WIDESCREEN','AVC') CHARACTER SET latin1 NOT NULL, PRIMARY KEY (`chanid`,`starttime`,`manualid`), KEY `endtime` (`endtime`), KEY `title_pronounce` (`title_pronounce`), KEY `seriesid` (`seriesid`), KEY `id_start_end` (`chanid`,`starttime`,`endtime`), KEY `program_manualid` (`manualid`), KEY `previouslyshown` (`previouslyshown`), KEY `programid` (`programid`,`starttime`), KEY `starttime` (`starttime`), KEY `subtitle` (`subtitle`), KEY `description` (`description`(255)), KEY `title_subtitle_start` (`title`,`subtitle`,`starttime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `program` -- LOCK TABLES `program` WRITE; /*!40000 ALTER TABLE `program` DISABLE KEYS */; /*!40000 ALTER TABLE `program` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `programgenres` -- DROP TABLE IF EXISTS `programgenres`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `programgenres` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `relevance` char(1) NOT NULL DEFAULT '', `genre` varchar(30) DEFAULT NULL, PRIMARY KEY (`chanid`,`starttime`,`relevance`), KEY `genre` (`genre`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `programgenres` -- LOCK TABLES `programgenres` WRITE; /*!40000 ALTER TABLE `programgenres` DISABLE KEYS */; /*!40000 ALTER TABLE `programgenres` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `programrating` -- DROP TABLE IF EXISTS `programrating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `programrating` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `system` varchar(8) DEFAULT NULL, `rating` varchar(16) DEFAULT NULL, UNIQUE KEY `chanid` (`chanid`,`starttime`,`system`,`rating`), KEY `starttime` (`starttime`,`system`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `programrating` -- LOCK TABLES `programrating` WRITE; /*!40000 ALTER TABLE `programrating` DISABLE KEYS */; /*!40000 ALTER TABLE `programrating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recgrouppassword` -- DROP TABLE IF EXISTS `recgrouppassword`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recgrouppassword` ( `recgroup` varchar(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', `password` varchar(10) NOT NULL DEFAULT '', PRIMARY KEY (`recgroup`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recgrouppassword` -- LOCK TABLES `recgrouppassword` WRITE; /*!40000 ALTER TABLE `recgrouppassword` DISABLE KEYS */; INSERT INTO `recgrouppassword` VALUES ('All Programs',''); /*!40000 ALTER TABLE `recgrouppassword` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `record` -- DROP TABLE IF EXISTS `record`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `record` ( `recordid` int(10) unsigned NOT NULL AUTO_INCREMENT, `type` int(10) unsigned NOT NULL DEFAULT '0', `chanid` int(10) unsigned DEFAULT NULL, `starttime` time NOT NULL DEFAULT '00:00:00', `startdate` date NOT NULL DEFAULT '0000-00-00', `endtime` time NOT NULL DEFAULT '00:00:00', `enddate` date NOT NULL DEFAULT '0000-00-00', `title` varchar(128) NOT NULL DEFAULT '', `subtitle` varchar(128) NOT NULL DEFAULT '', `description` varchar(16000) NOT NULL DEFAULT '', `season` smallint(5) NOT NULL, `episode` smallint(5) NOT NULL, `category` varchar(64) NOT NULL DEFAULT '', `profile` varchar(128) NOT NULL DEFAULT 'Default', `recpriority` int(10) NOT NULL DEFAULT '0', `autoexpire` int(11) NOT NULL DEFAULT '0', `maxepisodes` int(11) NOT NULL DEFAULT '0', `maxnewest` int(11) NOT NULL DEFAULT '0', `startoffset` int(11) NOT NULL DEFAULT '0', `endoffset` int(11) NOT NULL DEFAULT '0', `recgroup` varchar(32) NOT NULL DEFAULT 'Default', `dupmethod` int(11) NOT NULL DEFAULT '6', `dupin` int(11) NOT NULL DEFAULT '15', `station` varchar(20) NOT NULL DEFAULT '', `seriesid` varchar(64) DEFAULT NULL, `programid` varchar(64) DEFAULT NULL, `inetref` varchar(40) NOT NULL, `search` int(10) unsigned NOT NULL DEFAULT '0', `autotranscode` tinyint(1) NOT NULL DEFAULT '0', `autocommflag` tinyint(1) NOT NULL DEFAULT '0', `autouserjob1` tinyint(1) NOT NULL DEFAULT '0', `autouserjob2` tinyint(1) NOT NULL DEFAULT '0', `autouserjob3` tinyint(1) NOT NULL DEFAULT '0', `autouserjob4` tinyint(1) NOT NULL DEFAULT '0', `autometadata` tinyint(1) NOT NULL DEFAULT '0', `findday` tinyint(4) NOT NULL DEFAULT '0', `findtime` time NOT NULL DEFAULT '00:00:00', `findid` int(11) NOT NULL DEFAULT '0', `inactive` tinyint(1) NOT NULL DEFAULT '0', `parentid` int(11) NOT NULL DEFAULT '0', `transcoder` int(11) NOT NULL DEFAULT '0', `playgroup` varchar(32) NOT NULL DEFAULT 'Default', `prefinput` int(10) NOT NULL DEFAULT '0', `next_record` datetime NOT NULL, `last_record` datetime NOT NULL, `last_delete` datetime NOT NULL, `storagegroup` varchar(32) NOT NULL DEFAULT 'Default', `avg_delay` int(11) NOT NULL DEFAULT '100', `filter` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`recordid`), KEY `chanid` (`chanid`,`starttime`), KEY `title` (`title`), KEY `seriesid` (`seriesid`), KEY `programid` (`programid`), KEY `maxepisodes` (`maxepisodes`), KEY `search` (`search`), KEY `type` (`type`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `record` -- LOCK TABLES `record` WRITE; /*!40000 ALTER TABLE `record` DISABLE KEYS */; INSERT INTO `record` VALUES (1,11,0,'07:37:40','2014-03-18','07:37:40','2014-03-18','Default (Template)','','',0,0,'Default','Default',0,1,0,0,0,0,'Default',6,15,'','','','',0,0,1,0,0,0,0,1,0,'00:00:00',735674,0,0,0,'Default',0,'0000-00-00 00:00:00','0000-00-00 00:00:00','0000-00-00 00:00:00','Default',100,0); /*!40000 ALTER TABLE `record` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recorded` -- DROP TABLE IF EXISTS `recorded`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recorded` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `endtime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(128) NOT NULL DEFAULT '', `subtitle` varchar(128) NOT NULL DEFAULT '', `description` varchar(16000) NOT NULL DEFAULT '', `season` smallint(5) NOT NULL, `episode` smallint(5) NOT NULL, `category` varchar(64) NOT NULL DEFAULT '', `hostname` varchar(64) NOT NULL DEFAULT '', `bookmark` tinyint(1) NOT NULL DEFAULT '0', `editing` int(10) unsigned NOT NULL DEFAULT '0', `cutlist` tinyint(1) NOT NULL DEFAULT '0', `autoexpire` int(11) NOT NULL DEFAULT '0', `commflagged` int(10) unsigned NOT NULL DEFAULT '0', `recgroup` varchar(32) NOT NULL DEFAULT 'Default', `recordid` int(11) DEFAULT NULL, `seriesid` varchar(64) DEFAULT NULL, `programid` varchar(64) DEFAULT NULL, `inetref` varchar(40) NOT NULL, `lastmodified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, `filesize` bigint(20) NOT NULL DEFAULT '0', `stars` float NOT NULL DEFAULT '0', `previouslyshown` tinyint(1) DEFAULT '0', `originalairdate` date DEFAULT NULL, `preserve` tinyint(1) NOT NULL DEFAULT '0', `findid` int(11) NOT NULL DEFAULT '0', `deletepending` tinyint(1) NOT NULL DEFAULT '0', `transcoder` int(11) NOT NULL DEFAULT '0', `timestretch` float NOT NULL DEFAULT '1', `recpriority` int(11) NOT NULL DEFAULT '0', `basename` varchar(255) NOT NULL, `progstart` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `progend` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `playgroup` varchar(32) NOT NULL DEFAULT 'Default', `profile` varchar(32) NOT NULL DEFAULT '', `duplicate` tinyint(1) NOT NULL DEFAULT '0', `transcoded` tinyint(1) NOT NULL DEFAULT '0', `watched` tinyint(4) NOT NULL DEFAULT '0', `storagegroup` varchar(32) NOT NULL DEFAULT 'Default', `bookmarkupdate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`chanid`,`starttime`), KEY `endtime` (`endtime`), KEY `seriesid` (`seriesid`), KEY `programid` (`programid`), KEY `title` (`title`), KEY `recordid` (`recordid`), KEY `deletepending` (`deletepending`,`lastmodified`), KEY `recgroup` (`recgroup`,`endtime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recorded` -- LOCK TABLES `recorded` WRITE; /*!40000 ALTER TABLE `recorded` DISABLE KEYS */; /*!40000 ALTER TABLE `recorded` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordedartwork` -- DROP TABLE IF EXISTS `recordedartwork`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordedartwork` ( `inetref` varchar(255) NOT NULL, `season` smallint(5) NOT NULL, `host` text NOT NULL, `coverart` text NOT NULL, `fanart` text NOT NULL, `banner` text NOT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordedartwork` -- LOCK TABLES `recordedartwork` WRITE; /*!40000 ALTER TABLE `recordedartwork` DISABLE KEYS */; /*!40000 ALTER TABLE `recordedartwork` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordedcredits` -- DROP TABLE IF EXISTS `recordedcredits`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordedcredits` ( `person` mediumint(8) unsigned NOT NULL DEFAULT '0', `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `role` set('actor','director','producer','executive_producer','writer','guest_star','host','adapter','presenter','commentator','guest') CHARACTER SET latin1 NOT NULL DEFAULT '', UNIQUE KEY `chanid` (`chanid`,`starttime`,`person`,`role`), KEY `person` (`person`,`role`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordedcredits` -- LOCK TABLES `recordedcredits` WRITE; /*!40000 ALTER TABLE `recordedcredits` DISABLE KEYS */; /*!40000 ALTER TABLE `recordedcredits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordedfile` -- DROP TABLE IF EXISTS `recordedfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordedfile` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `basename` varchar(128) NOT NULL DEFAULT '', `filesize` bigint(20) NOT NULL DEFAULT '0', `width` smallint(5) unsigned NOT NULL DEFAULT '0', `height` smallint(5) unsigned NOT NULL DEFAULT '0', `fps` float(6,3) NOT NULL DEFAULT '0.000', `aspect` float(8,6) NOT NULL DEFAULT '0.000000', `audio_sample_rate` smallint(5) unsigned NOT NULL DEFAULT '0', `audio_bits_per_sample` smallint(5) unsigned NOT NULL DEFAULT '0', `audio_channels` tinyint(3) unsigned NOT NULL DEFAULT '0', `audio_type` varchar(255) NOT NULL DEFAULT '', `video_type` varchar(255) NOT NULL DEFAULT '', `comment` varchar(255) NOT NULL DEFAULT '', `hostname` varchar(64) NOT NULL, `storagegroup` varchar(32) NOT NULL, `id` int(11) NOT NULL AUTO_INCREMENT, PRIMARY KEY (`id`), UNIQUE KEY `chanid` (`chanid`,`starttime`,`basename`), KEY `basename` (`basename`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordedfile` -- LOCK TABLES `recordedfile` WRITE; /*!40000 ALTER TABLE `recordedfile` DISABLE KEYS */; /*!40000 ALTER TABLE `recordedfile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordedmarkup` -- DROP TABLE IF EXISTS `recordedmarkup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordedmarkup` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `mark` mediumint(8) unsigned NOT NULL DEFAULT '0', `type` tinyint(4) NOT NULL DEFAULT '0', `data` int(11) unsigned DEFAULT NULL, PRIMARY KEY (`chanid`,`starttime`,`type`,`mark`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordedmarkup` -- LOCK TABLES `recordedmarkup` WRITE; /*!40000 ALTER TABLE `recordedmarkup` DISABLE KEYS */; /*!40000 ALTER TABLE `recordedmarkup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordedprogram` -- DROP TABLE IF EXISTS `recordedprogram`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordedprogram` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `endtime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `title` varchar(128) NOT NULL DEFAULT '', `subtitle` varchar(128) NOT NULL DEFAULT '', `description` varchar(16000) NOT NULL DEFAULT '', `category` varchar(64) NOT NULL DEFAULT '', `category_type` varchar(64) NOT NULL DEFAULT '', `airdate` year(4) NOT NULL DEFAULT '0000', `stars` float unsigned NOT NULL DEFAULT '0', `previouslyshown` tinyint(4) NOT NULL DEFAULT '0', `title_pronounce` varchar(128) NOT NULL DEFAULT '', `stereo` tinyint(1) NOT NULL DEFAULT '0', `subtitled` tinyint(1) NOT NULL DEFAULT '0', `hdtv` tinyint(1) NOT NULL DEFAULT '0', `closecaptioned` tinyint(1) NOT NULL DEFAULT '0', `partnumber` int(11) NOT NULL DEFAULT '0', `parttotal` int(11) NOT NULL DEFAULT '0', `seriesid` varchar(64) DEFAULT NULL, `originalairdate` date DEFAULT NULL, `showtype` varchar(30) NOT NULL DEFAULT '', `colorcode` varchar(20) NOT NULL DEFAULT '', `syndicatedepisodenumber` varchar(20) NOT NULL DEFAULT '', `programid` varchar(64) DEFAULT NULL, `manualid` int(10) unsigned NOT NULL DEFAULT '0', `generic` tinyint(1) DEFAULT '0', `listingsource` int(11) NOT NULL DEFAULT '0', `first` tinyint(1) NOT NULL DEFAULT '0', `last` tinyint(1) NOT NULL DEFAULT '0', `audioprop` set('STEREO','MONO','SURROUND','DOLBY','HARDHEAR','VISUALIMPAIR') CHARACTER SET latin1 NOT NULL, `subtitletypes` set('HARDHEAR','NORMAL','ONSCREEN','SIGNED') CHARACTER SET latin1 NOT NULL, `videoprop` set('HDTV','WIDESCREEN','AVC','720','1080','DAMAGED') NOT NULL, PRIMARY KEY (`chanid`,`starttime`,`manualid`), KEY `endtime` (`endtime`), KEY `title` (`title`), KEY `title_pronounce` (`title_pronounce`), KEY `seriesid` (`seriesid`), KEY `programid` (`programid`), KEY `id_start_end` (`chanid`,`starttime`,`endtime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordedprogram` -- LOCK TABLES `recordedprogram` WRITE; /*!40000 ALTER TABLE `recordedprogram` DISABLE KEYS */; /*!40000 ALTER TABLE `recordedprogram` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordedrating` -- DROP TABLE IF EXISTS `recordedrating`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordedrating` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `system` varchar(8) DEFAULT NULL, `rating` varchar(16) DEFAULT NULL, UNIQUE KEY `chanid` (`chanid`,`starttime`,`system`,`rating`), KEY `starttime` (`starttime`,`system`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordedrating` -- LOCK TABLES `recordedrating` WRITE; /*!40000 ALTER TABLE `recordedrating` DISABLE KEYS */; /*!40000 ALTER TABLE `recordedrating` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordedseek` -- DROP TABLE IF EXISTS `recordedseek`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordedseek` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `mark` mediumint(8) unsigned NOT NULL DEFAULT '0', `offset` bigint(20) unsigned NOT NULL, `type` tinyint(4) NOT NULL DEFAULT '0', PRIMARY KEY (`chanid`,`starttime`,`type`,`mark`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordedseek` -- LOCK TABLES `recordedseek` WRITE; /*!40000 ALTER TABLE `recordedseek` DISABLE KEYS */; /*!40000 ALTER TABLE `recordedseek` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordfilter` -- DROP TABLE IF EXISTS `recordfilter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordfilter` ( `filterid` int(10) unsigned NOT NULL, `description` varchar(64) DEFAULT NULL, `clause` varchar(256) DEFAULT NULL, `newruledefault` tinyint(1) DEFAULT '0', PRIMARY KEY (`filterid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordfilter` -- LOCK TABLES `recordfilter` WRITE; /*!40000 ALTER TABLE `recordfilter` DISABLE KEYS */; INSERT INTO `recordfilter` VALUES (0,'New episode','program.previouslyshown = 0',0),(1,'Identifiable episode','program.generic = 0',0),(2,'First showing','program.first > 0',0),(3,'Prime time','HOUR(CONVERT_TZ(program.starttime, \'Etc/UTC\', \'SYSTEM\')) >= 19 AND HOUR(CONVERT_TZ(program.starttime, \'Etc/UTC\', \'SYSTEM\')) < 22',0),(4,'Commercial free','channel.commmethod = -2',0),(5,'High definition','program.hdtv > 0',0),(6,'This episode','(RECTABLE.programid <> \'\' AND program.programid = RECTABLE.programid) OR (RECTABLE.programid = \'\' AND program.subtitle = RECTABLE.subtitle AND program.description = RECTABLE.description)',0),(7,'This series','(RECTABLE.seriesid <> \'\' AND program.seriesid = RECTABLE.seriesid)',0),(8,'This time','ABS(TIMESTAMPDIFF(MINUTE, CONVERT_TZ( ADDTIME(RECTABLE.startdate, RECTABLE.starttime), \'Etc/UTC\', \'SYSTEM\'), CONVERT_TZ(program.starttime, \'Etc/UTC\', \'SYSTEM\'))) MOD 1440 <= 10',0),(9,'This day and time','ABS(TIMESTAMPDIFF(MINUTE, CONVERT_TZ( ADDTIME(RECTABLE.startdate, RECTABLE.starttime), \'Etc/UTC\', \'SYSTEM\'), CONVERT_TZ(program.starttime, \'Etc/UTC\', \'SYSTEM\'))) MOD 10080 <= 10',0),(10,'This channel','channel.callsign = RECTABLE.station',0); /*!40000 ALTER TABLE `recordfilter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordingprofiles` -- DROP TABLE IF EXISTS `recordingprofiles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordingprofiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) DEFAULT NULL, `videocodec` varchar(128) DEFAULT NULL, `audiocodec` varchar(128) DEFAULT NULL, `profilegroup` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `profilegroup` (`profilegroup`) ) ENGINE=MyISAM AUTO_INCREMENT=70 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordingprofiles` -- LOCK TABLES `recordingprofiles` WRITE; /*!40000 ALTER TABLE `recordingprofiles` DISABLE KEYS */; INSERT INTO `recordingprofiles` VALUES (1,'Default',NULL,NULL,1),(2,'Live TV',NULL,NULL,1),(3,'High Quality',NULL,NULL,1),(4,'Low Quality',NULL,NULL,1),(5,'Default',NULL,NULL,2),(6,'Live TV',NULL,NULL,2),(7,'High Quality',NULL,NULL,2),(8,'Low Quality',NULL,NULL,2),(9,'Default',NULL,NULL,3),(10,'Live TV',NULL,NULL,3),(11,'High Quality',NULL,NULL,3),(12,'Low Quality',NULL,NULL,3),(13,'Default',NULL,NULL,4),(14,'Live TV',NULL,NULL,4),(15,'High Quality',NULL,NULL,4),(16,'Low Quality',NULL,NULL,4),(17,'Default',NULL,NULL,5),(18,'Live TV',NULL,NULL,5),(19,'High Quality',NULL,NULL,5),(20,'Low Quality',NULL,NULL,5),(21,'RTjpeg/MPEG4',NULL,NULL,6),(22,'MPEG2',NULL,NULL,6),(23,'Default',NULL,NULL,8),(24,'Live TV',NULL,NULL,8),(25,'High Quality',NULL,NULL,8),(26,'Low Quality',NULL,NULL,8),(27,'High Quality',NULL,NULL,6),(28,'Medium Quality',NULL,NULL,6),(29,'Low Quality',NULL,NULL,6),(30,'Default',NULL,NULL,10),(31,'Live TV',NULL,NULL,10),(32,'High Quality',NULL,NULL,10),(33,'Low Quality',NULL,NULL,10),(34,'Default',NULL,NULL,11),(35,'Live TV',NULL,NULL,11),(36,'High Quality',NULL,NULL,11),(37,'Low Quality',NULL,NULL,11),(38,'Default',NULL,NULL,12),(39,'Live TV',NULL,NULL,12),(40,'High Quality',NULL,NULL,12),(41,'Low Quality',NULL,NULL,12),(42,'Default',NULL,NULL,7),(43,'Live TV',NULL,NULL,7),(44,'High Quality',NULL,NULL,7),(45,'Low Quality',NULL,NULL,7),(46,'Default',NULL,NULL,9),(47,'Live TV',NULL,NULL,9),(48,'High Quality',NULL,NULL,9),(49,'Low Quality',NULL,NULL,9),(50,'Default',NULL,NULL,13),(51,'Live TV',NULL,NULL,13),(52,'High Quality',NULL,NULL,13),(53,'Low Quality',NULL,NULL,13),(54,'Default',NULL,NULL,14),(55,'Live TV',NULL,NULL,14),(56,'High Quality',NULL,NULL,14),(57,'Low Quality',NULL,NULL,14),(58,'Default',NULL,NULL,15),(59,'Live TV',NULL,NULL,15),(60,'High Quality',NULL,NULL,15),(61,'Low Quality',NULL,NULL,15),(62,'Default',NULL,NULL,16),(63,'Live TV',NULL,NULL,16),(64,'High Quality',NULL,NULL,16),(65,'Low Quality',NULL,NULL,16),(66,'Default',NULL,NULL,17),(67,'Live TV',NULL,NULL,17),(68,'High Quality',NULL,NULL,17),(69,'Low Quality',NULL,NULL,17); /*!40000 ALTER TABLE `recordingprofiles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `recordmatch` -- DROP TABLE IF EXISTS `recordmatch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `recordmatch` ( `recordid` int(10) unsigned NOT NULL, `chanid` int(10) unsigned NOT NULL, `starttime` datetime NOT NULL, `manualid` int(10) unsigned NOT NULL, `oldrecduplicate` tinyint(1) DEFAULT NULL, `recduplicate` tinyint(1) DEFAULT NULL, `findduplicate` tinyint(1) DEFAULT NULL, `oldrecstatus` int(11) DEFAULT NULL, `findid` int(11) NOT NULL DEFAULT '0', UNIQUE KEY `recordid` (`recordid`,`chanid`,`starttime`), KEY `chanid` (`chanid`,`starttime`,`manualid`), KEY `recordid_2` (`recordid`,`findid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `recordmatch` -- LOCK TABLES `recordmatch` WRITE; /*!40000 ALTER TABLE `recordmatch` DISABLE KEYS */; /*!40000 ALTER TABLE `recordmatch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `romdb` -- DROP TABLE IF EXISTS `romdb`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `romdb` ( `crc` varchar(64) NOT NULL DEFAULT '', `name` varchar(128) NOT NULL DEFAULT '', `description` varchar(128) NOT NULL DEFAULT '', `category` varchar(128) NOT NULL DEFAULT '', `year` varchar(10) NOT NULL DEFAULT '', `manufacturer` varchar(128) NOT NULL DEFAULT '', `country` varchar(128) NOT NULL DEFAULT '', `publisher` varchar(128) NOT NULL DEFAULT '', `platform` varchar(64) NOT NULL DEFAULT '', `filesize` int(12) DEFAULT NULL, `flags` varchar(64) NOT NULL DEFAULT '', `version` varchar(64) NOT NULL DEFAULT '', `binfile` varchar(64) NOT NULL DEFAULT '', KEY `crc` (`crc`), KEY `year` (`year`), KEY `category` (`category`), KEY `name` (`name`), KEY `description` (`description`), KEY `platform` (`platform`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `romdb` -- LOCK TABLES `romdb` WRITE; /*!40000 ALTER TABLE `romdb` DISABLE KEYS */; /*!40000 ALTER TABLE `romdb` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scannerfile` -- DROP TABLE IF EXISTS `scannerfile`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scannerfile` ( `fileid` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `filesize` bigint(20) unsigned NOT NULL DEFAULT '0', `filehash` varchar(64) NOT NULL DEFAULT '', `added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`fileid`), UNIQUE KEY `filehash` (`filehash`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scannerfile` -- LOCK TABLES `scannerfile` WRITE; /*!40000 ALTER TABLE `scannerfile` DISABLE KEYS */; /*!40000 ALTER TABLE `scannerfile` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `scannerpath` -- DROP TABLE IF EXISTS `scannerpath`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `scannerpath` ( `fileid` bigint(20) unsigned NOT NULL, `hostname` varchar(64) NOT NULL DEFAULT 'localhost', `storagegroup` varchar(32) NOT NULL DEFAULT 'Default', `filename` varchar(255) NOT NULL DEFAULT '', PRIMARY KEY (`fileid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `scannerpath` -- LOCK TABLES `scannerpath` WRITE; /*!40000 ALTER TABLE `scannerpath` DISABLE KEYS */; /*!40000 ALTER TABLE `scannerpath` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `schemalock` -- DROP TABLE IF EXISTS `schemalock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `schemalock` ( `schemalock` int(1) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `schemalock` -- LOCK TABLES `schemalock` WRITE; /*!40000 ALTER TABLE `schemalock` DISABLE KEYS */; /*!40000 ALTER TABLE `schemalock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `settings` -- DROP TABLE IF EXISTS `settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `settings` ( `value` varchar(128) NOT NULL DEFAULT '', `data` varchar(16000) NOT NULL DEFAULT '', `hostname` varchar(64) DEFAULT NULL, KEY `value` (`value`,`hostname`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `settings` -- LOCK TABLES `settings` WRITE; /*!40000 ALTER TABLE `settings` DISABLE KEYS */; INSERT INTO `settings` VALUES ('mythfilldatabaseLastRunStart','',NULL),('mythfilldatabaseLastRunEnd','',NULL),('mythfilldatabaseLastRunStatus','',NULL),('DataDirectMessage','',NULL),('HaveRepeats','0',NULL),('DBSchemaVer','1317',NULL),('DefaultTranscoder','0',NULL),('MythFillSuggestedRunTime','1970-01-01T00:00:00',NULL),('MythFillGrabberSuggestsTime','1',NULL),('BackendServerIP','127.0.0.1','OLDHOSTNAME'),('BackendServerPort','6543','OLDHOSTNAME'),('BackendStatusPort','6544','OLDHOSTNAME'),('MasterServerIP','127.0.0.1',NULL),('MasterServerPort','6543',NULL),('RecordFilePrefix','/var/lib/mythtv/recordings','OLDHOSTNAME'),('TruncateDeletesSlowly','1','OLDHOSTNAME'),('TVFormat','NTSC',NULL),('VbiFormat','None',NULL),('FreqTable','us-bcast',NULL),('TimeOffset','None',NULL),('MasterBackendOverride','1',NULL),('DeletesFollowLinks','0',NULL),('EITTimeOffset','Auto',NULL),('EITTransportTimeout','5',NULL),('EITIgnoresSource','0',NULL),('EITCrawIdleStart','60',NULL),('startupCommand','',NULL),('blockSDWUwithoutClient','1',NULL),('idleTimeoutSecs','0',NULL),('idleWaitForRecordingTime','15',NULL),('StartupSecsBeforeRecording','120',NULL),('WakeupTimeFormat','hh:mm yyyy-MM-dd',NULL),('SetWakeuptimeCommand','',NULL),('ServerHaltCommand','sudo /sbin/halt -p',NULL),('preSDWUCheckCommand','',NULL),('WOLbackendReconnectWaitTime','0',NULL),('WOLbackendConnectRetry','5',NULL),('WOLbackendCommand','',NULL),('WOLslaveBackendsCommand','',NULL),('JobQueueMaxSimultaneousJobs','1','OLDHOSTNAME'),('JobQueueCheckFrequency','60','OLDHOSTNAME'),('JobQueueWindowStart','00:00','OLDHOSTNAME'),('JobQueueWindowEnd','23:59','OLDHOSTNAME'),('JobQueueCPU','0','OLDHOSTNAME'),('JobAllowCommFlag','1','OLDHOSTNAME'),('JobAllowTranscode','1','OLDHOSTNAME'),('JobAllowUserJob1','0','OLDHOSTNAME'),('JobAllowUserJob2','0','OLDHOSTNAME'),('JobAllowUserJob3','0','OLDHOSTNAME'),('JobAllowUserJob4','0','OLDHOSTNAME'),('JobsRunOnRecordHost','0',NULL),('AutoCommflagWhileRecording','0',NULL),('JobQueueCommFlagCommand','mythcommflag',NULL),('JobQueueTranscodeCommand','mythtranscode',NULL),('AutoTranscodeBeforeAutoCommflag','0',NULL),('SaveTranscoding','0',NULL),('UserJobDesc1','User Job #1',NULL),('UserJob1','',NULL),('UserJobDesc2','User Job #2',NULL),('UserJob2','',NULL),('UserJobDesc3','User Job #3',NULL),('UserJob3','',NULL),('UserJobDesc4','User Job #4',NULL),('UserJob4','',NULL),('upnp:UDN:urn:schemas-upnp-org:device:MediaServer:1','256a89b4-1266-49ca-9ac7-f0b4b4641e7f','OLDHOSTNAME'),('Deinterlace','0','OLDHOSTNAME'),('DeinterlaceFilter','linearblend','OLDHOSTNAME'),('CustomFilters','','OLDHOSTNAME'),('PreferredMPEG2Decoder','ffmpeg','OLDHOSTNAME'),('UseOpenGLVSync','0','OLDHOSTNAME'),('RealtimePriority','1','OLDHOSTNAME'),('UseVideoTimebase','0','OLDHOSTNAME'),('DecodeExtraAudio','1','OLDHOSTNAME'),('AspectOverride','0','OLDHOSTNAME'),('PIPLocation','0','OLDHOSTNAME'),('PlaybackExitPrompt','0','OLDHOSTNAME'),('EndOfRecordingExitPrompt','0','OLDHOSTNAME'),('ClearSavedPosition','1','OLDHOSTNAME'),('AltClearSavedPosition','1','OLDHOSTNAME'),('UseOutputPictureControls','0','OLDHOSTNAME'),('AudioNag','1','OLDHOSTNAME'),('UDPNotifyPort','6948','OLDHOSTNAME'),('PlayBoxOrdering','1','OLDHOSTNAME'),('PlayBoxEpisodeSort','Date','OLDHOSTNAME'),('GeneratePreviewPixmaps','0','OLDHOSTNAME'),('PreviewPixmapOffset','64',NULL),('PreviewFromBookmark','1','OLDHOSTNAME'),('PlaybackPreview','1','OLDHOSTNAME'),('PlaybackPreviewLowCPU','0','OLDHOSTNAME'),('PlaybackBoxStartInTitle','1','OLDHOSTNAME'),('ShowGroupInfo','0','OLDHOSTNAME'),('OSDSubFont','FreeSans','OLDHOSTNAME'),('DisplayRecGroup','All Programs','OLDHOSTNAME'),('QueryInitialFilter','0','OLDHOSTNAME'),('RememberRecGroup','1','OLDHOSTNAME'),('DispRecGroupAsAllProg','0','OLDHOSTNAME'),('LiveTVInAllPrograms','0','OLDHOSTNAME'),('DisplayGroupDefaultView','0','OLDHOSTNAME'),('DisplayGroupTitleSort','0','OLDHOSTNAME'),('PVR350OutputEnable','0','OLDHOSTNAME'),('PVR350VideoDev','/dev/video16','OLDHOSTNAME'),('PVR350EPGAlphaValue','164','OLDHOSTNAME'),('PVR350InternalAudioOnly','0','OLDHOSTNAME'),('SmartForward','0','OLDHOSTNAME'),('StickyKeys','0','OLDHOSTNAME'),('FFRewReposTime','100','OLDHOSTNAME'),('FFRewReverse','1','OLDHOSTNAME'),('ExactSeeking','0','OLDHOSTNAME'),('AutoCommercialSkip','0','OLDHOSTNAME'),('CommRewindAmount','','OLDHOSTNAME'),('CommNotifyAmount','','OLDHOSTNAME'),('MaximumCommercialSkip','3600',NULL),('CommSkipAllBlanks','1',NULL),('VertScanPercentage','','OLDHOSTNAME'),('HorizScanPercentage','','OLDHOSTNAME'),('XScanDisplacement','','OLDHOSTNAME'),('YScanDisplacement','','OLDHOSTNAME'),('OSDTheme','BlackCurves-OSD','OLDHOSTNAME'),('OSDGeneralTimeout','2','OLDHOSTNAME'),('OSDProgramInfoTimeout','3','OLDHOSTNAME'),('OSDNotifyTimeout','5','OLDHOSTNAME'),('OSDFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCCFont','FreeMono.ttf','OLDHOSTNAME'),('OSDThemeFontSizeType','default','OLDHOSTNAME'),('CCBackground','0','OLDHOSTNAME'),('DefaultCCMode','0','OLDHOSTNAME'),('PersistentBrowseMode','1','OLDHOSTNAME'),('EnableMHEG','0','OLDHOSTNAME'),('OSDCC708TextZoom','100','OLDHOSTNAME'),('OSDCC708DefaultFontType','MonoSerif','OLDHOSTNAME'),('OSDCC708MonoSerifFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708PropSerifFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708MonoSansSerifFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708PropSansSerifFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708CasualFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708CursiveFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708CapitalsFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708MonoSerifItalicFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708PropSerifItalicFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708MonoSansSerifItalicFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708PropSansSerifItalicFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708CasualItalicFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708CursiveItalicFont','FreeMono.ttf','OLDHOSTNAME'),('OSDCC708CapitalsItalicFont','FreeMono.ttf','OLDHOSTNAME'),('ChannelOrdering','channum','OLDHOSTNAME'),('ChannelFormat',' ','OLDHOSTNAME'),('LongChannelFormat',' ','OLDHOSTNAME'),('SmartChannelChange','0','OLDHOSTNAME'),('LastFreeCard','0',NULL),('AutoExpireMethod','2',NULL),('AutoExpireDayPriority','3',NULL),('AutoExpireDefault','1',NULL),('AutoExpireLiveTVMaxAge','1',NULL),('AutoExpireExtraSpace','1',NULL),('AutoCommercialFlag','1',NULL),('CommercialSkipMethod','7',NULL),('AggressiveCommDetect','1',NULL),('AutoTranscode','0',NULL),('AutoRunUserJob1','0',NULL),('AutoRunUserJob2','0',NULL),('AutoRunUserJob3','0',NULL),('AutoRunUserJob4','0',NULL),('RecordPreRoll','',NULL),('RecordOverTime','',NULL),('OverTimeCategory','category name',NULL),('CategoryOverTime','30',NULL),('ATSCCheckSignalThreshold','65',NULL),('ATSCCheckSignalWait','5000',NULL),('HDRingbufferSize','9400',NULL),('EPGFillType','10','OLDHOSTNAME'),('EPGShowCategoryColors','1','OLDHOSTNAME'),('EPGShowCategoryText','1','OLDHOSTNAME'),('EPGScrollType','1','OLDHOSTNAME'),('EPGShowChannelIcon','1','OLDHOSTNAME'),('EPGShowFavorites','0','OLDHOSTNAME'),('WatchTVGuide','0','OLDHOSTNAME'),('chanPerPage','5','OLDHOSTNAME'),('timePerPage','4','OLDHOSTNAME'),('UnknownTitle','Unknown','OLDHOSTNAME'),('UnknownCategory','Unknown','OLDHOSTNAME'),('DefaultTVChannel','3','OLDHOSTNAME'),('SelectChangesChannel','0','OLDHOSTNAME'),('SelChangeRecThreshold','16','OLDHOSTNAME'),('EPGEnableJumpToChannel','0',NULL),('ThemePainter','qt','OLDHOSTNAME'),('Style','','OLDHOSTNAME'),('ThemeFontSizeType','default','OLDHOSTNAME'),('RandomTheme','0','OLDHOSTNAME'),('MenuTheme','default','OLDHOSTNAME'),('XineramaScreen','0','OLDHOSTNAME'),('XineramaMonitorAspectRatio','1.3333','OLDHOSTNAME'),('GuiWidth','','OLDHOSTNAME'),('GuiHeight','','OLDHOSTNAME'),('GuiOffsetX','','OLDHOSTNAME'),('GuiOffsetY','','OLDHOSTNAME'),('GuiSizeForTV','1','OLDHOSTNAME'),('HideMouseCursor','1','OLDHOSTNAME'),('RunFrontendInWindow','0','OLDHOSTNAME'),('UseVideoModes','0','OLDHOSTNAME'),('GuiVidModeResolution','640x480','OLDHOSTNAME'),('TVVidModeResolution','640x480','OLDHOSTNAME'),('TVVidModeForceAspect','0.0','OLDHOSTNAME'),('VidModeWidth0','','OLDHOSTNAME'),('VidModeHeight0','','OLDHOSTNAME'),('TVVidModeResolution0','640x480','OLDHOSTNAME'),('TVVidModeForceAspect0','0.0','OLDHOSTNAME'),('VidModeWidth1','','OLDHOSTNAME'),('VidModeHeight1','','OLDHOSTNAME'),('TVVidModeResolution1','640x480','OLDHOSTNAME'),('TVVidModeForceAspect1','0.0','OLDHOSTNAME'),('VidModeWidth2','','OLDHOSTNAME'),('VidModeHeight2','','OLDHOSTNAME'),('TVVidModeResolution2','640x480','OLDHOSTNAME'),('TVVidModeForceAspect2','0.0','OLDHOSTNAME'),('ISO639Language0','eng',NULL),('ISO639Language1','eng',NULL),('DateFormat','ddd MMM d','OLDHOSTNAME'),('ShortDateFormat','M/d','OLDHOSTNAME'),('TimeFormat','h:mm AP','OLDHOSTNAME'),('QtFontSmall','12','OLDHOSTNAME'),('QtFontMedium','16','OLDHOSTNAME'),('QtFontBig','25','OLDHOSTNAME'),('PlayBoxTransparency','1','OLDHOSTNAME'),('PlayBoxShading','0','OLDHOSTNAME'),('UseVirtualKeyboard','1','OLDHOSTNAME'),('LCDEnable','0','OLDHOSTNAME'),('LCDShowTime','1','OLDHOSTNAME'),('LCDShowMenu','1','OLDHOSTNAME'),('LCDShowMusic','1','OLDHOSTNAME'),('LCDShowMusicItems','ArtistTitle','OLDHOSTNAME'),('LCDShowChannel','1','OLDHOSTNAME'),('LCDShowRecStatus','0','OLDHOSTNAME'),('LCDShowVolume','1','OLDHOSTNAME'),('LCDShowGeneric','1','OLDHOSTNAME'),('LCDBacklightOn','1','OLDHOSTNAME'),('LCDHeartBeatOn','0','OLDHOSTNAME'),('LCDBigClock','0','OLDHOSTNAME'),('LCDKeyString','ABCDEF','OLDHOSTNAME'),('LCDPopupTime','5','OLDHOSTNAME'),('AudioOutputDevice','ALSA:default','OLDHOSTNAME'),('PassThruOutputDevice','Default','OLDHOSTNAME'),('AC3PassThru','0','OLDHOSTNAME'),('DTSPassThru','0','OLDHOSTNAME'),('AggressiveSoundcardBuffer','0','OLDHOSTNAME'),('MythControlsVolume','1','OLDHOSTNAME'),('MixerDevice','default','OLDHOSTNAME'),('MixerControl','PCM','OLDHOSTNAME'),('MasterMixerVolume','70','OLDHOSTNAME'),('PCMMixerVolume','70','OLDHOSTNAME'),('IndividualMuteControl','0','OLDHOSTNAME'),('AllowQuitShutdown','4','OLDHOSTNAME'),('NoPromptOnExit','1','OLDHOSTNAME'),('HaltCommand','','OLDHOSTNAME'),('LircKeyPressedApp','','OLDHOSTNAME'),('UseArrowAccels','1','OLDHOSTNAME'),('NetworkControlEnabled','0','OLDHOSTNAME'),('NetworkControlPort','6546','OLDHOSTNAME'),('SetupPinCodeRequired','0','OLDHOSTNAME'),('MonitorDrives','0','OLDHOSTNAME'),('EnableXbox','0','OLDHOSTNAME'),('LogEnabled','0',NULL),('LogPrintLevel','8','OLDHOSTNAME'),('LogCleanEnabled','0','OLDHOSTNAME'),('LogCleanPeriod','14','OLDHOSTNAME'),('LogCleanDays','14','OLDHOSTNAME'),('LogCleanMax','30','OLDHOSTNAME'),('LogMaxCount','100','OLDHOSTNAME'),('MythFillEnabled','0',NULL),('MythFillDatabasePath','/usr/bin/mythfilldatabase',NULL),('MythFillDatabaseArgs','',NULL),('MythFillDatabaseLog','',NULL),('MythFillPeriod','1',NULL),('MythFillMinHour','2',NULL),('MythFillMaxHour','5',NULL),('SchedMoveHigher','1',NULL),('DefaultStartOffset','0',NULL),('DefaultEndOffset','0',NULL),('ComplexPriority','0',NULL),('PrefInputPriority','2',NULL),('OnceRecPriority','0',NULL),('HDTVRecPriority','',NULL),('CCRecPriority','',NULL),('SingleRecordRecPriority','1',NULL),('OverrideRecordRecPriority','0',NULL),('FindOneRecordRecPriority','-1',NULL),('WeekslotRecordRecPriority','0',NULL),('TimeslotRecordRecPriority','0',NULL),('ChannelRecordRecPriority','0',NULL),('AllRecordRecPriority','0',NULL),('ArchiveDBSchemaVer','1005',NULL),('MythArchiveTempDir','/var/lib/mytharchive/temp','OLDHOSTNAME'),('MythArchiveShareDir','/usr/share/mythtv/mytharchive/','OLDHOSTNAME'),('MythArchiveVideoFormat','PAL','OLDHOSTNAME'),('MythArchiveFileFilter','*.mpg *.mov *.avi *.mpeg *.nuv','OLDHOSTNAME'),('MythArchiveDVDLocation','/dev/dvd','OLDHOSTNAME'),('MythArchiveEncodeToAc3','0','OLDHOSTNAME'),('MythArchiveCopyRemoteFiles','0','OLDHOSTNAME'),('MythArchiveAlwaysUseMythTranscode','1','OLDHOSTNAME'),('MythArchiveUseFIFO','1','OLDHOSTNAME'),('MythArchiveMainMenuAR','16:9','OLDHOSTNAME'),('MythArchiveChapterMenuAR','Video','OLDHOSTNAME'),('MythArchiveDateFormat','%a %b %d','OLDHOSTNAME'),('MythArchiveTimeFormat','%I:%M %p','OLDHOSTNAME'),('MythArchiveFfmpegCmd','ffmpeg','OLDHOSTNAME'),('MythArchiveMplexCmd','mplex','OLDHOSTNAME'),('MythArchiveDvdauthorCmd','dvdauthor','OLDHOSTNAME'),('MythArchiveSpumuxCmd','spumux','OLDHOSTNAME'),('MythArchiveMpeg2encCmd','mpeg2enc','OLDHOSTNAME'),('MythArchiveMkisofsCmd','mkisofs','OLDHOSTNAME'),('MythArchiveGrowisofsCmd','growisofs','OLDHOSTNAME'),('MythArchiveTcrequantCmd','tcrequant','OLDHOSTNAME'),('MythArchivePng2yuvCmd','png2yuv','OLDHOSTNAME'),('BackendServerIP6','::1','OLDHOSTNAME'),('DVDDeviceLocation','/dev/dvd','OLDHOSTNAME'),('VCDDeviceLocation','/dev/cdrom','OLDHOSTNAME'),('DVDOnInsertDVD','1','OLDHOSTNAME'),('mythdvd.DVDPlayerCommand','Internal','OLDHOSTNAME'),('VCDPlayerCommand','mplayer vcd:// -cdrom-device %d -fs -zoom -vo xv','OLDHOSTNAME'),('DVDRipLocation','/var/lib/mythdvd/temp','OLDHOSTNAME'),('TitlePlayCommand','Internal','OLDHOSTNAME'),('SubTitleCommand','-sid %s','OLDHOSTNAME'),('TranscodeCommand','transcode','OLDHOSTNAME'),('MTDPort','2442','OLDHOSTNAME'),('MTDNiceLevel','20','OLDHOSTNAME'),('MTDConcurrentTranscodes','1','OLDHOSTNAME'),('MTDRipSize','0','OLDHOSTNAME'),('MTDLogFlag','0','OLDHOSTNAME'),('MTDac3Flag','0','OLDHOSTNAME'),('MTDxvidFlag','1','OLDHOSTNAME'),('mythvideo.TrustTranscodeFRDetect','1','OLDHOSTNAME'),('GalleryDBSchemaVer','1003',NULL),('GalleryDir','/var/lib/mythtv/pictures','OLDHOSTNAME'),('GalleryThumbnailLocation','1','OLDHOSTNAME'),('GallerySortOrder','20','OLDHOSTNAME'),('GalleryImportDirs','/media/cdrom:/media/usbdisk','OLDHOSTNAME'),('GalleryMoviePlayerCmd','Internal','OLDHOSTNAME'),('SlideshowOpenGLTransition','none','OLDHOSTNAME'),('SlideshowOpenGLTransitionLength','2000','OLDHOSTNAME'),('GalleryOverlayCaption','','OLDHOSTNAME'),('SlideshowTransition','none','OLDHOSTNAME'),('SlideshowBackground','','OLDHOSTNAME'),('SlideshowDelay','5','OLDHOSTNAME'),('GameDBSchemaVer','1016',NULL),('MusicDBSchemaVer','1020',NULL),('MusicLocation','/var/lib/mythtv/music/','OLDHOSTNAME'),('MusicAudioDevice','default','OLDHOSTNAME'),('CDDevice','/dev/cdrom','OLDHOSTNAME'),('TreeLevels','splitartist artist album title','OLDHOSTNAME'),('NonID3FileNameFormat','GENRE/ARTIST/ALBUM/TRACK_TITLE','OLDHOSTNAME'),('Ignore_ID3','0','OLDHOSTNAME'),('AutoLookupCD','1','OLDHOSTNAME'),('AutoPlayCD','0','OLDHOSTNAME'),('KeyboardAccelerators','1','OLDHOSTNAME'),('CDWriterEnabled','1','OLDHOSTNAME'),('CDDiskSize','1','OLDHOSTNAME'),('CDCreateDir','1','OLDHOSTNAME'),('CDWriteSpeed','0','OLDHOSTNAME'),('CDBlankType','fast','OLDHOSTNAME'),('PlayMode','none','OLDHOSTNAME'),('IntelliRatingWeight','35','OLDHOSTNAME'),('IntelliPlayCountWeight','25','OLDHOSTNAME'),('IntelliLastPlayWeight','25','OLDHOSTNAME'),('IntelliRandomWeight','15','OLDHOSTNAME'),('MusicShowRatings','0','OLDHOSTNAME'),('ShowWholeTree','0','OLDHOSTNAME'),('ListAsShuffled','0','OLDHOSTNAME'),('VisualMode','Random','OLDHOSTNAME'),('VisualCycleOnSongChange','0','OLDHOSTNAME'),('VisualModeDelay','0','OLDHOSTNAME'),('VisualScaleWidth','1','OLDHOSTNAME'),('VisualScaleHeight','1','OLDHOSTNAME'),('ParanoiaLevel','Full','OLDHOSTNAME'),('FilenameTemplate','ARTIST/ALBUM/TRACK-TITLE','OLDHOSTNAME'),('TagSeparator',' - ','OLDHOSTNAME'),('NoWhitespace','0','OLDHOSTNAME'),('PostCDRipScript','','OLDHOSTNAME'),('EjectCDAfterRipping','1','OLDHOSTNAME'),('OnlyImportNewMusic','0','OLDHOSTNAME'),('EncoderType','ogg','OLDHOSTNAME'),('DefaultRipQuality','0','OLDHOSTNAME'),('Mp3UseVBR','0','OLDHOSTNAME'),('PhoneDBSchemaVer','1001',NULL),('SipRegisterWithProxy','1','OLDHOSTNAME'),('SipProxyName','fwd.pulver.com','OLDHOSTNAME'),('SipProxyAuthName','','OLDHOSTNAME'),('SipProxyAuthPassword','','OLDHOSTNAME'),('MySipName','Me','OLDHOSTNAME'),('SipAutoanswer','0','OLDHOSTNAME'),('SipBindInterface','eth0','OLDHOSTNAME'),('SipLocalPort','5060','OLDHOSTNAME'),('NatTraversalMethod','None','OLDHOSTNAME'),('NatIpAddress','http://checkip.dyndns.org','OLDHOSTNAME'),('AudioLocalPort','21232','OLDHOSTNAME'),('VideoLocalPort','21234','OLDHOSTNAME'),('MicrophoneDevice','None','OLDHOSTNAME'),('CodecPriorityList','GSM;G.711u;G.711a','OLDHOSTNAME'),('PlayoutAudioCall','40','OLDHOSTNAME'),('PlayoutVideoCall','110','OLDHOSTNAME'),('TxResolution','176x144','OLDHOSTNAME'),('TransmitFPS','5','OLDHOSTNAME'),('TransmitBandwidth','256','OLDHOSTNAME'),('CaptureResolution','352x288','OLDHOSTNAME'),('TimeToAnswer','10','OLDHOSTNAME'),('DefaultVxmlUrl','http://127.0.0.1/vxml/index.vxml','OLDHOSTNAME'),('DefaultVoicemailPrompt','I am not at home, please leave a message after the tone','OLDHOSTNAME'),('VideoStartupDir','/var/lib/mythtv/videos','OLDHOSTNAME'),('VideoArtworkDir','/var/lib/mythtv/coverart','OLDHOSTNAME'),('VideoDefaultParentalLevel','4','OLDHOSTNAME'),('VideoAggressivePC','0','OLDHOSTNAME'),('Default MythVideo View','2','OLDHOSTNAME'),('VideoListUnknownFiletypes','1','OLDHOSTNAME'),('VideoBrowserNoDB','0','OLDHOSTNAME'),('VideoGalleryNoDB','0','OLDHOSTNAME'),('VideoTreeNoDB','0','OLDHOSTNAME'),('VideoTreeLoadMetaData','1','OLDHOSTNAME'),('VideoNewBrowsable','1','OLDHOSTNAME'),('mythvideo.sort_ignores_case','1','OLDHOSTNAME'),('mythvideo.db_folder_view','1','OLDHOSTNAME'),('mythvideo.ImageCacheSize','50','OLDHOSTNAME'),('AutomaticSetWatched','0','OLDHOSTNAME'),('AlwaysStreamFiles','0','OLDHOSTNAME'),('JumpToProgramOSD','1','OLDHOSTNAME'),('ContinueEmbeddedTVPlay','0','OLDHOSTNAME'),('VideoGalleryColsPerPage','4','OLDHOSTNAME'),('VideoGalleryRowsPerPage','3','OLDHOSTNAME'),('VideoGallerySubtitle','1','OLDHOSTNAME'),('VideoGalleryAspectRatio','1','OLDHOSTNAME'),('VideoDefaultPlayer','Internal','OLDHOSTNAME'),('MythFillFixProgramIDsHasRunOnce','1','OLDHOSTNAME'),('DisplayGroupDefaultViewMask','32777','OLDHOSTNAME'),('SecurityPin','0000','OLDHOSTNAME'),('MiscStatusScript','','OLDHOSTNAME'),('DisableFirewireReset','0','OLDHOSTNAME'),('Theme','Mythbuntu','localhost'),('Theme','Mythbuntu','OLDHOSTNAME'),('BackupDBLastRunStart','2014-03-18 02:37:51',NULL),('BackupDBLastRunEnd','2014-03-18 02:37:51',NULL),('Language','EN_US','OLDHOSTNAME'),('SecurityPin','','OLDHOSTNAME'),('TruncateDeletesSlowly','0','OLDHOSTNAME'),('StorageScheduler','Combination',NULL),('AdjustFill','6','OLDHOSTNAME'),('LetterboxColour','0','OLDHOSTNAME'),('GeneratePreviewRemotely','0','OLDHOSTNAME'),('HWAccelPlaybackPreview','0','OLDHOSTNAME'),('PlaybackWatchList','1','OLDHOSTNAME'),('PlaybackWLStart','0','OLDHOSTNAME'),('PlaybackWLAutoExpire','0','OLDHOSTNAME'),('PlaybackWLMaxAge','60','OLDHOSTNAME'),('PlaybackWLBlackOut','2','OLDHOSTNAME'),('BrowseAllTuners','0','OLDHOSTNAME'),('Prefer708Captions','1','OLDHOSTNAME'),('SubtitleCodec','UTF-8','OLDHOSTNAME'),('LiveTVPriority','0',NULL),('RerecordWatched','1',NULL),('AutoExpireWatchedPriority','0',NULL),('AutoExpireInsteadOfDelete','0',NULL),('DeletedFifoOrder','0',NULL),('ChannelGroupRememberLast','0','OLDHOSTNAME'),('ChannelGroupDefault','-1','OLDHOSTNAME'),('BrowseChannelGroup','0','OLDHOSTNAME'),('ThemeCacheSize','1','OLDHOSTNAME'),('UseFixedWindowSize','1','OLDHOSTNAME'),('TVVidModeRefreshRate','60.000','OLDHOSTNAME'),('TVVidModeRefreshRate0','60.000','OLDHOSTNAME'),('TVVidModeRefreshRate1','60.000','OLDHOSTNAME'),('TVVidModeRefreshRate2','60.000','OLDHOSTNAME'),('MaxChannels','2','OLDHOSTNAME'),('AudioUpmixType','0','OLDHOSTNAME'),('ScreenShotPath','/tmp/','OLDHOSTNAME'),('MediaChangeEvents','0','OLDHOSTNAME'),('OverrideExitMenu','0','OLDHOSTNAME'),('RebootCommand','','OLDHOSTNAME'),('LircSocket','/dev/lircd','OLDHOSTNAME'),('SchedOpenEnd','0',NULL),('MythArchiveDVDPlayerCmd','Internal','OLDHOSTNAME'),('MythArchiveUseProjectX','0','OLDHOSTNAME'),('MythArchiveAddSubtitles','0','OLDHOSTNAME'),('MythArchiveDefaultEncProfile','SP','OLDHOSTNAME'),('MythArchiveJpeg2yuvCmd','jpeg2yuv','OLDHOSTNAME'),('MythArchiveProjectXCmd','projectx','OLDHOSTNAME'),('SlideshowUseOpenGL','0','OLDHOSTNAME'),('MythMovies.LastGrabDate','','OLDHOSTNAME'),('MythMovies.DatabaseVersion','4','OLDHOSTNAME'),('ArtistTreeGroups','0','OLDHOSTNAME'),('MusicTagEncoding','utf16','OLDHOSTNAME'),('CDWriterDevice','default','OLDHOSTNAME'),('ResumeMode','off','OLDHOSTNAME'),('MusicExitAction','prompt','OLDHOSTNAME'),('MaxSearchResults','300','OLDHOSTNAME'),('VisualAlbumArtOnSongChange','0','OLDHOSTNAME'),('VisualRandomize','0','OLDHOSTNAME'),('mythvideo.screenshotDir','/var/lib/mythtv/screenshots','OLDHOSTNAME'),('mythvideo.bannerDir','/var/lib/mythtv/banners','OLDHOSTNAME'),('mythvideo.fanartDir','/var/lib/mythtv/fanart','OLDHOSTNAME'),('mythvideo.db_group_view','1','OLDHOSTNAME'),('mythvideo.VideoTreeRemember','0','OLDHOSTNAME'),('mythvideo.db_group_type','0','OLDHOSTNAME'),('DVDDriveSpeed','12','OLDHOSTNAME'),('EnableDVDBookmark','0','OLDHOSTNAME'),('DVDBookmarkPrompt','0','OLDHOSTNAME'),('DVDBookmarkDays','10','OLDHOSTNAME'),('MovieListCommandLine','/usr/share/mythtv/mythvideo/scripts/tmdb.pl -M','OLDHOSTNAME'),('MoviePosterCommandLine','/usr/share/mythtv/mythvideo/scripts/tmdb.pl -P','OLDHOSTNAME'),('MovieFanartCommandLine','/usr/share/mythtv/mythvideo/scripts/tmdb.pl -B','OLDHOSTNAME'),('MovieDataCommandLine','/usr/share/mythtv/mythvideo/scripts/tmdb.pl -D','OLDHOSTNAME'),('mythvideo.ParentalLevelFromRating','0','OLDHOSTNAME'),('mythvideo.AutoR2PL1','G','OLDHOSTNAME'),('mythvideo.AutoR2PL2','PG','OLDHOSTNAME'),('mythvideo.AutoR2PL3','PG-13','OLDHOSTNAME'),('mythvideo.AutoR2PL4','R:NC-17','OLDHOSTNAME'),('mythvideo.TrailersDir','/home/test/.mythtv/MythVideo/Trailers','OLDHOSTNAME'),('mythvideo.TrailersRandomEnabled','0','OLDHOSTNAME'),('mythvideo.TrailersRandomCount','3','OLDHOSTNAME'),('mythvideo.TVListCommandLine','/usr/share/mythtv/mythvideo/scripts/ttvdb.py -M','OLDHOSTNAME'),('mythvideo.TVPosterCommandLine','/usr/share/mythtv/mythvideo/scripts/ttvdb.py -mP','OLDHOSTNAME'),('mythvideo.TVFanartCommandLine','/usr/share/mythtv/mythvideo/scripts/ttvdb.py -tF','OLDHOSTNAME'),('mythvideo.TVBannerCommandLine','/usr/share/mythtv/mythvideo/scripts/ttvdb.py -tB','OLDHOSTNAME'),('mythvideo.TVDataCommandLine','/usr/share/mythtv/mythvideo/scripts/ttvdb.py -D','OLDHOSTNAME'),('mythvideo.TVTitleSubCommandLine','/usr/share/mythtv/mythvideo/scripts/ttvdb.py -N','OLDHOSTNAME'),('mythvideo.TVScreenshotCommandLine','/usr/share/mythtv/mythvideo/scripts/ttvdb.py -S','OLDHOSTNAME'),('mythvideo.EnableAlternatePlayer','0','OLDHOSTNAME'),('mythvideo.VideoAlternatePlayer','Internal','OLDHOSTNAME'),('WeatherDBSchemaVer','1006',NULL),('DisableAutomaticBackup','0',NULL),('BackendStopCommand','killall mythbackend',NULL),('BackendStartCommand','mythbackend',NULL),('UPnP/WMPSource','0',NULL),('UPnP/RebuildDelay','30','OLDHOSTNAME'),('AudioDefaultUpmix','1','OLDHOSTNAME'),('AdvancedAudioSettings','0','OLDHOSTNAME'),('SRCQualityOverride','0','OLDHOSTNAME'),('SRCQuality','1','OLDHOSTNAME'),('BrowserDBSchemaVer','1002',NULL),('WebBrowserCommand','Internal','OLDHOSTNAME'),('WebBrowserZoomLevel','1.4','OLDHOSTNAME'),('NetvisionDBSchemaVer','1004',NULL),('NewsDBSchemaVer','1001',NULL),('MusicDefaultUpmix','0','OLDHOSTNAME'),('Country','US','OLDHOSTNAME'),('CommFlagFast','0',NULL),('Audio48kOverride','0','OLDHOSTNAME'),('PassThruDeviceOverride','0','OLDHOSTNAME'),('StereoPCM','0','OLDHOSTNAME'),('DefaultVideoPlaybackProfile','Normal','OLDHOSTNAME'),('DefaultSubtitleFont','FreeMono','OLDHOSTNAME'),('AutoMetadataLookup','1',NULL),('GalleryAutoLoad','0','OLDHOSTNAME'),('GalleryFilterType','0','OLDHOSTNAME'),('MusicBookmark','-1','OLDHOSTNAME'),('MusicBookmarkPosition','0','OLDHOSTNAME'),('RepeatMode','all','OLDHOSTNAME'),('MusicAutoShowPlayer','1','OLDHOSTNAME'),('MusicLastVisualizer','0','OLDHOSTNAME'),('mythvideo.VideoTreeLastActive','Video Home\nNo files found','OLDHOSTNAME'),('DisplayRecGroupIsCategory','0','OLDHOSTNAME'),('LastMusicPlaylistPush','0','OLDHOSTNAME'),('HardwareProfileEnabled','0',NULL),('AirPlayId','66315A38705F','OLDHOSTNAME'),('AirPlayFullScreen','0','OLDHOSTNAME'),('AirPlayEnabled','1','OLDHOSTNAME'),('AirPlayAudioOnly','0','OLDHOSTNAME'),('AirPlayPasswordEnabled','0','OLDHOSTNAME'),('AirPlayPassword','0000','OLDHOSTNAME'),('FrontendIdleTimeout','90','OLDHOSTNAME'),('ThemeUpdateStatus','','OLDHOSTNAME'); /*!40000 ALTER TABLE `settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `storagegroup` -- DROP TABLE IF EXISTS `storagegroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `storagegroup` ( `id` int(11) NOT NULL AUTO_INCREMENT, `groupname` varchar(32) NOT NULL, `hostname` varchar(64) NOT NULL DEFAULT '', `dirname` varchar(235) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '', PRIMARY KEY (`id`), UNIQUE KEY `grouphostdir` (`groupname`,`hostname`,`dirname`), KEY `hostname` (`hostname`) ) ENGINE=MyISAM AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `storagegroup` -- LOCK TABLES `storagegroup` WRITE; /*!40000 ALTER TABLE `storagegroup` DISABLE KEYS */; INSERT INTO `storagegroup` VALUES (1,'Default','OLDHOSTNAME','/var/lib/mythtv/recordings'),(2,'Videos','OLDHOSTNAME','/var/lib/mythtv/videos/'),(3,'Fanart','OLDHOSTNAME','/var/lib/mythtv/fanart/'),(4,'Trailers','OLDHOSTNAME','/var/lib/mythtv/trailers/'),(5,'Coverart','OLDHOSTNAME','/var/lib/mythtv/coverart/'),(7,'Screenshots','OLDHOSTNAME','/var/lib/mythtv/screenshots/'),(8,'Banners','OLDHOSTNAME','/var/lib/mythtv/banners/'),(9,'DB Backups','OLDHOSTNAME','/var/lib/mythtv/db_backups/'),(10,'LiveTV','OLDHOSTNAME','/var/lib/mythtv/livetv/'),(11,'Streaming','OLDHOSTNAME','/var/lib/mythtv/streaming/'); /*!40000 ALTER TABLE `storagegroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tvchain` -- DROP TABLE IF EXISTS `tvchain`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tvchain` ( `chanid` int(10) unsigned NOT NULL DEFAULT '0', `starttime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `chainid` varchar(128) NOT NULL DEFAULT '', `chainpos` int(10) NOT NULL DEFAULT '0', `discontinuity` tinyint(1) NOT NULL DEFAULT '0', `watching` int(10) NOT NULL DEFAULT '0', `hostprefix` varchar(128) NOT NULL DEFAULT '', `cardtype` varchar(32) NOT NULL DEFAULT 'V4L', `input` varchar(32) NOT NULL DEFAULT '', `channame` varchar(32) NOT NULL DEFAULT '', `endtime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`chanid`,`starttime`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tvchain` -- LOCK TABLES `tvchain` WRITE; /*!40000 ALTER TABLE `tvchain` DISABLE KEYS */; /*!40000 ALTER TABLE `tvchain` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `tvosdmenu` -- DROP TABLE IF EXISTS `tvosdmenu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `tvosdmenu` ( `osdcategory` varchar(32) NOT NULL, `livetv` tinyint(4) NOT NULL DEFAULT '0', `recorded` tinyint(4) NOT NULL DEFAULT '0', `video` tinyint(4) NOT NULL DEFAULT '0', `dvd` tinyint(4) NOT NULL DEFAULT '0', `description` varchar(32) NOT NULL, PRIMARY KEY (`osdcategory`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `tvosdmenu` -- LOCK TABLES `tvosdmenu` WRITE; /*!40000 ALTER TABLE `tvosdmenu` DISABLE KEYS */; /*!40000 ALTER TABLE `tvosdmenu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `upnpmedia` -- DROP TABLE IF EXISTS `upnpmedia`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `upnpmedia` ( `intid` int(10) unsigned NOT NULL DEFAULT '0', `class` varchar(64) NOT NULL DEFAULT '', `itemtype` varchar(128) NOT NULL DEFAULT '', `parentid` int(10) unsigned NOT NULL DEFAULT '0', `itemproperties` varchar(255) NOT NULL DEFAULT '', `filepath` varchar(512) NOT NULL DEFAULT '', `title` varchar(255) NOT NULL DEFAULT '', `filename` varchar(512) NOT NULL DEFAULT '', `coverart` varchar(512) NOT NULL DEFAULT '', PRIMARY KEY (`intid`), KEY `class` (`class`), KEY `filepath` (`filepath`(333)), KEY `parentid` (`parentid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `upnpmedia` -- LOCK TABLES `upnpmedia` WRITE; /*!40000 ALTER TABLE `upnpmedia` DISABLE KEYS */; /*!40000 ALTER TABLE `upnpmedia` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videocast` -- DROP TABLE IF EXISTS `videocast`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videocast` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `cast` varchar(128) NOT NULL, PRIMARY KEY (`intid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videocast` -- LOCK TABLES `videocast` WRITE; /*!40000 ALTER TABLE `videocast` DISABLE KEYS */; /*!40000 ALTER TABLE `videocast` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videocategory` -- DROP TABLE IF EXISTS `videocategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videocategory` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `category` varchar(128) NOT NULL, PRIMARY KEY (`intid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videocategory` -- LOCK TABLES `videocategory` WRITE; /*!40000 ALTER TABLE `videocategory` DISABLE KEYS */; /*!40000 ALTER TABLE `videocategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videocollection` -- DROP TABLE IF EXISTS `videocollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videocollection` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(256) NOT NULL, `contenttype` set('MOVIE','TELEVISION','ADULT','MUSICVIDEO','HOMEVIDEO') NOT NULL DEFAULT '', `plot` text, `network` varchar(128) DEFAULT NULL, `collectionref` varchar(128) NOT NULL, `certification` varchar(128) DEFAULT NULL, `genre` varchar(128) DEFAULT '', `releasedate` date DEFAULT NULL, `language` varchar(10) DEFAULT NULL, `status` varchar(64) DEFAULT NULL, `rating` float DEFAULT '0', `ratingcount` int(10) DEFAULT '0', `runtime` smallint(5) unsigned DEFAULT '0', `banner` text, `fanart` text, `coverart` text, PRIMARY KEY (`intid`), KEY `title` (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videocollection` -- LOCK TABLES `videocollection` WRITE; /*!40000 ALTER TABLE `videocollection` DISABLE KEYS */; /*!40000 ALTER TABLE `videocollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videocountry` -- DROP TABLE IF EXISTS `videocountry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videocountry` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `country` varchar(128) NOT NULL, PRIMARY KEY (`intid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videocountry` -- LOCK TABLES `videocountry` WRITE; /*!40000 ALTER TABLE `videocountry` DISABLE KEYS */; /*!40000 ALTER TABLE `videocountry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videogenre` -- DROP TABLE IF EXISTS `videogenre`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videogenre` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `genre` varchar(128) NOT NULL, PRIMARY KEY (`intid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videogenre` -- LOCK TABLES `videogenre` WRITE; /*!40000 ALTER TABLE `videogenre` DISABLE KEYS */; /*!40000 ALTER TABLE `videogenre` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videometadata` -- DROP TABLE IF EXISTS `videometadata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videometadata` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `title` varchar(128) NOT NULL, `subtitle` text NOT NULL, `tagline` varchar(255) DEFAULT NULL, `director` varchar(128) NOT NULL, `studio` varchar(128) DEFAULT NULL, `plot` text, `rating` varchar(128) NOT NULL, `inetref` varchar(255) NOT NULL, `collectionref` int(10) NOT NULL DEFAULT '-1', `homepage` text NOT NULL, `year` int(10) unsigned NOT NULL, `releasedate` date NOT NULL, `userrating` float NOT NULL, `length` int(10) unsigned NOT NULL, `playcount` int(10) NOT NULL DEFAULT '0', `season` smallint(5) unsigned NOT NULL DEFAULT '0', `episode` smallint(5) unsigned NOT NULL DEFAULT '0', `showlevel` int(10) unsigned NOT NULL, `filename` text NOT NULL, `hash` varchar(128) NOT NULL, `coverfile` text NOT NULL, `childid` int(11) NOT NULL DEFAULT '-1', `browse` tinyint(1) NOT NULL DEFAULT '1', `watched` tinyint(1) NOT NULL DEFAULT '0', `processed` tinyint(1) NOT NULL DEFAULT '0', `playcommand` varchar(255) DEFAULT NULL, `category` int(10) unsigned NOT NULL DEFAULT '0', `trailer` text, `host` text NOT NULL, `screenshot` text, `banner` text, `fanart` text, `insertdate` timestamp NULL DEFAULT CURRENT_TIMESTAMP, `contenttype` set('MOVIE','TELEVISION','ADULT','MUSICVIDEO','HOMEVIDEO') NOT NULL DEFAULT '', PRIMARY KEY (`intid`), KEY `director` (`director`), KEY `title` (`title`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videometadata` -- LOCK TABLES `videometadata` WRITE; /*!40000 ALTER TABLE `videometadata` DISABLE KEYS */; /*!40000 ALTER TABLE `videometadata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videometadatacast` -- DROP TABLE IF EXISTS `videometadatacast`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videometadatacast` ( `idvideo` int(10) unsigned NOT NULL, `idcast` int(10) unsigned NOT NULL, UNIQUE KEY `idvideo` (`idvideo`,`idcast`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videometadatacast` -- LOCK TABLES `videometadatacast` WRITE; /*!40000 ALTER TABLE `videometadatacast` DISABLE KEYS */; /*!40000 ALTER TABLE `videometadatacast` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videometadatacountry` -- DROP TABLE IF EXISTS `videometadatacountry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videometadatacountry` ( `idvideo` int(10) unsigned NOT NULL, `idcountry` int(10) unsigned NOT NULL, UNIQUE KEY `idvideo_2` (`idvideo`,`idcountry`), KEY `idvideo` (`idvideo`), KEY `idcountry` (`idcountry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videometadatacountry` -- LOCK TABLES `videometadatacountry` WRITE; /*!40000 ALTER TABLE `videometadatacountry` DISABLE KEYS */; /*!40000 ALTER TABLE `videometadatacountry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videometadatagenre` -- DROP TABLE IF EXISTS `videometadatagenre`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videometadatagenre` ( `idvideo` int(10) unsigned NOT NULL, `idgenre` int(10) unsigned NOT NULL, UNIQUE KEY `idvideo_2` (`idvideo`,`idgenre`), KEY `idvideo` (`idvideo`), KEY `idgenre` (`idgenre`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videometadatagenre` -- LOCK TABLES `videometadatagenre` WRITE; /*!40000 ALTER TABLE `videometadatagenre` DISABLE KEYS */; /*!40000 ALTER TABLE `videometadatagenre` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videopart` -- DROP TABLE IF EXISTS `videopart`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videopart` ( `fileid` bigint(20) unsigned NOT NULL, `videoid` int(10) unsigned NOT NULL, `order` smallint(5) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`videoid`,`order`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videopart` -- LOCK TABLES `videopart` WRITE; /*!40000 ALTER TABLE `videopart` DISABLE KEYS */; /*!40000 ALTER TABLE `videopart` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videopathinfo` -- DROP TABLE IF EXISTS `videopathinfo`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videopathinfo` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `path` text, `contenttype` set('MOVIE','TELEVISION','ADULT','MUSICVIDEO','HOMEVIDEO') NOT NULL DEFAULT '', `collectionref` int(10) DEFAULT '0', `recurse` tinyint(1) DEFAULT '0', PRIMARY KEY (`intid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videopathinfo` -- LOCK TABLES `videopathinfo` WRITE; /*!40000 ALTER TABLE `videopathinfo` DISABLE KEYS */; /*!40000 ALTER TABLE `videopathinfo` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videosource` -- DROP TABLE IF EXISTS `videosource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videosource` ( `sourceid` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(128) NOT NULL DEFAULT '', `xmltvgrabber` varchar(128) DEFAULT NULL, `userid` varchar(128) NOT NULL DEFAULT '', `freqtable` varchar(16) NOT NULL DEFAULT 'default', `lineupid` varchar(64) DEFAULT NULL, `password` varchar(64) DEFAULT NULL, `useeit` smallint(6) NOT NULL DEFAULT '0', `configpath` varchar(4096) DEFAULT NULL, `dvb_nit_id` int(6) DEFAULT '-1', PRIMARY KEY (`sourceid`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videosource` -- LOCK TABLES `videosource` WRITE; /*!40000 ALTER TABLE `videosource` DISABLE KEYS */; /*!40000 ALTER TABLE `videosource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `videotypes` -- DROP TABLE IF EXISTS `videotypes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `videotypes` ( `intid` int(10) unsigned NOT NULL AUTO_INCREMENT, `extension` varchar(128) NOT NULL, `playcommand` varchar(255) NOT NULL, `f_ignore` tinyint(1) DEFAULT NULL, `use_default` tinyint(1) DEFAULT NULL, PRIMARY KEY (`intid`) ) ENGINE=MyISAM AUTO_INCREMENT=33 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `videotypes` -- LOCK TABLES `videotypes` WRITE; /*!40000 ALTER TABLE `videotypes` DISABLE KEYS */; INSERT INTO `videotypes` VALUES (1,'txt','',1,0),(2,'log','',1,0),(3,'mpg','Internal',0,0),(4,'avi','',0,1),(5,'vob','Internal',0,0),(6,'mpeg','Internal',0,0),(8,'iso','Internal',0,0),(9,'img','Internal',0,0),(10,'mkv','Internal',0,0),(11,'mp4','Internal',0,0),(12,'m2ts','Internal',0,0),(13,'evo','Internal',0,0),(14,'divx','Internal',0,0),(15,'mov','Internal',0,0),(16,'qt','Internal',0,0),(17,'wmv','Internal',0,0),(18,'3gp','Internal',0,0),(19,'asf','Internal',0,0),(20,'ogg','Internal',0,0),(21,'ogm','Internal',0,0),(22,'flv','Internal',0,0),(23,'ogv','Internal',0,0),(25,'nut','Internal',0,0),(26,'mxf','Internal',0,0),(27,'m4v','Internal',0,0),(28,'rm','Internal',0,0),(29,'ts','Internal',0,0),(30,'swf','Internal',0,0),(31,'f4v','Internal',0,0),(32,'nuv','Internal',0,0); /*!40000 ALTER TABLE `videotypes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `weatherdatalayout` -- DROP TABLE IF EXISTS `weatherdatalayout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `weatherdatalayout` ( `location` varchar(128) NOT NULL, `dataitem` varchar(64) NOT NULL, `weatherscreens_screen_id` int(10) unsigned NOT NULL, `weathersourcesettings_sourceid` int(10) unsigned NOT NULL, PRIMARY KEY (`location`,`dataitem`,`weatherscreens_screen_id`,`weathersourcesettings_sourceid`), KEY `weatherdatalayout_FKIndex1` (`weatherscreens_screen_id`), KEY `weatherdatalayout_FKIndex2` (`weathersourcesettings_sourceid`), CONSTRAINT `weatherdatalayout_ibfk_1` FOREIGN KEY (`weatherscreens_screen_id`) REFERENCES `weatherscreens` (`screen_id`) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT `weatherdatalayout_ibfk_2` FOREIGN KEY (`weathersourcesettings_sourceid`) REFERENCES `weathersourcesettings` (`sourceid`) ON UPDATE CASCADE ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `weatherdatalayout` -- LOCK TABLES `weatherdatalayout` WRITE; /*!40000 ALTER TABLE `weatherdatalayout` DISABLE KEYS */; /*!40000 ALTER TABLE `weatherdatalayout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `weatherscreens` -- DROP TABLE IF EXISTS `weatherscreens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `weatherscreens` ( `screen_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `draworder` int(10) unsigned NOT NULL, `container` varchar(64) NOT NULL, `hostname` varchar(64) DEFAULT NULL, `units` tinyint(3) unsigned NOT NULL, PRIMARY KEY (`screen_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `weatherscreens` -- LOCK TABLES `weatherscreens` WRITE; /*!40000 ALTER TABLE `weatherscreens` DISABLE KEYS */; /*!40000 ALTER TABLE `weatherscreens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `weathersourcesettings` -- DROP TABLE IF EXISTS `weathersourcesettings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `weathersourcesettings` ( `sourceid` int(10) unsigned NOT NULL AUTO_INCREMENT, `source_name` varchar(64) NOT NULL, `update_timeout` int(10) unsigned NOT NULL DEFAULT '600', `retrieve_timeout` int(10) unsigned NOT NULL DEFAULT '60', `hostname` varchar(64) DEFAULT NULL, `path` varchar(255) DEFAULT NULL, `author` varchar(128) DEFAULT NULL, `version` varchar(32) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `types` mediumtext, `updated` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`sourceid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `weathersourcesettings` -- LOCK TABLES `weathersourcesettings` WRITE; /*!40000 ALTER TABLE `weathersourcesettings` DISABLE KEYS */; /*!40000 ALTER TABLE `weathersourcesettings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `websites` -- DROP TABLE IF EXISTS `websites`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `websites` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `category` varchar(100) NOT NULL, `name` varchar(100) NOT NULL, `url` varchar(255) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `websites` -- LOCK TABLES `websites` WRITE; /*!40000 ALTER TABLE `websites` DISABLE KEYS */; /*!40000 ALTER TABLE `websites` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-03-17 21:45:00 debian/LP-get-orig-source.py0000775000000000000000000000232312313736266013102 0ustar # Checks launchpad for an orig.tar.gz # first argument: upstream version # second argument: full path of destination to save file if it's found import sys import os from launchpadlib.launchpad import Launchpad import urllib cachedir = os.path.join(os.environ['HOME'], '.launchpadlib', 'cache') launchpad = Launchpad.login_anonymously('mythtv daily builder', 'production', cachedir) ubuntu = launchpad.distributions["ubuntu"] archive = ubuntu.main_archive series = ubuntu.current_series full_version = archive.getPublishedSources(exact_match=True,source_name="mythtv", distro_series=series)[0].source_package_version upstream_version = full_version.split(':')[1].split('-')[0] print "Current version in the archive is: %s" % upstream_version if len(sys.argv) > 1 and sys.argv[1] == upstream_version: urls = archive.getPublishedSources(exact_match=True,source_name="mythtv")[0].sourceFileUrls() for url in urls: if 'orig.tar.gz' in url: if len(sys.argv) > 2: destination = sys.argv[2] else: destination = os.path.basename(url) print "Fetching %s to %s" % (url, destination) urllib.urlretrieve(url, destination) debian/mythtv-backend.links0000664000000000000000000000006612313736266013165 0ustar usr/share/mythtv/mythtv-setup.sh usr/bin/mythtv-setup debian/mythtv-backend.if-up.d0000775000000000000000000000047712313736266013320 0ustar #! /bin/sh set -e # Don't bother to restart mytbackend when lo is configured. if [ "$IFACE" = lo ]; then exit 0 fi # Only run from ifup. if [ "$MODE" != "start" ]; then exit 0 fi # Is /usr mounted? if [ ! -e /usr/bin/mythbackend ]; then exit 0 fi stop mythtv-backend || true start mythtv-backend || true exit 0 debian/mythtv-database.dirs0000664000000000000000000000002612313736266013157 0ustar usr/share/mythtv/sql debian/mythgallery.docs0000664000000000000000000000007712313736266012420 0ustar mythplugins/mythgallery/README mythplugins/mythgallery/AUTHORS debian/mythtv-backend.install0000664000000000000000000000132612313736266013513 0ustar #Come from make install usr/bin/mythbackend usr/bin/mythcommflag usr/bin/mythfilldatabase usr/bin/mythhdhomerun_config usr/bin/mythjobqueue usr/bin/mythtv-setup.real usr/bin/mythpreviewgen usr/share/mythtv/html usr/share/mythtv/backend-config #Copied in from debian/ debian/mythtv-setup.desktop usr/share/applications debian/41-mythtv-permissions.rules lib/udev/rules.d debian/mythtv-backend.if-up.d etc/network/if-up.d debian/mythtv-setup.sh usr/share/mythtv ## Mythbuntu control centre # plugin for mcc-mirobridge #Disable mirobridge since they're not set up #to work with 0.24 bindings yet. #debian/mcc-mirobridge/python usr/share/mythbuntu/plugins #debian/mcc-mirobridge/ui usr/share/mythbuntu/plugins debian/po/0000775000000000000000000000000012321704125007603 5ustar debian/po/ca.po0000664000000000000000000000706512313736266010552 0ustar # Catalan translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Catalan \n" "Language: ca\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "Database to be used to hold MythTV data:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "Username used by MythTV to access its database:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "Password used by MythTV to access its database:" msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:4001 msgid "Host MySQL server resides in:" msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "MySQL administrator account:" msgstr "" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "Password for the MySQL administrator account '${user}':" msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 msgid "Port number the MythTV server is listening on:" msgstr "" debian/po/oc.po0000664000000000000000000000755512313736266010574 0ustar # Occitan (post 1500) translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: 2007-09-30 21:18+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Occitan (post 1500) \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "Database to be used to hold MythTV data:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "Username used by MythTV to access its database:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "Password used by MythTV to access its database:" msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:4001 msgid "Host MySQL server resides in:" msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "MySQL administrator account:" msgstr "" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "Password for the MySQL administrator account '${user}':" msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 msgid "Port number the MythTV server is listening on:" msgstr "" #~ msgid "sudo /etc/init.d/mythtv-backend start" #~ msgstr "sudo /etc/init.d/mythtv-backend start" #~ msgid "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgstr "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgid "${files}" #~ msgstr "${files}" debian/po/de.po0000664000000000000000000002062112313736266010550 0ustar # translation of de.po to Deutsch # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid "" msgstr "" "Project-Id-Version: de\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: 2007-06-05 12:54+0200\n" "Last-Translator: laga\n" "Language-Team: Deutsch \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 #, fuzzy #| msgid "What database should be used to hold MythTV data:" msgid "Database to be used to hold MythTV data:" msgstr "Welche Datenbank soll die von MythTV benötigten Daten vorhalten:" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "" "Falls eine Datenbank dieses Namens bereits existiert, wird sie benutzt " "werden." #. Type: string #. Description #: ../mythtv-common.templates:2001 #, fuzzy #| msgid "What username should MythTV use to access its database:" msgid "Username used by MythTV to access its database:" msgstr "" "Mit welchem Benutzernamen soll sich MythTV an seiner Datenbank anmelden?" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" "Diesem Benutzer werden automatisch angemessene Zugriffsrechte für die " "Datenbank gegeben." #. Type: password #. Description #: ../mythtv-common.templates:3001 #, fuzzy #| msgid "What password should MythTV use to access its database:" msgid "Password used by MythTV to access its database:" msgstr "Mit welchem Passwort soll sich MythTV an seiner Datenbank anmelden?" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "" "Falls Sie ein leeres Passwort angeben, wird automatisch ein Zufallspasswort " "erstellt." #. Type: string #. Description #: ../mythtv-common.templates:4001 #, fuzzy #| msgid "On what host does the MySQL server reside:" msgid "Host MySQL server resides in:" msgstr "Auf welchem Host befindet sich der MySQL-Server?" #. Type: string #. Description #: ../mythtv-database.templates:1001 #, fuzzy #| msgid "What is the name of the MySQL administrator account:" msgid "MySQL administrator account:" msgstr "Wie ist der Benutzername des Administrator-Accounts von MySQL?" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 #, fuzzy msgid "This information will be used to create a database and user for MythTV." msgstr "" "Diese Angaben werden benutzt, um eine Datenbank und einen Benutzer für " "MythTV zu erstellen." #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" "Falls Sie dies nicht ausdrücklich im MySQL-Server verändert haben und die " "Benutzer- und Rechteverwaltung von MySQL verstehen, benutzen Sie den " "Standardwert 'root'." #. Type: password #. Description #: ../mythtv-database.templates:2001 #, fuzzy #| msgid "What is the password for the MySQL administrator account '${user}':" msgid "Password for the MySQL administrator account '${user}':" msgstr "Wie lautet das Passwort für den Administrator-Account von MySQL?" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" "Falls Sie diesen Wert nicht ausdrück im MySQL-Server verändert haben, lassen " "Sie bitte dieses Feld leer." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 #, fuzzy #| msgid "" #| "What is the hostname of the system where the MythTV backend is installed:" msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" "Wie lautet der Hostname des Systems, auf dem das Backend von MythTV " "installiert ist?" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 #, fuzzy #| msgid "On what port number is the MythTV server listening:" msgid "Port number the MythTV server is listening on:" msgstr "Auf welchem Port ist der MythTV-Server erreichbar?" #~ msgid "mythtv-setup must be run in order to complete MythTV installation" #~ msgstr "" #~ "mythtv-setup muss gestartet werden, um die Installation von MythTV " #~ "abzuschließen" #, fuzzy #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration. Note that this program requires an X " #~ "display, so you must either login to an X session as a user in the " #~ "'mythtv' group, or otherwise arrange for that user to have access to " #~ "your X display." #~ msgstr "" #~ "Sie müssen mythtv-setup unter dem Benutzer 'mythtv' starten, um mythtv " #~ "einzurichten. Bedenken Sie bitte, dass dieses Programm ein X-Display " #~ "benötigt. Sie müssen sich entweder mit dem Benutzer 'mythtv' in einer X-" #~ "Sitzung anmelden oder ihm anderweitig Zugriff auf ihr X-Display gewähren." #~ msgid "You must complete all four steps presented in the program." #~ msgstr "" #~ "Sie müssen jeden der vier Schritte, die Ihnen dieses Programm vorgibt, " #~ "durchgehen." #, fuzzy #~ msgid "" #~ "Once you have done this, you may start the backend by executing the " #~ "following command:" #~ msgstr "" #~ "Wenn Sie dies getan haben, können Sie das Backend mit dem folgenden " #~ "Befehl (als root ausgeführt) starten:" #, fuzzy #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration." #~ msgstr "" #~ "Sie müssen mythtv-setup als Benutzer 'mythtv' starten, um die " #~ "Konfiguration von mythtv abzuschließen. Zum Beispiel: als root:" #~ msgid "Which XMLTV grabber should be used to retrieve program listings:" #~ msgstr "Mit welchem XMLTV-Grabber möchten Sie EPG-Daten abrufen?" #~ msgid "Which television standard should be used by MythTV:" #~ msgstr "Welchen TV-Standard soll MythTV verwenden?" #~ msgid "Which channel frequency table should be used by MythTV:" #~ msgstr "Welche Kanaltabelle soll MythTV benutzen?" #~ msgid "WARNING: old MythTV binaries found" #~ msgstr "Warnung: alte MythTV-Binaries (-Programme) gefunden" #~ msgid "" #~ "It appears that you have installed mythtv from source previously, and " #~ "some files remain from the previous installation, including at least:" #~ msgstr "" #~ "Es scheint als hätten Sie MythTV bereits manuell mittels des Quelltextes " #~ "installiert. Einige Dateien aus der alten Installation sind noch " #~ "vorhanden. Dazu gehören unter anderem:" #~ msgid "" #~ "Installation of these packages should succeed, but you MUST remove these " #~ "files in order for the packaged version of MythTV to work properly." #~ msgstr "" #~ "Die Installation dieser Pakete sollte funktionieren, aber sie MÜSSEN " #~ "diese Dateien entfernen, damit diese paketierte Version von MythTV " #~ "ordnungsgemäß funktioniert." #~ msgid "Is it OK to create the video4linux device nodes?" #~ msgstr "Wäre es in Ordnung, die Geräteknoten für video4linux anzulegen?" #~ msgid "" #~ "and follow any instructions that it gives. Once you have done this, you " #~ "should be able to run mythtv as the 'mythtv' user." #~ msgstr "" #~ "und befolgen Sie die dortigen Anweisungen. Anschließend sollten Sie in " #~ "der Lage sein, mythtv unter dem Benutzer 'mythtv' zu starten." debian/po/fr.po0000664000000000000000000002342412313736266010573 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) 2005 # This file is distributed under the same license as the mythtv package. # Chrstian Marillat , 2005. # msgid "" msgstr "" "Project-Id-Version: mythtv 0.18.1\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: 2005-12-23 15:48+0100\n" "Last-Translator: Christian Marillat\n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 #, fuzzy #| msgid "What database should be used to hold MythTV data:" msgid "Database to be used to hold MythTV data:" msgstr "" "Quelle base de donnée doit être utilisée pour stockée les donnée de MythTV :" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "Si une base de donnée avec ce nom existe déjà, elle sera utilisée." #. Type: string #. Description #: ../mythtv-common.templates:2001 #, fuzzy #| msgid "What username should MythTV use to access its database:" msgid "Username used by MythTV to access its database:" msgstr "" "Quel est le nom de l'utilisateur que doit utiliser MythTV pour accéder à la " "base de donnée :" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" "Cet utilisateur aura automatiquement les bon droits pour gérer la base de " "donnée." #. Type: password #. Description #: ../mythtv-common.templates:3001 #, fuzzy #| msgid "What password should MythTV use to access its database:" msgid "Password used by MythTV to access its database:" msgstr "" "Quel est le mot de passe que MythTV doit utiliser pour accéder à la base de " "donnée :" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "Si vous ne donnez pas de mot de passe, un mot aléatoire sera généré." #. Type: string #. Description #: ../mythtv-common.templates:4001 #, fuzzy #| msgid "On what host does the MySQL server reside:" msgid "Host MySQL server resides in:" msgstr "Quel est le nom de la machine ou se trouve le serveur MySQL :" #. Type: string #. Description #: ../mythtv-database.templates:1001 #, fuzzy #| msgid "What is the name of the MySQL administrator account:" msgid "MySQL administrator account:" msgstr "Quel est le nom de l'administrateur MySQL :" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" "Cet information sera utilisé pour créer la base de donnée et l'utilisateur " "MythTV." #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" "A moins que vous ayez changé explicitement ceci sur le serveur MySQL, et " "comprenez les privilèges d'un système MySQL, utilisez le défaut de 'root'." #. Type: password #. Description #: ../mythtv-database.templates:2001 #, fuzzy #| msgid "What is the password for the MySQL administrator account '${user}':" msgid "Password for the MySQL administrator account '${user}':" msgstr "Quel est le mot de passe de l'administrateur MySQL '${user}' :" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" "Sauf si vous avez changé le mot de passe du serveur MySQL, laissez celui-ci " "vide." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 #, fuzzy #| msgid "" #| "What is the hostname of the system where the MythTV backend is installed:" msgid "Hostname of the system where the MythTV backend is installed:" msgstr "Quel est le nom de la machine ou MythTV backend est installé :" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 #, fuzzy #| msgid "On what port number is the MythTV server listening:" msgid "Port number the MythTV server is listening on:" msgstr "Quel est le numéro du port du serveur MythTV :" #~ msgid "mythtv-setup must be run in order to complete MythTV installation" #~ msgstr "" #~ "mythtv-setup doit être exécuter pour finir l'installation de MythTV." #, fuzzy #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration. Note that this program requires an X " #~ "display, so you must either login to an X session as a user in the " #~ "'mythtv' group, or otherwise arrange for that user to have access to " #~ "your X display." #~ msgstr "" #~ "Vous devez exécuter mythtv-setup en tant qu'utilisateur 'mythtv' pour " #~ "finir la configuration. Notez que ce programme a besoin d'un interface " #~ "graphique, il faut donc vous connecter a une session X en tant " #~ "qu'utilisateur 'mythtv, ou vous arrangez pour donner accès à la session X " #~ "pour cet utilisateur." #~ msgid "You must complete all four steps presented in the program." #~ msgstr "Vous devez finir les 4 étapes présentées dans ce programme." #, fuzzy #~ msgid "" #~ "Once you have done this, you may start the backend by executing the " #~ "following command:" #~ msgstr "" #~ "Une fois que vous avez fini ceci, vous pouvez démarrer le 'backend' en " #~ "exécutant la commande suivante en tant que root :" #, fuzzy #~ msgid "sudo /etc/init.d/mythtv-backend start" #~ msgstr "/etc/init.d/mythtv-backend start" #, fuzzy #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration." #~ msgstr "" #~ "Vous devez exécuter mythtv-setup en tant qu'utilisateur 'mythtv' pour " #~ "finir la configuration de mythtv. Par exemple, en tant que root :" #~ msgid "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgstr "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgid "Which XMLTV grabber should be used to retrieve program listings:" #~ msgstr "Quel est le nom du programme XMLTV qui doit être utilisé :" #~ msgid "" #~ " - tv_grab_na retrieves listings for North America (US and Canada)\n" #~ " - tv_grab_de retrieves listings for Germany and Austria\n" #~ " - tv_grab_sn retrieves listings for Sweden or Norway\n" #~ " - tv_grab_uk retrieves listings for the United Kingdom\n" #~ " - tv_grab_uk_rt retrieves listings for the United Kingdom (alternate)" #~ msgstr "tv_grab_fr pour la France" #~ msgid "Which television standard should be used by MythTV:" #~ msgstr "Quel est le standard vidéo que doit utiliser MythTV :" #~ msgid "Which channel frequency table should be used by MythTV:" #~ msgstr "Quel table de fréquence doit être utilisé par MythTV :" #~ msgid "WARNING: old MythTV binaries found" #~ msgstr "ATTENTION : un ancien binaire MythTV a été trouvé" #~ msgid "" #~ "It appears that you have installed mythtv from source previously, and " #~ "some files remain from the previous installation, including at least:" #~ msgstr "" #~ "Vous avez déjà installé mythtv à partir des sources, et quelques fichiers " #~ "sont encore présent, au moins ceux là :" #~ msgid "${files}" #~ msgstr "${files}" #~ msgid "" #~ "Installation of these packages should succeed, but you MUST remove these " #~ "files in order for the packaged version of MythTV to work properly." #~ msgstr "" #~ "L'installation de ses fichiers doit marcher, mais il est recommandé " #~ "d'enlever ses fichiers pour que le paquet marche correctement." #, fuzzy #~ msgid "Is it OK to create the video4linux device nodes?" #~ msgstr "" #~ "Étes vous d'accord pour créer les noeuds des périphériques vidéo4linux :" #~ msgid "mythconverg" #~ msgstr "mythconverg" #~ msgid "mythtv" #~ msgstr "mythtv" #~ msgid "localhost" #~ msgstr "localhost" #~ msgid "su - mythtv -c mythtv-setup" #~ msgstr "su - mythtv -c mythtv-setup" #~ msgid "" #~ "and follow any instructions that it gives. Once you have done this, you " #~ "should be able to run mythtv as the 'mythtv' user." #~ msgstr "" #~ "et suivre les instructions qu'il donne. Une fois fini ceci, vous devriez " #~ "être capable d'utiliser mythtv en tant qu'utilisateur 'mythtv'." #~ msgid "NTSC, PAL, SECAM, PAL-NC, PAL-M, PAL-N, NTSC-JP" #~ msgstr "NTSC, PAL, SECAM, PAL-NC, PAL-M, PAL-N, NTSC-JP" #~ msgid "" #~ "us-bcast, us-cable, us-cable-hrc, japan-bcast, japan-cable, europe-west, " #~ "europe-east, italy, newzealand, australia, ireland, france, china-bcast, " #~ "southafrica, argentina, canada-cable, australia-optus" #~ msgstr "" #~ "us-bcast, us-cable, us-cable-hrc, japan-bcast, japan-cable, europe-west, " #~ "europe-east, italy, newzealand, australia, ireland, france, china-bcast, " #~ "southafrica, argentina, canada-cable, australia-optus" #~ msgid "root" #~ msgstr "root" #~ msgid "6543" #~ msgstr "6543" debian/po/templates.pot0000664000000000000000000000671012313736266012345 0ustar # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "Database to be used to hold MythTV data:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "Username used by MythTV to access its database:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "Password used by MythTV to access its database:" msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:4001 msgid "Host MySQL server resides in:" msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "MySQL administrator account:" msgstr "" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "Password for the MySQL administrator account '${user}':" msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 msgid "Port number the MythTV server is listening on:" msgstr "" debian/po/POTFILES.in0000664000000000000000000000023212313736266011371 0ustar [type: gettext/rfc822deb] mythtv-common.templates [type: gettext/rfc822deb] mythtv-database.templates [type: gettext/rfc822deb] mythtv-frontend.templates debian/po/pl.po0000664000000000000000000000706312313736266010600 0ustar # Polish translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Polish \n" "Language: pl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "Database to be used to hold MythTV data:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "Username used by MythTV to access its database:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "Password used by MythTV to access its database:" msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:4001 msgid "Host MySQL server resides in:" msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "MySQL administrator account:" msgstr "" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "Password for the MySQL administrator account '${user}':" msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 msgid "Port number the MythTV server is listening on:" msgstr "" debian/po/it.po0000664000000000000000000002603212313736266010576 0ustar # Italian translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: 2007-09-27 09:35+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 #, fuzzy #| msgid "What database should be used to hold MythTV data:" msgid "Database to be used to hold MythTV data:" msgstr "Il database da usare per archiviare i dati MythTV:" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "Se esiste già un database con questo nome, verrà usato." #. Type: string #. Description #: ../mythtv-common.templates:2001 #, fuzzy #| msgid "What username should MythTV use to access its database:" msgid "Username used by MythTV to access its database:" msgstr "Il nome utente da usare per accedere al database:" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" "A questo utente saranno concessi automaticamente i permessi necessari per il " "database." #. Type: password #. Description #: ../mythtv-common.templates:3001 #, fuzzy #| msgid "What password should MythTV use to access its database:" msgid "Password used by MythTV to access its database:" msgstr "La password da usare per accedere al database:" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "Non scrivendo alcuna password ne verrà generata una casuale." #. Type: string #. Description #: ../mythtv-common.templates:4001 #, fuzzy #| msgid "On what host does the MySQL server reside:" msgid "Host MySQL server resides in:" msgstr "L'host in cui si trova il database MySQL:" #. Type: string #. Description #: ../mythtv-database.templates:1001 #, fuzzy #| msgid "What is the name of the MySQL administrator account:" msgid "MySQL administrator account:" msgstr "Nome dell'account amministratore di MySQL:" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" "Questa informazioni verrà utilizzata per creare un database e un utente per " "MythTV." #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" "A meno che non sia stato cambiato nel server MySQL e si comprende il sistema " "dei privilegi di MySQL, usare il predefinito di \"root\"." #. Type: password #. Description #: ../mythtv-database.templates:2001 #, fuzzy #| msgid "What is the password for the MySQL administrator account '${user}':" msgid "Password for the MySQL administrator account '${user}':" msgstr "Password per l'account amministratore di MySQL \"${user}\":" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" "A meno che non sia stata cambiata nel server MySQL, lasciare questo campo " "vuoto." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "Will you be using other computers running MythTV?" msgid "Will other computers run MythTV?" msgstr "Verranno usati altri computer con MythTV?" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "" #| "If you will be using any other computers with MythTV, this computer needs " #| "to be configured to allow remote connections. Do you want to enable " #| "remote connectivity?" msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" "Se verranno usati altri computer con MythTV, questo computer deve essere " "configurato per consentire connessioni remote. Abilitare le connessioni " "remote?" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" "Notare che potrebbe essere un rischio per la sicurezza, dato che entrambi i " "servizi MythTV e MySQL saranno esposti. Assicurarsi di posizionare questo " "computer dietro un firewall." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "" #| "If you have multiple interfaces, the first one listed in 'ifconfig' will " #| "be used." msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" "Se si dispone di più di un'interfaccia, verrà usata la prima presente in " "\"ifconfig\"." #. Type: string #. Description #: ../mythtv-frontend.templates:1001 #, fuzzy #| msgid "" #| "What is the hostname of the system where the MythTV backend is installed:" msgid "Hostname of the system where the MythTV backend is installed:" msgstr "Nome dell'host del sistema in cui è installato il backend MythTV:" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 #, fuzzy #| msgid "On what port number is the MythTV server listening:" msgid "Port number the MythTV server is listening on:" msgstr "Porta di ascolto del server MythTV:" #~ msgid "mythtv-setup must be run in order to complete MythTV installation" #~ msgstr "" #~ "mythtv-setup deve essere eseguito per completare l'installazione di MythTV" #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration. Note that this program requires an X " #~ "display, so you must either login to an X session as a user in the " #~ "'mythtv' group, or otherwise arrange for that user to have access to " #~ "your X display." #~ msgstr "" #~ "È necessario eseguire mythtv-setup come un utente nel gruppo \"mythtv\" " #~ "per poter configurare completamente mythtv. Questo programma richiede un " #~ "display X, potrebbe quindi essere necessario accedere a una sessione X " #~ "come l'utente appartenente al gruppo \"mythtv\" oppure fare in modo che " #~ "quell'utente abbia accesso al proprio display X." #~ msgid "You must complete all four steps presented in the program." #~ msgstr "" #~ "È necessario completare tutti e quattro i passi presentati in questo " #~ "programma." #~ msgid "" #~ "Once you have done this, you may start the backend by executing the " #~ "following command:" #~ msgstr "" #~ "Uno volta fatto questo, è possibile avviare il backend eseguendo il " #~ "comando seguente:" #~ msgid "sudo /etc/init.d/mythtv-backend start" #~ msgstr "sudo /etc/init.d/mythtv-backend start" #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration." #~ msgstr "" #~ "È necessario avviare \"mythtv-setup\" come un utente nel gruppo \"mythtv" #~ "\" per completare la configurazione di mythtv." #~ msgid "" #~ "If you are not in the mythtv group when launching setup, you will be " #~ "given the opportunity to be automatically added." #~ msgstr "" #~ "Se non si è nel gruppo mythtv quando viene lanciata la configurazione, è " #~ "possibile aggiungersi automaticamente." #~ msgid "The Ubuntu MythTV packages generate a random MySQL password." #~ msgstr "Il pacchetto MythTV di Ubuntu genera una password MySQL casuale." #~ msgid "" #~ "The generated password for this machine is '${password}'. If you are " #~ "adding this machine to an existing mythtv-network, you will want to " #~ "update this password to the one in use by the network after completing " #~ "installation." #~ msgstr "" #~ "La password generata è \"${password}\". Nel caso si stia aggiungendo " #~ "questo computer all'interno di una mythtv-network, potrebbe essere " #~ "necessario, al termine dell'installazione, aggiornare la password con " #~ "quella in uso nella rete." #~ msgid "This can be done by: 'sudo dpkg-reconfigure mythtv-common'." #~ msgstr "" #~ "Questo può essere fatto con il comando: \"sudo dpkg-reconfigure mythtv-" #~ "common\"." #~ msgid "" #~ "In case you forget this password, it is also stored in '/etc/mythtv/mysql." #~ "txt'." #~ msgstr "" #~ "Nel caso in cui la password venga persa, è archiviata in \"/etc/mythtv/" #~ "mysql.txt\"." #~ msgid "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgstr "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgid "Which XMLTV grabber should be used to retrieve program listings:" #~ msgstr "" #~ "Quale strumento XMLTV usare per ottenere gli elenchi della programmazione:" #~ msgid "" #~ " - tv_grab_na retrieves listings for North America (US and Canada)\n" #~ " - tv_grab_de retrieves listings for Germany and Austria\n" #~ " - tv_grab_sn retrieves listings for Sweden or Norway\n" #~ " - tv_grab_uk retrieves listings for the United Kingdom\n" #~ " - tv_grab_uk_rt retrieves listings for the United Kingdom (alternate)" #~ msgstr "" #~ " - tv_grab_na recupera gli elenchi per il nord Americo (US e Canada)\n" #~ " - tv_grab_de recupera gli elenchi per Germani e Austria\n" #~ " - tv_grab_sn recupera gli elenchi per Svezia e Norvegia\n" #~ " - tv_grab_uk recupera gli elenchi per la Gran Bretegna\n" #~ " - tv_grab_uk_rt retrieves recupera gli elenchi per la Gran Bretagna " #~ "(alternativo)" #~ msgid "Which television standard should be used by MythTV:" #~ msgstr "Lo standard televisivo da usaer con MythTV:" #~ msgid "Which channel frequency table should be used by MythTV:" #~ msgstr "La frequanza del canale da usare con MythTV:" #~ msgid "WARNING: old MythTV binaries found" #~ msgstr "Attenzione: trovati binari di una vecchia versione di MythTV" #~ msgid "" #~ "It appears that you have installed mythtv from source previously, and " #~ "some files remain from the previous installation, including at least:" #~ msgstr "" #~ "Sembra che mythtv sia stato installato da sorgenti e sono rimasti alcuni " #~ "file dell'installazione precedente, compresi:" #~ msgid "${files}" #~ msgstr "${files}" #~ msgid "" #~ "Installation of these packages should succeed, but you MUST remove these " #~ "files in order for the packaged version of MythTV to work properly." #~ msgstr "" #~ "L'installazione di questi pacchetti dovrebbe avere successo, ma è " #~ "necessario rimuovere questi file per fare in modo che la versione di " #~ "MythTV pacchettizzata funzioni correttamente." #~ msgid "Is it OK to create the video4linux device nodes?" #~ msgstr "Creare i nodi per il device video4linux?" debian/po/zh_CN.po0000664000000000000000000000711412313736266011163 0ustar # Simplified Chinese translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Simplified Chinese \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "Database to be used to hold MythTV data:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "Username used by MythTV to access its database:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "Password used by MythTV to access its database:" msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:4001 msgid "Host MySQL server resides in:" msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "MySQL administrator account:" msgstr "" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "Password for the MySQL administrator account '${user}':" msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 msgid "Port number the MythTV server is listening on:" msgstr "" debian/po/fi.po0000664000000000000000000000706512313736266010565 0ustar # Finnish translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Finnish \n" "Language: fi\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "Database to be used to hold MythTV data:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "Username used by MythTV to access its database:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "Password used by MythTV to access its database:" msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:4001 msgid "Host MySQL server resides in:" msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "MySQL administrator account:" msgstr "" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "Password for the MySQL administrator account '${user}':" msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 msgid "Port number the MythTV server is listening on:" msgstr "" debian/po/nl.po0000664000000000000000000000706112313736266010574 0ustar # Dutch translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "Database to be used to hold MythTV data:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "Username used by MythTV to access its database:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "Password used by MythTV to access its database:" msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:4001 msgid "Host MySQL server resides in:" msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "MySQL administrator account:" msgstr "" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "Password for the MySQL administrator account '${user}':" msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 msgid "Port number the MythTV server is listening on:" msgstr "" debian/po/pt_BR.po0000664000000000000000000001052412313736266011167 0ustar # Brazilian Portuguese translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: 2007-08-31 15:38+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "Database to be used to hold MythTV data:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "Se um banco de dados com este nome já existir, ele será utilizado." #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "Username used by MythTV to access its database:" msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "Password used by MythTV to access its database:" msgstr "" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "" #. Type: string #. Description #: ../mythtv-common.templates:4001 msgid "Host MySQL server resides in:" msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 #, fuzzy #| msgid "What is the name of the MySQL administrator account:" msgid "MySQL administrator account:" msgstr "Qual o nome da conta administrativa do MySQL:" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" #. Type: password #. Description #: ../mythtv-database.templates:2001 #, fuzzy #| msgid "What is the name of the MySQL administrator account:" msgid "Password for the MySQL administrator account '${user}':" msgstr "Qual o nome da conta administrativa do MySQL:" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "Will other computers run MythTV?" msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:1001 msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 msgid "Port number the MythTV server is listening on:" msgstr "" #~ msgid "sudo /etc/init.d/mythtv-backend start" #~ msgstr "sudo /etc/init.d/mythtv-backend start" #~ msgid "This can be done by: 'sudo dpkg-reconfigure mythtv-common'." #~ msgstr "" #~ "Isto pode ser finalizado através de: 'sudo dpkg-reconfigure mythtv-" #~ "common'." #~ msgid "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgstr "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgid "${files}" #~ msgstr "${files}" debian/po/es.po0000664000000000000000000002624012313736266010572 0ustar # Spanish translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: 2007-09-18 07:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 #, fuzzy #| msgid "What database should be used to hold MythTV data:" msgid "Database to be used to hold MythTV data:" msgstr "" "Qué base de datos debe utilizarse para guardar la información de MythTV:" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "Si ya existe una base de datos con este nombre, se usará esa." #. Type: string #. Description #: ../mythtv-common.templates:2001 #, fuzzy #| msgid "What username should MythTV use to access its database:" msgid "Username used by MythTV to access its database:" msgstr "" "Qué nombre de usuario debe utilizar MythTV para acceder a su base de datos:" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" "Este usuario recibirá automáticamente los permisos apropiados a la base de " "datos." #. Type: password #. Description #: ../mythtv-common.templates:3001 #, fuzzy #| msgid "What password should MythTV use to access its database:" msgid "Password used by MythTV to access its database:" msgstr "Qué contraseña debe utilizar MythTV para acceder a su base de datos:" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "Si introduce una contraseña vacía, se creará una aleatoria." #. Type: string #. Description #: ../mythtv-common.templates:4001 #, fuzzy #| msgid "On what host does the MySQL server reside:" msgid "Host MySQL server resides in:" msgstr "En qué anfitrión reside el servidor MySQL:" #. Type: string #. Description #: ../mythtv-database.templates:1001 #, fuzzy #| msgid "What is the name of the MySQL administrator account:" msgid "MySQL administrator account:" msgstr "Cuál es el nombre de la cuenta de administrador de MySQL:" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" "Esta información se usará para crear una base de datos y un usuario para " "MythTV." #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" "Salvo que haya cambiado explícitamente esto en el servidor MySQL y " "entendido el sistema de privilegios de MySQL, use por defecto «root»." #. Type: password #. Description #: ../mythtv-database.templates:2001 #, fuzzy #| msgid "What is the password for the MySQL administrator account '${user}':" msgid "Password for the MySQL administrator account '${user}':" msgstr "" "Cuál es la contraseña para la cuenta de administrador de MySQL '${user}':" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" "Salvo que haya cambiado explícitamente la contraseña en el servidor MySQL, " "deje esto en blanco." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "Will you be using other computers running MythTV?" msgid "Will other computers run MythTV?" msgstr "¿Va a utilizar otros equipos ejecutando MythTV?" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "" #| "If you will be using any other computers with MythTV, this computer needs " #| "to be configured to allow remote connections. Do you want to enable " #| "remote connectivity?" msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" "Si va a usar algún otro equipo con MythTV, este equipo debe configurarse " "para permitir conexiones remotas. ¿Desea activar la conectividad remota?" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" "Sea consciente de que esto es un riesgo para la seguridad, puesto que tanto " "el servicio de MythTV como el de MySQL serán visibles. Asegúrese de colocar " "esta máquina detrás de un cortafuegos." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "" #| "If you have multiple interfaces, the first one listed in 'ifconfig' will " #| "be used." msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" "Si tiene varias interfaces, será utilizada la primera que aparezca en " "'ifconfig'." #. Type: string #. Description #: ../mythtv-frontend.templates:1001 #, fuzzy #| msgid "" #| "What is the hostname of the system where the MythTV backend is installed:" msgid "Hostname of the system where the MythTV backend is installed:" msgstr "" "Cuál es el nombre de host del sistema donde está instalado el backend de " "MythTV:" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 #, fuzzy #| msgid "On what port number is the MythTV server listening:" msgid "Port number the MythTV server is listening on:" msgstr "En qué número de puerto está escuchando el servidor MythTV:" #~ msgid "mythtv-setup must be run in order to complete MythTV installation" #~ msgstr "" #~ "mythtv-setup debe ejecutarse para completar la instalación de MythTV" #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration. Note that this program requires an X " #~ "display, so you must either login to an X session as a user in the " #~ "'mythtv' group, or otherwise arrange for that user to have access to " #~ "your X display." #~ msgstr "" #~ "Debe ejecutar mythtv-setup como un usuario que pertenezca al grupo " #~ "'mythtv' para completar la configuración de mythtv. Note que este " #~ "programa requiere una visualización X, así que debe o entrar a una sesión " #~ "X como un usuario que pertenezca al grupo 'mythtv', o disponer el acceso " #~ "a una visualización X para ese usuario." #~ msgid "You must complete all four steps presented in the program." #~ msgstr "Debe completar los cuatro pasos que se presentan en el programa." #~ msgid "" #~ "Once you have done this, you may start the backend by executing the " #~ "following command:" #~ msgstr "" #~ "Una vez que ha hecho esto, puede iniciar el entorno ejecutando la orden " #~ "siguiente:" #~ msgid "sudo /etc/init.d/mythtv-backend start" #~ msgstr "sudo /etc/init.d/mythtv-backend start" #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration." #~ msgstr "" #~ "Debe ejecutar mythtv-setup como un usuario del grupo 'mythtv' para " #~ "completar la configuración." #~ msgid "" #~ "If you are not in the mythtv group when launching setup, you will be " #~ "given the opportunity to be automatically added." #~ msgstr "" #~ "Si no está en el grupo de mythtv cuando se inicie la instalación, se le " #~ "dará la oportunidad de añadirse automáticamente." #~ msgid "The Ubuntu MythTV packages generate a random MySQL password." #~ msgstr "" #~ "Los paquetes MythTV de Ubuntu generan una contraseña MySQL aleatoria." #~ msgid "" #~ "The generated password for this machine is '${password}'. If you are " #~ "adding this machine to an existing mythtv-network, you will want to " #~ "update this password to the one in use by the network after completing " #~ "installation." #~ msgstr "" #~ "La contraseña generada para esta máquina es '${password}'. Si está " #~ "agregando esta máquina a una red mythtv existente, tal vez quiera " #~ "actualizar esta contraseña a una en uso por la red después de completar " #~ "la instalación." #~ msgid "This can be done by: 'sudo dpkg-reconfigure mythtv-common'." #~ msgstr "" #~ "Esto puede se puede hacer con: 'sudo dpkg-reconfigure mythtv-common'." #~ msgid "" #~ "In case you forget this password, it is also stored in '/etc/mythtv/mysql." #~ "txt'." #~ msgstr "" #~ "En caso de que olvide esta contraseña, esta se encuentra almacenada en '/" #~ "etc/mythtv/mysql.txt'." #~ msgid "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgstr "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgid "Which XMLTV grabber should be used to retrieve program listings:" #~ msgstr "" #~ "Qué capturador de XMLTV debe usarse para recuperar las listas de " #~ "programas:" #~ msgid "" #~ " - tv_grab_na retrieves listings for North America (US and Canada)\n" #~ " - tv_grab_de retrieves listings for Germany and Austria\n" #~ " - tv_grab_sn retrieves listings for Sweden or Norway\n" #~ " - tv_grab_uk retrieves listings for the United Kingdom\n" #~ " - tv_grab_uk_rt retrieves listings for the United Kingdom (alternate)" #~ msgstr "" #~ " - tv_grab_na recupera listas de América Del Norte (EE. UU. y Canadá)\n" #~ "- tv_grab_de recupera listas de Alemania y Austria\n" #~ "- tv_grab_sn recupera listas de Suecia y Noruega\n" #~ "- tv_grab_uk recupera listas del Reino Unido\n" #~ "- tv_grab_uk_rt recupera listas del Reino Unido (alternativo)" #~ msgid "Which television standard should be used by MythTV:" #~ msgstr "Qué estándar de televisión debe utilizar MythTV:" #~ msgid "Which channel frequency table should be used by MythTV:" #~ msgstr "Qué tabla de frecuencias de canales debe utilizar MythTV:" #~ msgid "WARNING: old MythTV binaries found" #~ msgstr "AVISO: se han encontrado antiguos binarios de MythTV" #~ msgid "" #~ "It appears that you have installed mythtv from source previously, and " #~ "some files remain from the previous installation, including at least:" #~ msgstr "" #~ "Aparentemente ha instalado mythtv desde el código fuente anteriormente, y " #~ "quedan algunos archivos de la instalación previa, que incluyen por lo " #~ "menos:" #~ msgid "${files}" #~ msgstr "${files}" #~ msgid "" #~ "Installation of these packages should succeed, but you MUST remove these " #~ "files in order for the packaged version of MythTV to work properly." #~ msgstr "" #~ "La instalación de estos paquetes será un éxito, pero DEBE eliminar estos " #~ "archivos para que la versión empaquetada de MythTV trabaje apropiadamente." #~ msgid "Is it OK to create the video4linux device nodes?" #~ msgstr "¿Está bien crear los nodos del dispositivo video4linux?" debian/po/he.po0000664000000000000000000002745012313736266010563 0ustar # Hebrew translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: 2007-09-08 21:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Hebrew \n" "Language: he\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 #, fuzzy #| msgid "What database should be used to hold MythTV data:" msgid "Database to be used to hold MythTV data:" msgstr "ב××™×–×” מסד × ×ª×•× ×™× ×™×¢×©×” שימוש על מנת ל×חסן ×ת נתוני MythTV:" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "×× ×ž×¡×“ × ×ª×•× ×™× ×¢× ×©× ×–×” כבר ×§×™×™×, יעשה בו שימוש." #. Type: string #. Description #: ../mythtv-common.templates:2001 #, fuzzy #| msgid "What username should MythTV use to access its database:" msgid "Username used by MythTV to access its database:" msgstr "ב××™×–×” ×©× MythTV ישתמש על מנת לגשת למסד הנתוני×:" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "משתמש ×–×” יקבל ×ת הרש×ות הגישה המת×ימות ב×ופן ×וטומטי למסד הנתוני×." #. Type: password #. Description #: ../mythtv-common.templates:3001 #, fuzzy #| msgid "What password should MythTV use to access its database:" msgid "Password used by MythTV to access its database:" msgstr "ב×יזו ×¡×™×¡×ž× ×¢×œ MythTV להשתמש על מנת לגשת למסד ×”× ×ª×•× ×™× ×©×œ×•:" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "×× ×ª×–×™×Ÿ ×¡×™×¡×ž× ×¨×™×§×”, תיווצר ×¡×™×¡×ž× ×קר×ית." #. Type: string #. Description #: ../mythtv-common.templates:4001 #, fuzzy #| msgid "On what host does the MySQL server reside:" msgid "Host MySQL server resides in:" msgstr "מהי כתובת מ×רח ×”-MySQL:" #. Type: string #. Description #: ../mythtv-database.templates:1001 #, fuzzy #| msgid "What is the name of the MySQL administrator account:" msgid "MySQL administrator account:" msgstr "מהו ×©× ×—×©×‘×•×Ÿ המנהל של ×”-MySQL:" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "מידע ×–×” ישמש ליצירת מסד × ×ª×•× ×™× ×•×ž×©×ª×ž×© עבור MythTV." #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" "××œ× ×× ×× ×©×™× ×™×ª ×–×ת מפורשות בשרת ×”-MySQL, והבנת ×ת מערכת ההרש×ות של MySQL×£ " "השתמש בברירת המחדל 'root'." #. Type: password #. Description #: ../mythtv-database.templates:2001 #, fuzzy #| msgid "What is the password for the MySQL administrator account '${user}':" msgid "Password for the MySQL administrator account '${user}':" msgstr "מהי ×”×¡×™×¡×ž× ×¢×‘×•×¨ חשבון מנהל ×”-MySQL '${user}':" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "××œ× ×× ×›×Ÿ שינית ×ת ×”×¡×™×¡×ž× ×¢×‘×•×¨ שרת ×”-MySQl מפורשות, הש×ר ×–×ת ריק." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "Will you be using other computers running MythTV?" msgid "Will other computers run MythTV?" msgstr "×”×× ×ª×©×ª×ž×© ×‘×ž×—×©×‘×™× ××—×¨×™× ×”×ž×¨×™×¦×™× MythTV?" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "" #| "If you will be using any other computers with MythTV, this computer needs " #| "to be configured to allow remote connections. Do you want to enable " #| "remote connectivity?" msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" "×× ×ª×¢×©×” שימוש ×‘×ž×—×©×‘×™× × ×•×¡×¤×™× ×¢× MythTV, על מחשב ×–×” להיות מוגדר על מנת ל×פשר " "התחברות מרוחקת. ×”×× ×‘×¨×¦×•× ×š ל×פשר התחברות מרחוק?" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" "×©×™× ×œ×‘ שזוהי פירצת ×בטחה, בעוד ×©×’× ×©×™×¨×•×ª×™ ×”-MythTV וה-MySQL יהיו חשופי×. " "×•×•×“× ×©×ž×—×©×‘ ×–×” ×™×”×™×” מ×חורי חומת ×ש (Firewall)." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "" #| "If you have multiple interfaces, the first one listed in 'ifconfig' will " #| "be used." msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" "×× ×™×© ברשותך מספר ממשקי רשת, יעשה שימוש בממשק המופיע ר×שון ב-'ifconfig'." #. Type: string #. Description #: ../mythtv-frontend.templates:1001 #, fuzzy #| msgid "" #| "What is the hostname of the system where the MythTV backend is installed:" msgid "Hostname of the system where the MythTV backend is installed:" msgstr "מהו ×©× ×”×ž×רח של המערכת בה מותקן מנוע הרקע של MythTV:" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 #, fuzzy #| msgid "On what port number is the MythTV server listening:" msgid "Port number the MythTV server is listening on:" msgstr "ל××™×–×” מספר יצי××” מ×זין שרת ×”-MythTV:" #~ msgid "mythtv-setup must be run in order to complete MythTV installation" #~ msgstr "עליך להריץ ×ת mythtv-setup על מנת ×œ×”×©×œ×™× ×ת התקנת MythTV" #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration. Note that this program requires an X " #~ "display, so you must either login to an X session as a user in the " #~ "'mythtv' group, or otherwise arrange for that user to have access to " #~ "your X display." #~ msgstr "" #~ "עליך להריץ ×ת mythtv-setup בתור משתמש בקבוצת 'mythtv' על מנת ×œ×”×©×œ×™× ×ת " #~ "הגדרת MythTV. ×¡×™× ×œ×‘ שתוכנה זו דורשת תצוגת X, לכן עליך להתחבר בתור משתמש " #~ "בתצורת X בקבוצת 'mythtv', ×ו ש×חרת ×פשר למשתמש ×–×” לקבל גישה לתצוגת ×”-X " #~ "שלך." #~ msgid "You must complete all four steps presented in the program." #~ msgstr "עליך ×œ×”×©×œ×™× ×ת כל ×רבעת ×”×¦×¢×“×™× ×”×ž×•×¦×’×™× ×‘×ª×•×›× ×”." #~ msgid "" #~ "Once you have done this, you may start the backend by executing the " #~ "following command:" #~ msgstr "ל×חר שעשית ×–×ת, תוכל להתחיל ×ת מנוע הרקע על ידי הרצת הפקודה הב××”:" #~ msgid "sudo /etc/init.d/mythtv-backend start" #~ msgstr "sudo /etc/init.d/mythtv-backend start" #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration." #~ msgstr "" #~ "עליך להריץ ×ת mythth-setup בתור משתמש בקבוצת 'mythtv' על מנת ×œ×”×©×œ×™× ×ת " #~ "הגדרת mythtv." #~ msgid "" #~ "If you are not in the mythtv group when launching setup, you will be " #~ "given the opportunity to be automatically added." #~ msgstr "" #~ "×× ×ינך בקבוצת mythtv בזמן הפעלת ההתקנה, תינתן לך ×”×פשרות להצטרף לקבוצה " #~ "זו ב×ופן ×וטומטי." #~ msgid "The Ubuntu MythTV packages generate a random MySQL password." #~ msgstr "חבילת ×”-MythTV ב×ובונטו תייצר סיסמ×ת MySQL ×קר×ית." #~ msgid "" #~ "The generated password for this machine is '${password}'. If you are " #~ "adding this machine to an existing mythtv-network, you will want to " #~ "update this password to the one in use by the network after completing " #~ "installation." #~ msgstr "" #~ "×”×¡×™×¡×ž× ×©×™×•×¦×¨×” עבור מחשב ×–×” ×”×™× ×” '${password}'. ×× ×תה מוסיף ×ת המחשב ×”×–×” " #~ "לקבוצת מחשבי mythtv ייתכן ותרצה לעדכן ×ת ×”×¡×™×¡×ž× ×œ×חת שתשמש ×ת הרשת ל×חר " #~ "השלמת ההתקנה." #~ msgid "This can be done by: 'sudo dpkg-reconfigure mythtv-common'." #~ msgstr "ניתן לעשות ×–×ת על ידי: 'sudo dpkg-reconfigure mythtv-common'." #~ msgid "" #~ "In case you forget this password, it is also stored in '/etc/mythtv/mysql." #~ "txt'." #~ msgstr "במידה ותשכח ×¡×™×¡×ž× ×–×ת, ×”×™× ×’× ×ª×™×©×ž×¨ ×‘×ž×™×§×•× '/etc/mythtv/mysql.txt'." #~ msgid "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgstr "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgid "Which XMLTV grabber should be used to retrieve program listings:" #~ msgstr "ב××™×–×” תופס XMLTV יש לעשות שימוש על מנת ל×חזר לוחות שידורי×:" #~ msgid "" #~ " - tv_grab_na retrieves listings for North America (US and Canada)\n" #~ " - tv_grab_de retrieves listings for Germany and Austria\n" #~ " - tv_grab_sn retrieves listings for Sweden or Norway\n" #~ " - tv_grab_uk retrieves listings for the United Kingdom\n" #~ " - tv_grab_uk_rt retrieves listings for the United Kingdom (alternate)" #~ msgstr "" #~ " - tv_grab_na מ×חזר ×ת הרשימה עבור צפון ×מריקה (×רה\"ב וקנדה)\n" #~ " - tv_grab_de מ×חזר ×ת הרשימות עבור גרמניה ו×וסטריה\n" #~ " - tv_grab_sn מ×חזר ×ת הרשימות עבור נורבגיה\n" #~ " - tv_grab_uk מ×חזר ×ת הרשימות עבור ×נגליה\n" #~ " - tv_grab_uk_rt מ×חזר ×ת הרשימות עבור ×נגליה (חלופי)" #~ msgid "Which television standard should be used by MythTV:" #~ msgstr "ב××™×–×” תקן טלויזיה יש להשתמש עבור MythTV:" #~ msgid "Which channel frequency table should be used by MythTV:" #~ msgstr "ב×יזו טבלת ערוצי ×ª×“×¨×™× ×™×© לעשות שימוש עבור MythTV:" #~ msgid "WARNING: old MythTV binaries found" #~ msgstr "×זהרה: נמצ×ו ×§×‘×¦×™× ×‘×™× ××¨×™×™× ×™×©× ×™× ×©×œ MythTV" #~ msgid "" #~ "It appears that you have installed mythtv from source previously, and " #~ "some files remain from the previous installation, including at least:" #~ msgstr "" #~ "נר××” שהתקנת ×ת mythtv מקבצי המקור ×§×•×“× ×œ×›×Ÿ, וכמה ×§×‘×¦×™× × ×©×רו מההתקנה " #~ "הקודמת, × ×›×œ×œ×™× ×œ×¤×—×•×ª:" #~ msgid "${files}" #~ msgstr "${files}" #~ msgid "" #~ "Installation of these packages should succeed, but you MUST remove these " #~ "files in order for the packaged version of MythTV to work properly." #~ msgstr "" #~ "התקנת חבילות ×לה ×מורה להצליח, ×ך עליך להסיר ×§×‘×¦×™× ×לה על מנת ×©×”×’×™×¨×¡× " #~ "×”×רוזה של MythTV תעבוד כהלכה." #, fuzzy #~ msgid "Is it OK to create the video4linux device nodes?" #~ msgstr "×”×× ×–×” בסדר ליצור ×ת ×”×§×©×¨×™× ×œ×”×ª×§×Ÿ video4linux?" debian/po/sv.po0000664000000000000000000002622712313736266010620 0ustar # Swedish translation for mythtv # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007 # This file is distributed under the same license as the mythtv package. # FIRST AUTHOR , 2007. # msgid "" msgstr "" "Project-Id-Version: mythtv\n" "Report-Msgid-Bugs-To: mythtv@packages.debian.org\n" "POT-Creation-Date: 2010-03-24 22:35-0500\n" "PO-Revision-Date: 2007-09-01 22:24+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Swedish \n" "Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Launchpad-Export-Date: 2007-10-05 08:18+0000\n" "X-Generator: Launchpad (build Unknown)\n" #. Type: string #. Description #: ../mythtv-common.templates:1001 #, fuzzy #| msgid "What database should be used to hold MythTV data:" msgid "Database to be used to hold MythTV data:" msgstr "Vilken databas ska användas för MythTV-data:" #. Type: string #. Description #: ../mythtv-common.templates:1001 msgid "If a database with this name already exists, it will be used." msgstr "Om en databas med det här namnet redan finns kommer den att användas." #. Type: string #. Description #: ../mythtv-common.templates:2001 #, fuzzy #| msgid "What username should MythTV use to access its database:" msgid "Username used by MythTV to access its database:" msgstr "Vilket användarnamn ska MythTV använda för att komma Ã¥t dess databas:" #. Type: string #. Description #: ../mythtv-common.templates:2001 msgid "" "This user will automatically be granted appropriate permissions to the " "database." msgstr "" "Den här användaren kommer automatiskt att ges lämpliga rättigheter i " "databasen." #. Type: password #. Description #: ../mythtv-common.templates:3001 #, fuzzy #| msgid "What password should MythTV use to access its database:" msgid "Password used by MythTV to access its database:" msgstr "Vilket lösenord ska MythTV använda för att komma Ã¥t dess databas:" #. Type: password #. Description #: ../mythtv-common.templates:3001 msgid "If you give an empty password, a random one will be generated." msgstr "Om du anger ett blankt lösenord kommer ett lösenord att slumpas fram." #. Type: string #. Description #: ../mythtv-common.templates:4001 #, fuzzy #| msgid "On what host does the MySQL server reside:" msgid "Host MySQL server resides in:" msgstr "PÃ¥ vilken värd finns MySQL-servern:" #. Type: string #. Description #: ../mythtv-database.templates:1001 #, fuzzy #| msgid "What is the name of the MySQL administrator account:" msgid "MySQL administrator account:" msgstr "Vad är namnet pÃ¥ MySQL-administratörskontot:" #. Type: string #. Description #. Type: password #. Description #: ../mythtv-database.templates:1001 ../mythtv-database.templates:2001 msgid "This information will be used to create a database and user for MythTV." msgstr "" "Den här informationen kommer att användas för att skapa en databas och " "användare för MythTV." #. Type: string #. Description #: ../mythtv-database.templates:1001 msgid "" "Unless you have explicitly changed this on the MySQL server, and understand " "MySQL's privilege system, use the default of 'root'." msgstr "" "SÃ¥vida du inte har uttryckligen ändrat det här pÃ¥ MySQL-servern och förstÃ¥r " "behörighetssystemet i MySQL kan du använda standardvärden för \"root\"." #. Type: password #. Description #: ../mythtv-database.templates:2001 #, fuzzy #| msgid "What is the password for the MySQL administrator account '${user}':" msgid "Password for the MySQL administrator account '${user}':" msgstr "Vad är lösenordet för MySQL-administratörskontot \"${user}\":" #. Type: password #. Description #: ../mythtv-database.templates:2001 msgid "" "Unless you have explicitly changed the password on the MySQL server, leave " "this blank." msgstr "" "SÃ¥vida du inte har uttryckligen ändrat lösenordet pÃ¥ MySQL-servern, lämna " "det här blankt." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "Will you be using other computers running MythTV?" msgid "Will other computers run MythTV?" msgstr "Kommer du att använda andra datorer som kör MythTV?" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "" #| "If you will be using any other computers with MythTV, this computer needs " #| "to be configured to allow remote connections. Do you want to enable " #| "remote connectivity?" msgid "" "If any other computers (that includes other Front End machines) with MythTV " "will be used, this computer needs to be configured to allow remote " "connections." msgstr "" "Om du använder andra datorer med MythTV behöver den här datorn konfigureras " "till att tillÃ¥ta fjärranslutningar. Vill du aktivera fjärranslutningar?" #. Type: boolean #. Description #: ../mythtv-database.templates:3001 msgid "" "Note that this is a security risk, as both the MythTV and MySQL services " "will be exposed. Be sure to place this machine behind a firewall." msgstr "" "Observera att det här är en säkerhetsrisk eftersom bÃ¥de MythTV och MySQL-" "tjänster kommer att exponeras. Försäkra dig om att den här maskinen stÃ¥r " "bakom en brandvägg." #. Type: boolean #. Description #: ../mythtv-database.templates:3001 #, fuzzy #| msgid "" #| "If you have multiple interfaces, the first one listed in 'ifconfig' will " #| "be used." msgid "" "If multiple interfaces are used, the first one listed in 'ifconfig' will be " "used." msgstr "" "Om du har flera gränssnitt kommer det första som listas i \"ifconfig\" att " "användas." #. Type: string #. Description #: ../mythtv-frontend.templates:1001 #, fuzzy #| msgid "" #| "What is the hostname of the system where the MythTV backend is installed:" msgid "Hostname of the system where the MythTV backend is installed:" msgstr "Vad är värdnamnet pÃ¥ systemet där MythTV-bakänden finns installerad:" #. Type: string #. Description #: ../mythtv-frontend.templates:2001 #, fuzzy #| msgid "On what port number is the MythTV server listening:" msgid "Port number the MythTV server is listening on:" msgstr "PÃ¥ vilket portnummer lyssnar MythTV-servern:" #~ msgid "mythtv-setup must be run in order to complete MythTV installation" #~ msgstr "" #~ "mythtv-setup mÃ¥ste köras för att färdigställa installationen av MythTV" #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration. Note that this program requires an X " #~ "display, so you must either login to an X session as a user in the " #~ "'mythtv' group, or otherwise arrange for that user to have access to " #~ "your X display." #~ msgstr "" #~ "Du mÃ¥ste köra mythtv-setup som en användare i gruppen \"mythtv\" för att " #~ "färdigställa konfigurationen av mythtv. Observera att det här programmet " #~ "kräver en X-display sÃ¥ du mÃ¥ste antingen logga in i en X-session som en " #~ "användare i gruppen \"mythtv\" eller pÃ¥ andra sätt göra sÃ¥ att den " #~ "användaren fÃ¥r tillgÃ¥ng till din X-display." #~ msgid "You must complete all four steps presented in the program." #~ msgstr "Du mÃ¥ste gÃ¥ igenom alla fyra steg i programmet." #~ msgid "" #~ "Once you have done this, you may start the backend by executing the " #~ "following command:" #~ msgstr "" #~ "När du är klar med det här kan du starta bakänden genom att köra följande " #~ "kommando:" #~ msgid "sudo /etc/init.d/mythtv-backend start" #~ msgstr "sudo /etc/init.d/mythtv-backend start" #~ msgid "" #~ "You must run mythtv-setup as a user in the 'mythtv' group in order to " #~ "complete mythtv configuration." #~ msgstr "" #~ "Du mÃ¥ste köra mythtv-setup som en användare i gruppen \"mythtv\" för att " #~ "färdigställa konfigurationen av MythTV." #~ msgid "" #~ "If you are not in the mythtv group when launching setup, you will be " #~ "given the opportunity to be automatically added." #~ msgstr "" #~ "Om du inte är medlem av gruppen mythtv när konfigurationen startas kommer " #~ "du att fÃ¥ möjligheten att läggas till automatiskt." #~ msgid "The Ubuntu MythTV packages generate a random MySQL password." #~ msgstr "Ubuntus MythTV-paket genererar ett slumpmässigt MySQL-lösenord." #~ msgid "" #~ "The generated password for this machine is '${password}'. If you are " #~ "adding this machine to an existing mythtv-network, you will want to " #~ "update this password to the one in use by the network after completing " #~ "installation." #~ msgstr "" #~ "Det genererade lösenordet för den här maskinen är \"${password}\". Om du " #~ "lägger till den här maskinen till ett befintligt mythtv-network vill du " #~ "kanske uppdatera det här lösenordet till det som används av nätverket " #~ "efter att konfigurationen är färdig." #~ msgid "This can be done by: 'sudo dpkg-reconfigure mythtv-common'." #~ msgstr "" #~ "Det här kan göras genom att köra \"sudo dpkg-reconfigure mythtv-common\"." #~ msgid "" #~ "In case you forget this password, it is also stored in '/etc/mythtv/mysql." #~ "txt'." #~ msgstr "" #~ "Om du rÃ¥kar glömma lösenordet sÃ¥ finns det även lagrat i \"/etc/mythtv/" #~ "mysql.txt\"." #~ msgid "tv_grab_de, tv_grab_na, tv_grab_sn, tv_grab_uk, tv_grab_uk_rt" #~ msgstr "" #~ "tv_grab_de, tv_grab_na, tv_grab_se_swedb, tv_grab_sn, tv_grab_uk, " #~ "tv_grab_uk_rt" #~ msgid "Which XMLTV grabber should be used to retrieve program listings:" #~ msgstr "Vilken XMLTV-fÃ¥ngare ska användas för att hämta programtablÃ¥er:" #~ msgid "" #~ " - tv_grab_na retrieves listings for North America (US and Canada)\n" #~ " - tv_grab_de retrieves listings for Germany and Austria\n" #~ " - tv_grab_sn retrieves listings for Sweden or Norway\n" #~ " - tv_grab_uk retrieves listings for the United Kingdom\n" #~ " - tv_grab_uk_rt retrieves listings for the United Kingdom (alternate)" #~ msgstr "" #~ " - tv_grab_na hämtar tablÃ¥er för Nordamerika (USA och Kanada)\n" #~ " - tv_grab_de hämtar tablÃ¥er för Tyskland och Österrika\n" #~ " - tv_grab_sn hämtar tablÃ¥er för Sverige och Norge\n" #~ " - tv_grab_uk hämtar tablÃ¥er för Storbritannien\n" #~ " - tv_grab_uk_rt hämtar tablÃ¥er för Storbritannien (alternativ)" #~ msgid "Which television standard should be used by MythTV:" #~ msgstr "Vilken tv-standard ska användas av MythTV:" #~ msgid "Which channel frequency table should be used by MythTV:" #~ msgstr "Vilken kanalfrekvenstabell ska användas av MythTV:" #~ msgid "WARNING: old MythTV binaries found" #~ msgstr "VARNING: gamla MythTV-binärer hittades" #~ msgid "" #~ "It appears that you have installed mythtv from source previously, and " #~ "some files remain from the previous installation, including at least:" #~ msgstr "" #~ "Det verkar som om du tidigare har installerat mythtv frÃ¥n källkod och " #~ "nÃ¥gra filer finns kvar frÃ¥n den tidigare installationen, bland annat " #~ "dessa:" #~ msgid "${files}" #~ msgstr "${files}" #~ msgid "" #~ "Installation of these packages should succeed, but you MUST remove these " #~ "files in order for the packaged version of MythTV to work properly." #~ msgstr "" #~ "Installationen av dessa paket bör fungera men du MÃ…STE ta bort dessa " #~ "filer för att den paketerade versionen av MythTV ska fungera korrekt." #~ msgid "Is it OK to create the video4linux device nodes?" #~ msgstr "Är det OK att skapa video4linux-enhetsnoder?" debian/mythtv.png0000664000000000000000000011513712313736266011252 0ustar ‰PNG  IHDRÙÙ­¾•vsBIT|dˆ pHYs ´ ´åÅ—`tEXtSoftwarewww.inkscape.org›î<tEXtTitleOfficial MythTV Logo‹9…±tEXtAuthorMythTV Foundation}„«*/tEXtDescriptionOfficial logo of the MythTV ProjectŒ—tEXtCreation Time23 February 2011 8±Õ IDATxœì½y¼eW]àû]kÏg¸·*U©Ì™€„! ‰ “Q@DQA}ÚòßÓO«-ï5¯Ÿ­Òv·úœÅíVDàƒ@0Ì302‘„@椦;œqOk½?Ö^û¬³ï>CUènÿà÷ùœº·ÎÝ{Í¿yXBkÍÿ(Bû+¯ü•ýÄÝ3Þ!´–h%–¾ü-ø|³@© “ÁCÜñ¹‡¹ñƒ9 í|ÐÿA|3ÛB~ü?ÇĽç#äK\â „8 ˆ¿i} ¾'­¶Ðú0Z=H‘Š#ÿÀ;þÓÍ@Y}|s‘dâ§~ÿ žÿ„ø^„üN óè‡ö-øüO‚²¸—tüÆ;ïæºßÿ“AF…pß d{TH&^ý»û¢×!äÏɣ̷à[ð¿òôvßóy÷o_ŒœG‰l'…dâGß±qàµùÿ§œlçß‚oÁ¿X˜ >Ͻ7ÿ*ù«˜!›>d;a$¯}Ó³òÍÀùËž‹ƒÝq!½N‡n—$ŠÑhÆã1y– ¥D)…çyx¾GÇ!ÐJ±»; Ë3ÓweGB ÄIŒÖš(Œð|!“É„,ÍÐZ#¥œ=/Ò“xÒÃó<¤”¾Ôc.UÉt2E£ˆzlžça×Ik]·-¥Äó=€z>J)ÚÖtfÚ ¶=ÛRÊ|´škOJ3~;Vw,Ýn)älœÌ·ú˶»9îEgÃ~oçdײú²ùð\Ÿvn¶æѳ1»cŸ›‡3¿EãvÛSZ“«’¼,ÍO¥çÃ,eÅé× Ž]χþüyøî‡0ÈVœ(¢’‰×¾é5ù_ íïý¤ÃÙrhc“Q/fÄqL†!(Š‚Á`€ÖºF€², Ã)%ŽQ銢`kk‹²,‘RÖÏø¾OE(¥èt:ÕF F£Y¶)íߥ”A€çyõØ,EÁt:E)U#¨çyu;î†[Dµí‡C²,ÛsÜq4¿sŸ“Râû~={Ër†LBCˆ<²,)˲OÇDQ47Ö=³el.œ ’5?î3BÌÎUß¡ÜOdÎó+‘lÉïËþæ®{¡ƒlÊN:e7KQ‹Öf:¼›Ï¼óÿàöÏÜl™ÖZµ?¼ÖB2ñ3ì£õï"ÄÏ´ý½'<ñüÇpÖƒ¤iÊxEQ0(Š¢>ÈJ)|ßGQ#ŒÖšápÈx<6cp6Ð"˜]´n·[ÿm0Płٶmîa´[kM–e5¢¸ˆiÁå(¶Mû÷ñxLš¦³Csoþî~gß±HP–%yžÏ!š]SÛ·ý›ÛÆÆÆF½~î˜Ýq-w,mgÃ]—“µ=§>5‚©ydƒ·[„pîÏEßÕý.@²Eïj­É˒Ó!ǧ“vî–g»|ù#¯çsï¾8 LYSWóW= ^ý{û £w Äs› }ŸÇžu—œuY–1樮ïûõ¡pÌnåR.gÐZS–%“ÉdŽ"Ú6ÝÃéûþÜ3ÍÃdÛnlWœ\:ÿêY—êº}Ö éû¤i ÌÄ?iìÿ]Êí"}Ï] ^+ûS)EQA0·V¶í…ˆ¶ \Jߤúîz´Œ–ÆŒH§ípdgî»®³þ¸)ætÙx—ý4祵Ƃӓ§D ŒGìæéüKA¸Á•/ø6^À‡þü‡±¢\…hK‘LüàëN=ç°ÁNíoðÔ‹.¥Û頵ѱ²,«u+0Ï"š}Æq‚ @)E’$õìîîR–%žçÍ!ŽEß÷ëiª,Ë=ÔO)Ežç5»ÜÓ¶ç‚íßå(Í¿ÛCÝDRW·°DÃØ<Ïk¤s¿·s‰ŒíÓE4wž–˜¸âªm_kÍöö6›››õÚ­søÜgšâ± M=×}g¦] ­QEÖ%ež£•B9º¤[Ý@õ‘³ý~ÁXÚˆÀ"Q}‘HÙ|>”gwû óˆûǃyRHŸ‹ŸúóLGšO½õÍÀýÀP±”£-çdÏù6»àÔC<îìój‡5·Ê»å^a†ËÙƒ`’¥øM±ÌEDwA,õ¶ˆæ"»àÖÒ|fŠ÷2q£ ¬hÖŸ+ºÙ÷›ÜÀ‹}×êVî+˲&L–cYÒ"’}¶(ŠZ ·ÿ·sØÙÙasss©ÁųKô,¸kºHôm>§+ƒ J¡ÊUdé”2ÏPEŽÖªæfZó…Ö€ô~€ð|„€ô ¢ÕÜíÑÁ"„lê~zAȽMî ÈÔ<¡åñÏøYŽÞw”Ûn¸¸aüj­°É*#Çœ&…ಳÎáì§’Ä&€#MSÒ4‡ì&XÓZ3™Lj¥ÝN* C”RDQT÷3™L˜N§õ³@˜EQЩ»¹0öºÖJ+ŠÁ^ªfõœ‚Þ®j¢‚,Ëæ8^Óè`çé"”ý»Ë]-³Èb‘×5öø¾?§ÇØ1u:z]ò<'ÏsÂ0$Ë2vwwÙØØX8¯æº4% ÁÜgW‹ŠÙòɈ×\ZrÞYgV_¶°/ÜüUþâÆãÈ0F„ ^#‚„FȽ’FÛïËæÖÆÅÖÑóBéq^wƒ'CFE>kÔó®yÙÿͱŽpøð b¢CZ‘L¼öMϪ¬ˆspéégræþ$I‚”²Ö±¬8hVÇs<ÏóZôsE:«¯¥i:wX³,Û³á.7r9€ ö@6Å8—Û¹‹èê6Í6„5â¸Üfb¡ý­›åêLvþvìöo–ƒÙqØuͲ¬&.Aru9˽|ßgss“ápHžç5òçyÎ`0`cccåtXyšHØü»û®e‘£ò”Ë.¾”Cö3N[ûít: FcÒߌºÝJG’?­q{kJ7Íq¶!Us¬Í÷]bÒüÞ—’³’.÷އLËbÖPÔÝàù¯úeÞñŸ~–tœ‡…i›Ø¸Éľ!bóÔ7Ó0ÓŸ³ÿgŸr°g¬˜hu‹<–#¹œi:Î*0Њ:Á\KšÕ¹À •5µ[Î0oZ¬S¸úŒ+–Zβ¬v-¸zíÇ=]®6kdp7'Ïs¢(šãðMd³`õF˱¬8l¹»>AÔÜΟÆÊj¥ÛV–eŒÇc’dy@N“ ÛïNÁ´³.e‘SfF…Floo·ö+¥4\o÷(~7Gx¾ ‚ÏóJX"269î*=¬ùÞ¢ÿÛ’.÷Œ.³Ú<õžþ²Ÿä㽤Àq!Ä?Ú^óZÿÀO¸_ÒéqÉg"„¨7Ëš»-2¸F {PÀp {\#BEø¾OQµ(†ësˆd}@öã"¬;׸a‘ÂÕß좹ȓeEQì¡fÙvÜö,çµss©©u4ÅBûŽíÓåú¶«‹Ùvܵ³ß»b¸¿ë‹´þÀápHQ8Tx¸Øåîv¾‹Ìý]+ƒlB+T‘Á*w¯y‰b´K1¢² º,µx¹Ú¿mnm:Ø¢ŸÍþ|!93éÖA 5\ô”çÓÛ%p6&fwNÍ}!^õÛ}¤|½û]èù<éÜóñ¤G§Ó©9Àp8¬7ÛZùÂ0¬E;ù4M÷PI÷P¹Ž_÷ÿMë£+¶¹Ïº‡Ï5›»\aÙQJ‘¦é¡pÅÙzmÄÌåàŠl¶ ‹¨n_™¬®hÇoõ-+ÚY±ÔŠÏö{;KÈl®Ø9ç»mÓúƒAsï[×ÃݧEÜkÙ»æÿ•DÒ4,n•OQyŠÊ3´*Œq¤B´&gZGkŽo—ZöNbéq(jHaóô—ýp!&ÄЛǺ(ùEàT÷«óœJX!=t®eÐÿ\}ÃÔÖp‘ V)çï¶Ýæ¡u M¶vÇâR_û³ÉÜ1Z$s?M‡sS$lŽ§Í‘ëê]îÁm"cÓ!m¹§}ÇrvwŽvή߱¹^®è¹ˆ›5Ô2Kâ¢wšûR:ÖÁ º,@•PY&µVõ»'ŠT{Dz|Ü'›AHØ0Æð˜+®äàÙWgÒÂÍêÿˆŸúýƒùóî“ äüC§Q–%I’Ô‡g8Î)õV¿r9QÑþÝŠ6Ä.€k•³ï¸aC–‹µ!“Õe\®ób£¥ú–#¸ã³ïEÁx<žSέ>dÇÖt–7Ï"’«GZ®hçétËÑ,"[Ë }׊ЖËÚ¹Ø6ÜqL§Ó9q×u5ôû}úý>¾ï³»»»PÜjû½À5¡)zÕÿ×µ.'3oWH©k¶¨?w¬ëpÛ6‘pÎÖ& ©‘žïñÔ¿£f—›9&;ÿ%@Ï}÷ÂC§F²" E«TƒápAÔñ‡\g±¯âx6À6jãdÛö21ÁŽ˜3`´YÈ\=Í=¤ ܶìa¶â›ËUš:^³&Gµë`·z }Æ©¬ø(¥$˲Z춆W\uõS—hYƒÓææ&I’ç9[[[{ÖÐ]û{s Û¸x›n3{¦µ›¥°ìà»Dd¤ZöYôü¢ÿÛ~-t=Ÿ¸ÉÍμø"„¸8ƒ7“U!^ê¾ç<ß÷gQñZ3ð<¯Þh)åâ¸zLžçµ>¡µžãJ.•or)7lÉõ/5À.Ôëºf¤HsÑ\ëž‹«÷XŽmÿn9‘EWœlާ)ÖYNeçÌùµìx¬ßêqv=-ç·ËFÈX°„Í EkÎyccÏóêзE벎±mÖ=ÐkÁ¯5Ǹj,msiþ¾p8-mì¢ù‡¢NÌO~2p° x–›lû‰ÿ’ äóÜwNÛÜ_›Œíd\K¡=4aÖVÂ6‹œq`>âÝÕUÜïÜÃïŠeM1Á ŒN§µo ¨Ý®®ÒË)\ÑÓ|«#Yó·}¾iаsj›·åŠZÏtT7ìÌu>§iZs6W*˜N§sÎiÏó˜N§µ$aÁúÖ¬¥±)ÂÚv»Ý.q×ñ¥î³¶¦›£ Úˆ^ûw­¯·ƒûì&ÕFéëî8OéW=cÿÞñ|ds}Îâc1zÙ~X–Þ½–FÉ€3÷ŸRSkÛ¸?ÜØ9kRoFL¸bÅ%÷]—ê/‚ebAs1\ ž%mq{î·qIËÍÜvÝP(×¼íú±\±Ñ~ì!w-¦–Úöì»–«ÙqYäMÓ´æ`VWk)§Ói?ê¦À¸óëõzµ ¡é^¹Öþðè9Y“°¶!YS jC°E?ÛÆ·J­%1 #næ³.=8„±2ÆTøe½´/vŸ }Ÿ}ÝÞ³‡Æê@ÿårwò®HØäbmÔÅê®vÙäí‚»¦r!DÍe옛}¹T|¢¹‘íVTt9Š¡b>f)ç£Gìû.1±‡Ü »²Ä!MÓ¹¾,·µÁÕžçÕaSJ)666HÓ”Ñh4ÇÝÃhû‚À$wJÉh4jµ º?µvŒJÕ¿»ókþצ Ç*‹Uä³¼.!Ò_˜ïeÆÞºe­° )Y:½{¢¢á¢>×% Zk|™kµénv.¦z›ŸWþÊ~…Gc‡jº ÚCkõ;¨6Q¨‰ îÏæJÓ´®ëár$—«´-´5Ó»ÜÔ0±ïÚ¤Èæ|\$p9§‹´öï.ç´–¼n·[Óu„aX[)ÝH~™šˆÖ\K|,b[Ó»']Q¶©wÚñ†aX[í¼\®æ¶QulÚR%º,(óŒSÜÄ}þéȨƒÂó‘h)MŠÒ5%o;œZ-ç,­H&X|¢\h]‘p.ÖÖŽ'ļe´³§|@HâîÍ}1oxp;°Êw3†Ð}Ö5„ÔiçÕûMË¢¥ÂnÞ˜MÕp#ñ›à!`¦£ÙÃíöåú£ZÅŒÃ=Žã¹CjÛpã-²Yk^3Êšà“$©ý‡M½Ó ãjŽ©é;´ý§iZGØ»kâFš¸û`sîÚ¸¦%D®ã;U¢Ëœ"pi~7ÿîG^@:Ø"n“w)Ò e‘Uœn±þSŸ‡µâªæ÷µ Ü5Y´‡mÏ5ÛhûýÑ€/æ¥7’c¾OªŸÂö5_ô{ÄA—cÙ+û7i¬µ®Y婨vmDC’$µ_Ͷ‘eÙ\š†+BXKÛd2Ù£ã5sÎÒ4›c²”?ÏóÚ¼m¹{x]W„uüºÕ²,"ºf{×êçº1lîzØïÜì;×½à®{Óü†!I’Ô)/îØlvnEQVÎm­JTaìr}¯û±ïa2“ ¶(³)2êà+ žÂC Ж’·ˆYÚÖøX÷vÛ=1Çw+w]`ëp1û¯9È0ö1ÈU?¥¿èâwó'“ÉžÃï>çRþæ`\QÒ¥0®ˆ§µIÙ°z™UÈÃ0d8ξ&¸!I¶?÷ZÊmÛuÓDš"#@’$µƒÛíÏΡÕo}XÖ4îê”îáv+aµù Ýu±ãït:u´ )b82 Zß³VGÒôAZQÓÝ£édBàû3›Ž¸B>È/üÈwWëéÎQ¼¤GP–/@F ÂR"´y×A÷9D[Ge_Ѻ*S°±–õ·ˆ»ÍaÁøN< ¬~ŠöÌèuUJ†a}ð\ß’¥°yž×¹dì_F¹í÷Óé´6/K)™TÉÖ\ìyžÙJ+i¨Ûš¤] ¦kU´c°&xW?š[L­‘BÄ1eýá:ÚµÖ”ZWúˆ¬‘Ûú¬z½Þ׃ëÀ¶&u7ö°™°êº6ÜCcÓˆš‘5vþ®2Æãqm™´ÄËúÓ”RõZfYF–N‘hŠéˆ«Ã‡øÙ|!£Ñ¨¶(ç£m@#ý¯ÌQeT Qa£‹jõ¡^ÁÊ,íÉÓškg†dÕ—õGéy‘»z ~lUßmVçö1,n£$F“°¨ÆÇœ5w¯,¿‡£h*KŠ<' C4š<·õ/4eQÔ3ž-~Ãì\ŒG#z½e–dÅÄ4V"ª¡š–òQ™™ß'¯ÌÕ]QÉàñx\ë+vìf<öÿày’N'a4R•uQV1Žõ®Úd{àó,cwg‡N§³§È(˜1J!𤤨‚Ž]̸²%>Ö/f¹ŸëhÖ’li «DðÀFôO§õ^˜>LjÉ`g‹^qMü0¯ýïb8²»»[¯S1!ƒ/Ϫ””Ê8¢­8¨™I†æà ûµ^ƒØýœûj±že×ÇüÞ0ªÍ5‚Óî^«g“Øî!ºì{Û3- œÏ‚-z‚KÑ]k”V „M;ÉPª2hM‘eè²D©U „AB›Â‘Bü°*ŽâùHÏGHO‚. c6ÎRd‘’MwÙTcu%§mv8¾;摾Á8ØÀëlâG±ñ×øBúÈ DHO м@ˆY ~}QqͲ,)‹­ ºI‚Њ2Oɇ[$Ù6g÷Î>¥Ç¾NÄÖpÌÑrÌ»î™øq雚€Zày†Ò+e(¦Ö†pjRš˜ ¶‰â¤®à…Ïi¬sBJ1‹q3´]q¨ –{A`\EÁx2Æ› ºILä{L&#¤ï£Ò iž1(Ëw)² QdüÀã»üØ‹_Àîîî\ Œs´@••a$£Ì¦”鄇*J30ÜLÎS9*PæÓÕÖä–C•…A(ëò) T‘SŽwñ&Ûœ)NßìpÊf̱Á„oÞáXî!âÒÍúz>ZH¤­ã(=¨Î"Ûª±È÷‹`%'[Ô°®,øöäzç†(%ñ¼1²R†‹BãÉ’üô7Ýó_ÏöQú!^A!<ŠÜOnñŒÓàW^Â.¹šnUOÄío:M9¶½ÍMwÞË»¿p'»Ñ¼ªNŸ b³ˆªDáÜbÅ*)1âLEó)^6â1Þq¾ûIpÅ¥O¥ßëΙí]qïáGŽð…Ûîâ£7ÝÅmÛ!"Œ~@>Sfi-U‚HÕ¿Á½‰ôˆ¢ˆÎæ‚Né…ˆ ¬Ö)Jˆ¹þ-¸©1F,Ÿ•Øól¤M^R”»»‡ „¦˜ŒÑžDo›¨ý,KQª2T–ÄŸ~ÖE¼â{žËîînÒ³*Ÿ’wЀ*JT6A†‰)D*¼jÒFSªD—%ežRŽwW–ÛnêZZk£b”"¯b)†ÇxÚ!ÏyÂ\~áUô{ݹ\>ûs:rtk›»î}ˆ·~ì‹Üº-a‚"„€š3'=㆘s=,¾oŽóD`!’¹‘n쟔² 5âU‘Žxéó.ç”}› ;÷<ïúqûàEtÒC…¹';üø%1Ï¿ú98eít=vìØœØŠGÝ/¸æJ®½æJþùæÛùû¾ÌÝ£ ¼¸‡Ÿt‘Â'/Œ©ÙÆÝ©ŠÂJ”z´Í Î÷yáÕçÂs¯!Ïó=}Z¨ÍéIĵ×\ÅwÇÓøÂ—oáßó)uxLœò[¿ô£{"JÚà¯ÞóÞs÷qwƒ¨· ;xU*»ŸYø–köwƒ’m™,Ë–.à"°T>Žc~ô{¯åü3oä÷þየÍÓð’>Z *TQPŒ¼ä|W¿ôE¾_s­…<Ï9~ü8I’ð?ðb6;ö·Ïßð¸Z”[ôÞøÞ+Îá_¼¢,˜¤)AwD²±Ÿ¸Û'ˆ"<9svÛMÔ‡ ´ IDAT´W3EQDhe,¯£lJ'Ûæ;ŸòŒú §U°¨¢oÜâ@' ®¹ ¬ÁDå9½Œ×ÿoßÓ/{,ãñ˜ãÇŸ÷(Š‚ÝÝ]<Ïãœ3OçO^÷¯xýÿš/Ÿ"‹ /î¡"$BxÂóZ=z'iŸƒV$s¦™F2ŒZY‘ÖSuY·9Ô‘üæO¿‚³Î8:züdÁÆò]sÕ“8ýà)ü_~=jó E)Pd:äW¿ëRž~ÅåfãVPúu`2™P–%ßû]ßI _¼ñ&žxùãëÔ“&Ø0¬xÁ³yûLJRJ>xJH²¢$ˆb‚ Ä«ò®ˆn5­ãÛ”éÓ4ž„^Ô§ßírìØ±G=·o4ýKŸÓ Šœ³{’7¾îçÀ)ûÙÚÚZ« ë*(Ë’íímz½¿ý‹¯â7þìoùÀ[hUbEYYF…ô*U¨1NN³ÐzA—V³šZë=¹VÕSÆ|¯ËµRkÅEþðßÿŸœqÚ©lmm=j³`¹ËùçœÅk®}2“­GP£d6Bl?ľ÷ <íIgkkkíä Ë2vvvøîkŸÇM7ÝTg2/‚ñx̧ŸÆ‹žr1Åx@9QNǔٔˆ¢[ÄbqÝ1<•YÊóÏ8íà…åÞþ×ÂêC¸s“?øõ׳ossOmH› gkÉÀ¬fŒM²©@«8ßx¦Ó)<ý±çðñ»Ž£‚˜ôeoú¬¦Ñ4ÙÓüd0ãdÍÄH«¯ù²ŠT«’f`“ ÿîïæMo½%xQ/Jð’.~ÔÁ‹òR¡µ)Ì=WyEÎq•óoóOùÓ_û…:¤¨ \c P‹†ïxÏõ¼ñoÞIoœâ^~hnvôMŠU²©.ÑEÎ݃œŸùõ?ä·~áUœsæ 'Z› ì‹/¾ˆ›o¹Ç^zñÂgm¼á+_|-7üÎ_ã©YæHeB‡Ò鄼(Èó¿r@›XK“Ó—NFdã!çsŒË/zÆBg2Ì*g½é¯ÞÊM_{€ M̧‚§ìç;®Y¾{yžóÞO~΄&y~µF>x^ÑX URæ”Ù”õŠ¥ÍÏA§Óa2™òð_ùØoCøa}û¦be„P…I™6eb+ó”¯ðÚ_ý=þûoü»ÚÛö Û“ÇGnþ ^˜ ó ºHÀ/M<¦VµnÜö¾ûs,D2«Ð[ñÊê6A†>e©êjD«:´ÊëŸüåßðæw˜¤¿Œ»øI ³AÐÝ$èôâ%’43–4_)òtbüqÙ„‡ó 7ÝúUžôøK—:‘Ý~ƒ à÷þø/¸îÓ7BØE /î"£.ÚAŒÅHßÈæ (t™£²)ƒtÌ›Þú^þË¿ýé¥*Ë2.üãøå7ügÞð˯_úlš¦\|á<åÜS¸ñÈ¿“â£(<)ê̩ܳºUû&‹”r:âû¿íâ=Ämó¿å¶Û¹ék÷ã…1A§‡–e^˜ÌuJuë¥B³Va\%mš óLõ¬5ˆ9b:Z©JXèt: Gc^÷†ßâ–{A„ 2JQYí•IeÈÊ܃¦‹Œr:äðdÀ?|ôÓ¼ôÏÙ“JäBQ\~éE¨ì=ˆl‚È3d™#TVþ,ÈØæ9o¿Û`¡uQ0ÝÔõº‚’'ÖF0[7ðú—¼åýŸB†1„‚Þ~‚Þ>ÂÞ~¢Þ&A§'H?$)KFÑI«È3S[b:BO‡|蟾ÌUO¼l¥÷Ýöû{üç¼÷†›LNTÒCD”#cƒàÚ ‘‰EÔUT‹‰&/PéÆÜxx›Û‹.8o!ç°9pçžwn­›-zÖ:y_ñ¢çñù?x;1Ú ½?îàIabìêÔÊø!4¢„ƒêW?áéKÝ 6]æoÞyJú$>2é!üˆÉh´Éjÿ¨ôAˆ÷q¿ÓG± &g°N%ÑUldž"Âå·{ZH’„Á`À/½áÿãöû"ÂØÁ¤÷‘¾A²Ðˆtu°/€VȲ@çø! ø‹~žç^óTâh17+Š‚3N?³6.2t>E¢,ÁW€7iõh,Œ‹/f¦XL­ ¨Yêz–gŬ#+-®ÿÐGyë>m)ˆQ~B°q€hãâþ)Ý s¸Âéù„BB0 ÂÄX€„G‰à†»a{g‡¸*m¶pr¾Ïõú(ïýô—ÕÆÝ}ýýxMr £AÒ1 (žÖ‚Z˜(p/ê ¦1Bxüíoà?¼ö1s¹uM(Š‚ Ï?7¿åïø_ý—>›¦)—=öž|ö&·ïÈ2Gç)ùtŒBD ~`B¨”äYZG£ß“ÎAÀRn†!w~ín>õå»ðƒ~w“T DY9Ã×éáUëç÷öôö™C_q£®‰™~®JŠtŒð‚•œ, C†£¿ð+¿ÉG2îáu7ñºûð’>2îÍÌ ­¹ˆI_Ò~FàùÒcŠæü?þ²ï^x>lvÆ3®ºœ·Ýp+¢ÈÑEnÔ„²¬ÊÞ™ö9§«_V._ë*K)kÄq«xÔïFdÒÇïîCt6 ’E]£‹U 8bœÖ)<´”(!ðª4™Ïßñ?ÎòäK¥§îß0AãeÊÔ˜~d2ßk;ñxEZ#>Ü ìlùºMžÕNÕZ\á'«EJááE 2ì ã… ñâ¾ÑËâ²Nÿ0 ™Ò÷éöûHßä ùa ~ˆòBî;²µR&¶!;ÒñÂÄôS‰§aoQo“͇ˆ»†ªK?ˆ^€ôƒô~hÄÉ(ÁKú<|äøÒ~M­Búüåß¾­µè« yžóÄËË›>ùd@1RLÇè2G«“ãêáI“íKøžÇ$ª*k-‚ ¸÷þxÿg¿„ôCÂî¥ ØM #ž®8Ó y:¥ÌsÊ"£, Š<¥8þÏ~òr£åbýÁIú›äÚcw’£dH)}JsõùZœ¬,U½Ž&=ÄpA“ngE•@+¬Ò+}m9XN©¥g,½Q/éU:XT¼Ò«³Ë¨(jdRVDÙá‡Lü>»ƒÕ{Õë$U½–²ÎêÆE¢†*¤[Ú‘LÎ. °æfÑ”R”ª$µ"Ó:"¥1'ˆð£~e®/ÍÖuæ6_â(¦ÓíQNHð|¶ëæ)ôýªòm„ë˜á˜Æ»/¥$Nº½aQ”%ª²¤ja  I‰àðv»“Ùí³×í µBø!ÿýmïÚ“áÜ„<Ϲò‰—qvŠÉr:"ŸŽ(ó”"Ï( “Rd)Ï:+`£ß]jQô}ŸÃ‡ðžO|žNo“Rø ÓœBø(ϧD ´XɪŸ&«ÚXÌnŠY‰Jd´º’pJx¯U ¿ÚW!}ã ó#ƒ\M²”U9h– áê²F"ñ’>GŽ/—v´Öt;I…\Úd€Ûº"K|¿',ܺó‚Y]˜ùuܪÀÖ0¢µ^+ÔV3Ê‹¤GÅø‘émš»é®,-=¤“ʼnÙt!9Z!Ù:fT!$ÒóŒ“×ó å³–»jüÖ8a] EQyÕŸ)Ú£yó½Ü~ç×–r3]óC×~;*› Ò1*£‹Š”b¼Ã ¯ºxe¤”’}âÓ ¦9£iŽ’A° ¦&Ú\T¡rÞÚÖE]ûLÍšêº,›û™#X¶ÎÉŠ 'š *¤B"¤[Ò­åY1+íæ~D­r¬6ìt’]Úú,朹uZ,²µégëB{>³Zöö ÚkX]$B®j[µ5εÒõaÖÕA·÷37'3×®t»s7—^é>׫ÖäYNšN)Õ ‘Š¢œC0÷ãÆ;îÛ·n·W÷ïùÁZS‰Wjd”ð7×}¸jbñ¡)Ë’§_õdö‰©±2ÚÏtÌEòœ}ÆR.&¥d8ñßÞõ²RCÕ?ÄøaŒ„x¾)Ug«ÿ.›ÚTà*KEimri·ðèÒešõÃü¯ý^£ßZ”ÕU€ï)Xž”¡ 7«DE*×Ô¢þšë³ Ú‘¬zÑR^7fqîÊ­–†®4Û“²² [|tþú{çñ² ”Ò£¿±ATÕ¬_Ö·) 3‹¼‡u™ì&R5û²àû>}6÷í#Œ¢•zŒ;_£_óÿgî>Ê_ûúRˆ)Æêóƒßùm¤Ã¦»[Œ¶Ž2<ö0ßså…+ç+„àc7|–A® r‡1øQûgª„AH’tˆ¢¸Ž4_=—Ùþ7Eì¦*1ãv Íꈠe_w÷f0F²5`î+W‰›î^Ÿ¬>KÌêÍH|‹®¨±žÈaô0¯VduÍMÜè~›ÁêŽÃÝ<„ BzÝÞZ7¢¡¢(J&ã [[[uQ±,XÝɽ0BV—?ìÛÜ$I’•ÃŒ£_xÆZæÅ}ÞúþOÕÀ"PJñŒ§^IR ?ÌðØ#ÊsÙÅ,ÕA…LÓ”¿~×ÐÂC{"HqÇø¶‚˜¸Ó¡·±an -K„X`nv5°Òªþ¸:Zý½+V®ƒ( QXª‚4%=Ü¥ÙþÒþݤc÷ã"ñ^âæ"ô*XˆdÍÔ[£½¾ÑtrnVQ+!Duî<¼ÊW:¥§m-[ªyáBͪè?ð×Dîy·ƒM5n‹™C*ç‚÷{ÏÞzý ª*ÇÒ«‚k#n¸g‡»¾~ÏÊwã8â•×~;j:¤ïòòg>qeœ&À§ÿñó¤UvÑÃDàG¹â81¥çca]÷‚>+æ—¥)¿í^Ñ&²)eK-®Ý<ÔÌ#Í"$jS+šµ:WÏÏùµ¶Äø¢6æÿÒââ Ñl–¯‹ÀT¶ZK.ö6˜gÔZ“y]JÛnäx·Öá{î5WóßöÔ•ÏEÁ[Þý>¤oÒd‚Î~ÒCF I“þÆfíP·ó“uÅr˜;ˆZ×F·W|ÜC¨V¬—=Ð5átŒ;m¢bóp?}ÌΩþÕá¦ËÞuǰNKu2;IÏ3µÜíï¶£Ùl«æQ)ÇÌjSþì"‹<Ïëk_Ý+ƒš¦ý²4YªQN{ŒÃÛ\ÐàÏ]sëZM‡Ã!ÛÛÛ ‡Ã=úà̪·žÅ @úa™b0Q„~ÿø™ûÆ|í÷®<ý~ß8K—€RНÜzw>¼eâ}ã2ˆû›ô÷B%&ZE3·§Ež×:õ"hê,À\à@½F-DÖåfË M¯ªõºëró9÷ù¶þV÷ïŒy ÕYWŠiƒ¥ÖEwbn1׿>¿t€zF8m2aó·Z­}Æfb7¯ZgÒæP‹:µÎ%gWïZÑÇš¢§Óim}Ü«ch4{¯‰mB-Tó£ˆN·GÜéÄ]dÒã­þǵLòë8Ûÿî½á#‚?é‘ô÷vûUÐnD+f—Yh5óc­>„ª>ˆöç"_]«°Nð8‹‹Tƒ¶6ÛžYMD®ÄzgjÙÚ ½‚°ÞkA²eÔ&“±Ñ‘„ɱÒk>Ì$ìÁ6å¾&Ú§PªÎkr%ªt‹\;»;t’Ä$V¦ÿu¨$•þg]¾ïƒï×c1.Š™ÕfØÒ Qbeûõ¦éWi˽=‚8&T¯OщùòѹûÞû¹ð¼sÖŠ¿l¥_½ókÜrÏ#D>^o“pÓ$Àzöb…* ­0M§tº]¦Ùâª_õ\œ9ÙQÖ‘?¶Í%ÙÃkÅ.VëUï‡ë£²Ÿeï¶}¿–]³½é¦1§úvÁZ­îe%'s¡y{¤ÖUtöºñi5u2Êv§Ó©Å7—Òº‘ÿî%Ge2K!«» &Œ«ºcºº!Æí¯vMh]×7ÙÞÞfk{«®A¿›¡œÃ£5&âßñã.ñæÞõÉ^‹X,ê§,KÞõÕÙ6ÇŒoÌ BdU[ß®©§iò¼Ží.G2»gÍgjq‘Õë¡ô‚Æ«ZÏŸÁ¦úÒ”föŒÙih5YÍíw'ÃÅ`I-|¯ª¡`Â\|$ £áÐ ‡¨¨µZmÅ1²ÿ7ß…¾O׌'µXg0MÓÆ}Ϫ(ɧºQ0·Ëúµ1’Õ$Lå§J-+nãŠn[&:$g2z‚P¨—YüÜùV«1òT¹X"ˆð¢7Ûá÷=Èçžuµ ˲äÞûîçs·}¯Ó¯²–M–%Õ‰^]}KQsg¡ }˜hõ%}¢ ;ÒÕl<)j£×¬vŽ™c›ÞÔü½m­tCI+âÜÎIfß¹DÜ%n«ÄÅ _s¢,¬4 -õ“µ5\ß µIxÕ°Ú_k¤FQ]ËEª<ÏkýÈõ—åyÎîîåŠtY_šÀ7×øÈ ‰Í]góþ/;F—£Y=-KSvw=zlíÛPš`úòªŒkSô÷ó®OŸ87³ã|ïG>YUŠj$óâN•‡eÊ)Ø`ÙñdÂææ&RJŽ?Nšf®Ž; ƒ€}¨:|U*Êê’‘UrUÛ‹ž±‹žm“´Úþ¶–ÀX?_ÿw%œ¨xßHçbjc"R˜*¼0»r-ŠáÈÙÍ0•N§C›ÊF®Ã»(Š:0ÙõçX‡õzh~BWeŸí¡¶Õ¬¤cq#ògqyæ`eYºV¬¦Róµ-ŒI =‰çùFdŒ‚¤ÇM[’{îè„n0)Ë’‡9ÌÇþùvƒLU.ioõ“¨*½z 766ØÝÝå‘ÇW54·V ™%Bg:Ps.{©bQ­ƒ+.CŒ½Ìe¯!dYÀìÅÕbªÿ¾Ø¸Òöý‰Ì©ÉÚBšÜFÃ0" £ éÖ/2bŸRÎB59dQs±’öËa|ߟÕNt£Ê¬Ô}Ù[Bê<9çÒ‰=kq©³(žåUŽà/¨|Z½ý\÷™›V&bºó-Š‚÷üÓ¦rS™(û¨ƒŒðLE'¥ÌmœÒóˆã˜#Gްµ½U—-(•b{Z.í×ê¬gvÐ\š‡6—­«²J¨ ÜêêN„ŠˆR%@®ÇL–ëEë„Jµr²5ˆ¿ß2©Ñ i;Ñó lQ­@W?ët;•9\¬%6Xùº*XDJ’¤}ß' Ã9C‹÷åUýZ.jÅ­¥´ßߨKÝÙï,gj‘Õu4×aU¿TDHH¬D7ÃÉ|¼ BAÜåK[‚{xh­«¤Š¢àè±ã¼ÿ³7™Tý ªja˜ `%$Ó,CiC¸Æã1÷ß?ÃáÐbf+oeX!Ï|Ê“«ìì]dè"§È¦æn:e²)j½¹,*fé¸ VWÖ…æYhëßWƒÕ5÷ŒiÁÿÛ-Ë¡Él€å¼ê IDATkc‡¥kE—V!Wªæ .¸eá¦Ó Yš@ák&‹R3´®âUiŠ•jS©Vz¸Í ž}éœ+¡ ²,ã3_¸‘­I†AumËWk*÷c‹²{$„ | ­*' ûÙM¹ëÞxÜ…ç/E !q×÷¼íß¿‹Zrñ\+í:Ps²=Ö½öl·á k‰{ñÌ~º6ƒÙÀNÞÂØŽdR€šq3»x{(´ç qÑr2­1‡+ÏFˆdƒ$Jj¶ì&fºÎXa26q“Òó@¬Îé±bRžåˆ¢Ä·rº¥ðBÕ>¬¶\²0 ƒ€²S0 HéZ&üz3ì´ª*!ÍÛþþm‡JN;°©¸–eãÉ„·]ÿ1´0•v "°×IŸRƒP€Ô gó±{7»sYã{‘ŸPL†xQÂû?9ûŒú¹e`‘i×=0û1¯_/[ßEæôÖwÖTcæŸwÚk`ÿÉ@Ú‹›:q„¶Àœ ›™Nbr†Ö¡ì3S½ Ä ¤é,‡ËåbÍñDaDdž•#ê°¯•ýjMQŽ4O* ÞÞEjÊÙ.u6׫véõ{†›®­ ê9W@–¦yZ!„¢äEW]BK¹Xš¦üóM7s|ZuzÄUÿ¨»%Q„„õ…Vd3eíºt»]S%9ŽÙØØ0DKzxAˆ>·ŒÞý±Ï2׺óí›Îr¶Å:.Ò…™ógÍ®aSz5zObp“œ(²µÇ.–ŠÀÉ+Š‚ÉdbâÞNÒ«oD¦©gÑÛZ)„xžJ3ÔÉý†!tÆù´*¶Žu±ÕJsI† (ƒ‰âi+¦º}79©íÃ~¿–N†­ÌUudþ,MÑEÆÉçœ~9q/lˆ—½óߪ®t5`h?2…J¥¹ Ãøß<¤ôæöZà,ó[›;ØÐ(éÄ%oÿÒ×Ù×½‘g]}…É>XÁѾYдèÍ©*½Yzízpó»½H·FÿNßJ«ê6—ù—í÷£ÒÉ”R(‡›Ù*U殲°~Φ¯òtXó¹R&b@*_bU!šD•NÐJ5ªŸo.íÎ׌4q)TYÍ£ (ðèôQd¸©ÞF!k7«©—¯VF ö}s’´ôQeAQ¤¼øª ÷D°4a2™ð•Û¾ÊÝ7ºX HëZúmý”J#”Fš®®9PjAÞ)ètº{ æÔý×>¼ùDÇå\]HcåÓUøVQ }UYðìÓWr±4MyÇû>j.êˆdÒ#èïÃëïÃïôMMEo†`Ö²çr²=M˜¶;.ƒ-&…†°ÉoùÜ7¸ñ«ßàU/}gŸqºÑK«öl¤Í"h¦(eY†²ÊÉk‡:ñ—ŠÛ 1s” W7ª¾jt·®½yµFô­­­…}Ûœ?l{ÒçÀíco˭݄όr»•¥”RµØ(…©!½€ñVº‘oj¶«ÜŒéŠ ÝtÇ׫ µýê–ð ¦Àa´Ö{m6¹™AÁb>ô…[ñQY ªºSY[‹¢/ßñuc,²¢ÞVä£6씥"I’úú¹¬‘ ’íBòÁÏ}ÅÜS\ææBˆzœvÁ;Ó’¸ÓÃëöðúˆNíæ›<ãÅWŸGK “É„¯Þu7w=¼Œ:ˆ(©jwtÌUPQL'øa„_!š»ùmTÜ–zH’ÃÑÑdŠ– :Ì!.¹m{À/üÑßó´ òÝÏx g:@¯Û­-‡á\o‘e8qçÝ÷ð…¯ÜÆg¿t ßqÕ8õेðþGŽTNy{t%f»g²¡:´}?;ð„ä“_¹›¯ßÿH}Á57ŸY Ç“©9—^uG@uSM}vD—œ´[™Çb7âÁÔÞÓà æB…=â‘ï¡l¡¦Ct‘™¸6m‚T5 ¥tué19‹zÓì†Ù<²vŠi¨œ/éóûŽ‘ï%Ý9J:ØF8QJ›~ L%Ýú¦F»‰ÕúY.m©¿Re¹—¡°’a|÷Üu”bpŒb¸e" ʼ2V¦{ÏGI}YžÆxQ^ˆ_œ¦péy«•ÛÀ¸¦¼ç#Ÿ6¹aU*KÐét7»}‚N¿ºþ·Fó³â£¥ìA˜«¯ÒŒRiSAÌÐA‚Htu/[È—IùÊÛ?ÎxçÿoïMc$I®4±Ï̈ȣîê£úb_ìƒì&Ù3œa³gÄYjÈ™YÍBÒbY¬„v…ÕûK€þ­ýÒJ€@X ú)@€~Œv±ŠÎŒÈ%›ÝMöÝÍ>«¯:ºîʬ¼3#3"ÜÝL?Ìžùs s¬ÈjPÈŒ?ì~öN{o ‡b…OÝ/Ýsî½ãŽ9„Á(ÃÖN›[ÛXßÚÆµ•u|üùUè85 6žÃ¿÷ ΗóT©„0i„MºZãÏ)¢JÃ#ò€÷…_+_FxyY@¿Õ߀ìùÐØe¹Ç¢ˆ :ónˆ(aÔ´ÞT4 ²5ÚÉ(;ø)ŠTÔ뚆D1¢´Õ[4üs’¢È†vwëÎŽr³SÄ)t2¤Ý ¢imŠ"·Ÿ,Ë*îT¼]Р•“•1U QÚÅh¯<ËLl yQ$‹;€ÍØhê5f€(Š!£2¨*±8ì'MSHZ€M6— êÌÄ Ò.t‘[ä†CFi½ãEÇ$²³ñ« tÿè«w9y©úý>>¿x§/.#[@4éáãˆE¼xØd·LS3†Œrûe蓜œ{½²,ÃÚÚF£¡Ý Dfœ tºÙRQ ØÛrÍlˆ__ÙÄÛVGÒœçS…q€IšškîL²ˆÈ¤â•”IÇj¡)£Ž6±8!´Ý¬EwÁdµGu¸ŒÄ×´/NTN˜õAuD:Qä2‚ʆæ$Rf.„0mŒS³Á¤]—›Ü‹ŽÇêö‘½j‘ŒX/òuãgÇ U`0¢›Zƒhg±ÖfêÌCd#§I€HkŒ²ˆSÈt*î@$]D±Ù5òZyž»Ž…³‹Q ™Î!ž×F^é. ZÈg†ƒ9*m.a˜$ï:î˜ÀŸQÉ¢r×#¢€Zk—”>MSt;DÒ„Щ‰k aC>2Ç?¸ê™²t¦]·CCJh¥p|xO~éîL^H›û7/¼â2GФ ‘öLyQ%®íÊ[tþÂ#¥U’$ØÚÚÂÞÞžsFVʤ‡LÒN‰ÐèDG€|ˆ‘Ð=$#è|çI=›§Ð@·kN}K£P¡TSŽ³à†ˆQa³lÊÔd_IÇ”!mê$2úF}6\ŽUdžkI:½ã#št©Zåæ1»³ !ݳ¢3g©YlD Ðúœ¨âuCb$µnU;ŒI‹³Qyžc ±¤BB$ÙÈ3–L"‰Rå&ûdd)Š¢Ýº<ÒÎä?rp››sÞ¦_D”Bvì÷¤c<À‹±ÖH­q”e&æbjÔÝZF†²YsÒ Ú–äGԀ̃ÁëŠ iŽ•‰4ítm#”í€Y8‘Mïj3Pª|„ï?vI7*<úý>®--ãµ/˜èIq×ÄQ6¯‚]SºpʘꢃÓ4M1 Ðï÷+ÇvJYÊ7JÓI¡×í ‚F6ÜEž €9Óv9¤Ê!" ÄC“úUÚ€¦½9D©em2?HûÝyÕøž¿æŸ°,£áv:Ð2qò%)?ê¬Úg‹l2‚ˆ4´îŠ)èbZFc¨íʳr¶–Ñ¢ÄP2› ’#8Õ13™,Žc(Ž™S32hî:Ë DŠ81¬‚Žˆ¨© ãHö')‹)€¬0Ñ©â$A^(dÖ8Ì3¼‹HBz¿ß7ñ -{¥4Ìì%Ea½ü%€DÝÂäSZ#ŠÃI‰¼P渇=ñÌO]ó£åya«è÷·FÍdD©‰-©ŒF—η‘-Œé,-¶›˜æ|L±26àµsID²¹¹9ìÚȽ\ÓF;»C­1mø6Ãh˜A'^(mOQ£+%²ÜœkŠ“È: W“ EQ ¢Ê“P¤iâÌš‚ÄȈ”­®ÎXtLhï<ÏQ( EHc¨(0 +ùȨ>ÿìšÖ€ÒÒÚìm")œÛRLjb Zc&NÛöh:ï9ŠNš6*Cšyˆ¤]xUÄ–2B"%zÒ´—ê%6ŠÎñEJm©j8Í,(­öU ¢Ð@V•êí8*íJЪ@gw_øË˜Ÿ¯?_¥”B¿ßÇ ¯¿eX&›þ Év6Q9L"Å\UcÙSÛƒA%t‚[rQŠ`âPÈ…¬Pò¢@–Fs)” -'dÚ€„ŒŒ7Fœ˜´¿"NŒ ÂÅêJjâ|øgà%¤ ŽrøuñdðB”1ÿ²,s³N§Ã¨ƒ©—‚zúTïüü¼ÓâQê&¢>Ä¢rC+õµê"*¬&-Ô¢( `"+ •£;XÅ7}²‘Ši­±½½_¾ñ€8‚– ¢¤iE¹t–#Œ\Lz?œœTœrpcFÚbW¥ÛíºPåf#-í—2’H;F"¤ ¤4ªv¥Ì‰qg_*5öfFªÊß«¦ºîª×ë¼îý±«û=þ§ŽÕ¹äÏו1©-!h’„î‡6 >Þm‘%ÔŽ¦ëm²ézÔÊd|‡&¹<Ñ€KE ‘kIÖ⎪uÞÜ™*BB4.ÑoŸå §( ϦV507M±«´˜²¬ŒØE×y›üHÃ¥ü)Lr :Ëð½ûS,ÎÏaqq±vvvv°³³ƒÿ÷¯šã,i¢·`–vçõæPˆØ{#‰ç,øàãÌŸõ¡ i&±—þûþZòïÕ=ÛĶ6µiRû9Ô²‹áÛDö²Pt]š`­K³'Ä*ðN²àp8tl*— x'}E±sBˆŠßž/#úƒºÆÛIÁVé!yVõ³Ö€R£]|ç·ïqÁZë`cc|ò®o €¤¥„q?“ÊÚ…ÉuÆÊ— ‰ãðÙtÞGž €,$¯ÒcÔúæ¬ •Eh9ûÈe6 ›Æ{Òoß´Ó4W¡÷›žå×÷ÇNNF´‰”,´#PÒBžP¢24´ËñóZ¼üÐ%B¸I&6Ž(P*]¨^ºOeËçGæõðOÞWÞºN ›ŽôJ[ Ï2dƒŠ"Ã×ú8yô!9r¤vlûý>úý>þò¯¿¹´k º½EÈî<ÐéI!@ZgV ‚\\kؤÅåÔ†Nloo;w+þ,q)t› è´¯\Aå{ÏøP·ˆkY±–Ôèf®MC¹Ú”‚F$ u’þhñ“aØ%j¤rHs×fŽ€ï¬å—”ÕèY¢ò·«ñrè…âvGYdy\ß§¬þbåTÃ7H!G‘ 30þðÉ{177×xœe}}gÎ_Àåµ¾ó°—½s<¦Ó…ìt âŽKIK¶?~J¹Nð÷ÛOÈ@›Ôææ¦“39rñ¬d çŒËƒþ}Þ¦YÀM¬cÄšTGÓó“² žÕÒ¬Ê1ôÇ’b¢Pô>éy_& N~óíY~g9«ÐëõÜwnpO .»Ñ{®_ŒÊqy‘ä6š@Þ×{Iå–÷lò"G‘ ñX´†»ŽÇŽ«ø½½=ìîîâ¯_zQÚ°¹¤ã¹ED ‡ çA&]ã®ÙóM5}âãºFSÇ n³ =Ï5’I’ØxþÃʘ˜ÀëäcçY—B&³kû½ß{ÓÔÓ–Š5H6ÊFˆ=ß=Ž`Ä2ÑŽHrwM∔JˆVõÖÀâ“È…y_ù@‹‰€#§/»Ð³ÔÆ,ËœÃÏÍqðË©Pl¥ ò:ÏQŒ†øƒÇN`~~¾1âÓúú:.\¾‚³Kys¾®3Wqr<¦FLb»¸2ª( lmm)'8bÜJÔŒ´µÜ>DôCÇùÞ:>„ª ÑêîµA i¨cè~gÐônÔ&œðÝ›š ç)¤²÷ý&ÅA¨þÐ{¤„ …G¶qúñ¢n$· ‡Cgx¯hÌù$h­r< —qßÇpôèÑàû\ìŸüò Ò-Jܴͩt–QE΋}¼Þ0KNà#yrøTŽÞ£yããHöBìBˆ^GñCÏø›jHã?z׋ºëukqZdñßiû~m کø‘“ÐD϶‰dÒ@ÒóÄzqj¢”r“OÞàM GëÒË€v[­µÓ@p‚:÷¬çª~jˆÔ_ް_ºóî8‹Hz6ÆEÅc‹Ìggy{ øY²(ŠìÉ…Q¹8‚ëMÚD­µ³Ò;+É×)J¨½¾xŸBñ¾òwC²rˆò¾ùß§Aª&*¶_älL8Áí^uB-_¼DYÈMˆGÏq–ƒÛºˆ½$Ùˆ?ç×Úñˆ’‡ÃŠg=OK˽GøÂð›Ë„¬\QRõnŽïC)¨"ÇÉѺû±F*–evvvðóWß´‡\Z`2íB$©qº•æè½d²qˆÍP‘¯h±“÷FråfBì"o§âä4Z|×¹SùÐæ^›Eì#ZÝ{“ýfXHûÄĶ6z|pÊÄÕÞÙ|Š@Tl[DÅèY*×W*U#Á;>%¤?*‹ §£ÑÈ!Q»+T¨¿þ„b†ô aƒÁ¨È3|ïÑ£.¡`]Ö̽½=,¯¬â•. ²²˜Hç Ò®A²È°ŠRÊò~ ¿ôÉ7ªæm Q?š?¢ZDÉ\öÛ~n¡çIé¢ MHšx¨ì6ï6Éwû©7ôYmW¨gU¨¥dUµwžçŽ ñÊü]òÚà š0Îjpµ2W]ãélC,W®P{Ȉ$‰ó?¤ëDY}ÍWðÚDñ¨½œ¥ÔZ»°Båèm\Äâ#§°´²†¥•ÕR·˜…Ÿ½òdÒ’.DgQw¾ ‰Æ¨˜R†RòMÁƒÁ`àÂßÙy[ݼŠÒ¶”ç¢(Æä7S%޳á4ßuˆÏÛÊ?ýëÓ>ç_«C¾ÉOzwRügÚ²µ„Ðò w‚ÖŸlÿ;Q’ˆåà&Åw—â žŽÒõ„ä¹5"àôœm¤kœä ‘·‘$׌V<´gÈEü/^ƒê¯C÷7€áD1TAòݸhA¤]Å*Rˆ(րЀPÊ&J¬º9qîÂÏPZ'³q †Æ‘ËÁÔOŠdÅ牨Ÿ/^·o˜æœÿ=-áß§eëšžuó0rM¢¬MPAØÀ¬J¶¥^¯Ì É'˜&ØÌJl†þæ6 C! IDAT;"Õ§µ®Dw !ØXì ð¤tyž;¤"Ì€û ¡…R5a°´¸D ¥D”št2¶FÆZmX@‚ ÝÀÖT"†r¥•£,æÐŸ?ö¾’„úGóEv.n$×ÚxñfÕGVîIþ¤>uåò®?n|>ÚR¤Ð;av­²Ö]ÛÏïi hH8€Q—vÿáp8æmí7ÀG4)¥c·8{Á„/«ùÈÆ'uÔgHh'Á²¥pC-ï_,œºòÅ´ 0h:2q.`â%ZÕ>`bƒ(mB¯‰(†J:&Ž}ÒC!@…O>Ù8ŠaC³Ïr%ÍõŸ(Š¢’›Ï59?S>^Pj˜Ð! `jÓ†ê„Æ î{Û5ÑI&Õ5 Ô7-µàrUD9¥ùŽY7°œí"V‡k%ùÎÉëáÏr¨,žIà·úBˆÏ©Ýç¶ÄjòˆO¬tX¯]jº3Dâ´ èÂf%a㨵 ¥©q™J:ˆ;sˆ;]À†£`¥Üå‹orÔ.¾)ùý£¶š_)KT›2£è x(•(?8ËŒ´Á¡1¯û¾Ö¯é{ÓÂo‹ u÷¦AÌ:"™9+”S® t·Ô¾›…Æ7žæ‚´ÿ¬Ï~Ð$“‡Æ¤”<>øm£öu£²}6‰ÚÆÙT·à”6Ê AÄÒº£)D‚ÆÒÚ¥@b]¤„ŒÚˆ»2I!ccÓNt?„Iîd<$·=r¬Öe°£º¸"DÁ´ÖÎôÁ¹ /*W1æåAÈWǺ7Q®iØÆ¦g¦AŽ6eúÐFq2 j)YEN3G…?ÏÙ; hÃyø&ÿ&»“¯Úçïú”“+F€R+ sÞ_@§ÅBí¢Eí/fhÇ,®&Ìu­”V6Ÿ„6F}¥ „2‘ºdbÂ}G1 ‘ ŽEYºP(” DÄ©€ rqŠKÊîâE÷‰5ôûNãH›Ç`0pl"(ížœ›àà›høXóϦïm`쑦¥¾mž­ƒú0Ýž? ¿ ªK?‰Ë)A] Y9ûHÈÊUç>ãJ‹Ÿ'¯C¶:Í$ž×É‘‰L|‘Ud¡8k¢”RZ›\Õ…Ê)QP¹‚Ô€T9rÈQ £ 1H¤Æ-ŸDÎvûl!]#Õ¼/;ò‘XÀ~¿_±‡ñ1áõ÷Žd<”Ÿ¯ºQ™I ÒßT9[ú^WF[ : &ýn»Y„ƒ›Fò¢¨ørä Q¢*œ…ãìŒß8.q£'gOx¾}‹w’îSZ ¦Ì|·ÙÃ|á¨Ï™Æå´RÄQŒÈ"œR Q H–¦—ÆÖyš€Ê3 x Þ¿ºOÞO®°ðŒ®“¦5Ë2ìîî:ïzþ>Pn€u¬"ßýƒš|ì|˜„ þsÓ Ô4÷Û ]¹œëj a™L–š¸¼R§Åâv.­õØ"çHš2 sC4 ý|—åÆO@¸ÇdôÙ)ŽÐôB®™€SrŸEæeæyŽ,Ï*ÚHa£ iâ® ) ›©«eóÅå—ËO p÷3ßÍûF}¢sd„\Ü+„S03Bt~úSYÒs$ ^ð!¤|©û=‰"µ]èMÈ8m™ü™›¢d´ð‰#6„/Ñ'M©ÛýÉG8Îjðói48´˜9„l2|¨\Rø;¾¿ëÊð!$syŽ7 ð>ûÜ€?Öm€Ê!˜?¾Üt1Æ<ñy_©Í„h¼}ÜI˜Sxòè¡g}ï$6¯‰ mÆ¡ïmËkzošûÓP0‚ƓѴpˆÕà!Ñ|*Æ¢”rANù„Ñ}þ¼ÏçsÅ ±d\Öà2"_¼þÀ‘¿Ceqoþ«›ìp«ŸËn¾‚¢û/_®ÓÊÒœÐåË^ô>•Í7QÎSt2®¡µàÛ*ý±ä×›ú8 å AÛg§)ÓÏ'mß%h¤S+Øo1üÁ¦ßd"·(Ž@u¢é]^ÕK̓øøÇX|J9‰R2‘‚ư9Fv3.b&vF9 eö6ƒiê5õ$«†¯ Ëg|V´Í\.bB°<ø¼Öåæ8 ³´¿°éw9¿@š&ÐÖxž$1Š"Gf:ò°~ä1.ã†úås>M‹¶-҄ǯyƒ¬¿æ·¡ìÛ~©Ð"߉}-—98 Bì 5j8VÔÍþ®ïG_â!¥¬¸DÑËe…1`rgÂEÂÆ«/r“QR+£Z—B"ÏrcçBU&jÃ6P;¥4uhes(owæ¾ÉÚS"XBù›•C •<ÅxžååŒX¦"v6 i’š±Ñe²‘Ñp„<Ë+›B™ì.…2É©°(ªFnöëô¿‡úç¦ë„î9ÝžUäÔ©¶ t¯“oƒx­Œ/( *qÍ£ÏBrA™­)¢/»ñOZ|á$‰Õ~ EžÃx¬+(e=ÃÁ¢(åy™]Ðæ ˜VUÓß­ýM¡2¸0Ñ‚…MÆW æï !Œ’ñ©/7уÐbÂ*I„t¥Pé?Ÿ›lTÑ2{¡ø8'q ­• $¡ŠÜsž™£Á舫‰$Œ»˜ ~ iSYw°B5±‚•qm¸D.7Ÿ~ár*ãløÈ'ìÿÝžeœAØ_`´é(×(qÄâ»=_À¤ùk£ññwC’Œ÷ÃE^@cŸŠ# :<ÏM.c)M@ÆÂ !ÉRйñv/ ‹d¬®å"7òh)oaKD”e¯Š,ƒRÌ·Q“{X•ˆW…I¡Û‚Š ê˜–Ð…q3΋YVw¢jü=¥ŒaÛ§˜€ee •M®8Hè|TöKjd{£ͪ‡>¥ˆé*×@‘Ãd8&m’£ÖÊ!Z¨þµºq¨[öŠå r×5“EG«°±rmº35XpÙˆì|P6Ï&òæA£Læ+48e" B–kɽ øÂÉcøBára§ÓA>Êpr1Å©#= 0ÉÑuQ@é±mEžCi{–Mª`R·RÊT²Á1YŒÚ„ªÌ!Qs("Ït ¸S fðM^¯ê©f­µm—7Îå/wÍlк¢ö×ÊDÄ¢€Ú[¶”*†’SŸË>ûLsYÕ€pGV†Ã¸ÒV­5d$GöÐfQ`m{Ÿ^]3ŽÑÐ(Š2÷œv ÍÛ±‡mX¼‚Í%ž¼ç(  è¢tḕðÞà†Ui ™ÀGo`s˜Ù4»Æï”÷­ Ô'œ¨»®KY‰Ÿ’åÏÐý%"V†Ô¤¶÷5|!9‚4´FGxöÑSø§ßº½NÊF§iRIQÁúU}e¬ŒÐ®ÅË?)Ê:ôd[0lJÙÆñþT³®†êc?ëöáÆÅCÖÀ•µ-ügÿó¿Å0€î"SЃ”q%í$êåËàuïUæP¾÷Ô—ð_}ÿ«è¦‰ûýŒoø-­>»¶Žü¿üh-MBF›ˆà>¦“ ˆdy‘#²Y}ŠÃ;M6? h…åA™ˆ€³~”*÷зãT¨ÖVž*ÐK"dýÍV¾ 7I’àÔ‘y<ûÐ üì½sˆ{ …LH$”œÝ²V“vü:¿GþÝß\¡„VøO¿q?ŽÍ%ØÚÚšaïìÄ´‹¾ôF;æl Lp7áN®·…ðÉè¼@!JÛ0.qDâ>l@É.ø²g‰­¤€5‘|ÙÎ ´Ét‘Ck5fV¸ EQ`ñPŠïíAüìµw¡„€Nç (I £Mj`|mb)ÇmT ¿óðxèÎÃØÝÝùÜ/,,àÒò:þêù_CsÜq¨w TLJ‰w?úï}zZ&@Ü’©ÉW ãÒ Ý¿L¹¡‹!u} š„VÿžT½ÎkÛg=9pÊE^ZÁy]܆[IãÛO?Ž‹]è|#­LnU€¼@BÐ$ß—ß­ÑÝ*ºþôk÷a.f®QL’Û»{ø‹Ÿ¼D DÒŽ;I ÅÐB:Cô´f™},ôG­ŽÄÓ§ÿìj¤áç°&9Ï’2&Ë3Œ²Ì¹L݆/vwwqxqðÌ“@>„,2•£ÈFÈFC‡`þZ¡õ kî;ÐОùÒIu Õï&©Áí6ÜÈóÝw7žúÒÝ@6€Ê*TáNGàì›lB*ýê:2^§Žôðì£w#M&™æææp}e?{å-h™@Ç«ðH­vѲŠk»îjíd!ßÃ:y‰ØÇò|Wýîl3dk­¥ã¹°üúKå nÛɾ`‡˜ë¤øÎ3O@g EØÊÜínÒÚ¨"Œ™¦Èñ½¯Þ‡ÅN4–ÎéfA­íüøùW°½7‚ŽŒÂCGó]ÆV+aÒzö¡Q»èjãg«ü"…Hè `[då!8µã”#˜Q|ܶ“ý&À\¯‹ï<ó,vb BåVÓHþËŠœÂòYXÓЪ@7ø£¯Þƒ…^gæ\K¯×ÃúÖ6þúÅ× dld0¢b$‹ñc.û€F;™ß!®¤ß>¢b‚gñÙE‚Ð=±è…3ã,¦)Cݦd¿°··‡£‡ðÜÓ_6ÆÜ(@$¤µ—ùœP¯¡ÖJCÙãK¿ÿØ)Üyxnæ²ôwwñü+oáúÚ†¡\I:b¬¢=OFm«¶W×z¶p¨E2`\6ã‹Û÷ ñÙDb!CÁ^|ídTŸTtÍyíã¶ ÿ7”R˜ïuñÝßzȇæ¯È ó¤‚W…s•#ðÚž¼ÖEŽ?ùê),t“™«í;6·vð—¿xÅ(8ëT5Š\ÒÆ²D2®)ôßûÇ_B¾‡á(áy(Ö„OÉè¿Ç)úibxDˆŸnÃÀ݇GN€(2ãj• òÜø3ZßÃP»1ñAVñ©{ã±SG[QŒia4Êðö‡ŸàÓ W딬¢öôšW·&kµ‰Ùéà|ÅçŒ{ˆøHI”ÎOê]mwUûB6-ò¬0Âö=~,ç À÷F™„r½qhºw³P—vw¿e-ôºø¾þ8Îÿô  È¡U•g‰t" ß<ǹòà1¶±ï}õæÓh,ÙÅÍBÇXÛØÂŸÙP­ÈØÄ”TL×¹OMÉ9Õu±Ž½>»Èƒäð Á¡ïœªù@ýçé7§þ"#dS‘J×wèï W€S£ 1oBkÜ{ê.ìîîΨÄ”ÒX^]­E¦`j;ÆoŒêù^‡-Ît/.ÌãïüÖ“øóŸ½ŽA>€ÎÍ¢Õ"‚ˆ…¥ EΕàú 5N.tðÜ#wb¾×=yLà³Ï/â­?ât€¤ DFÓ$‹UÔöÓQ0‚úL‹çS&z&t:„8Ü—‘SF?šn¢²ÖÙuc¸üê³kxó£³(úP»[У]ã¨*(§sÙÓ­zÃh` ìQà¿ù/ÿî=uWø¹›„áhˆŸ¿üþŸý"NiR, ÷å8úŠÞ|º%„i?ø<˜11ÉùÏþ!¾ýÌS3íËh4ÂÉc‡ñÍÇÀ‹_â!DÜV9´’QuN¸Èá«í¿ûÄ}8ÔKfJm³öÖ77ñ£_¼‚‘¥bëáa6„1m"¹ví‘ ¨&›à‹1$§…Êá¬X‡‡,ð˦÷¹9ƒZìe@ P 4 è<òÂh´8¢ki ·ìÊ~–K‘™ÍeüðŠ h Ër¬ïìš<Ò‰„ˆ$´haÙ‡] zäè—ß^a"J ! òýúGxò‘qdq~f'”RXèõðÏ<ŽÞ?Ä]ˆ$3¬˜6C“±\Õµed±N|ÿ+§pdanæHÇ1®.ÝÀKo¾g¼;âŽa£ZxÆg @ßœˆP‹dÕˆÛÁ€j&ÇP zŸçƒé ¸<ªórRf-4Dq Ñ¢Ⱥ0;5\=°ñÝþ$ØRÕ:€xFË¥Š:A‰ÉÉö Z›T·J˜]q×Ä•ˆhaËE"ƒí:`b2Ú¾øýðË€8Š aOC(…—?¹‚´ºãGÍô¸Pš&xêÑpï±E\ÚùÈR³ˆD9'(MAÒöE  |ë±;q×á¹±X07 B¬­oà¯^x {™RëmO>ŠE¤‚¥^7_gmbvb­|…ŦçkCGnP®ÓÓDrªÙtBVXr®DÄ3QÙ™‡€eµ¶ÎÎ B±ºmX1N‰C5iU@äT64,Ć6+J ’.Dw¢»%Žmôœû Öåæ Ü$íbŽ) É­E½Ñ~úÎYÜsò(z]Ì ²,Ṟ{êQü›—ÞƒÊG&Nc¤Xì­j(n¢Ðº(ðGOÞ…Ãó™ŸL’+ë›øÙ«oª(…rv1“»Û€ž ‚"‡4ˆ|ª:Ê⟠óËõYJ­«É"|ûœŠí@HƒhIˆÛ.Q²P–2»Ë82‘ï£brí´Z)è|%F`?@J-ŒÚ8î@'= íAÄ]ˆ$…1u›½(ƒÿfs¤µ6Ánìæ"³ðE„ç?¼„ÿø[OâèŒ ‡-â;Ï<¿xñmdV•8TlXáq<3ë Èñä݇ñøÝGG³?Ò²¾±‰ç_}kÛ}èt:éYL&Ö.†vÈ¥•c¿'A}ÜÅÀ$úîVÚÈjBRÆKÆ(#±‘Ïž*Ë* Åä¡ ³)D1dœI2íA%=È8µ®=Þ|zãÅ[WDl¬Öø+£r‡VJAÃ,ô¥þ^ýøN^@·3]î&PJáž;Žãé‡ïÅ[Ÿ¯öŒÖ #Ö`KÛ”¥°Zá?|â.ê¥3G°8ޱ±µŸüêMGÅŒwGÇzw³Ù5Nu©x#y~4ú.†Të¾LEÈÆ³NÓò¸òt½)t€ïEÂOG—m€Å£&œ±!û‚>ÍŸqí†d='ˆ’â´ãõƒbë Ê~j¹VÛþÑŸˆâÊØsQ’B ‰\iÐìyãgž—i2íâç^ÆÆÎîX~±›¥æºø½§ò!D1‚(Œg>]Ný·ü.Ņøö#wàÐÂüÌÚB°³ÓÇëïÆ…ë7Jã³c%RÛ7aÝo¿&ºKLÒò?~r™ÞãÊ c”—ç‡ä¦{~ürB¦<ËUdÐvCÒPÐPÐ&ò+»Þô)JC$QÇR,L·)ÊMÒü¶}§ÀþÜ^Ê~gy޼(LæKÕÀ*G Ò%qŠÓ×7ñÙÕd3V2,ÌÏã›O>‚ãó)t>4'§Uî(Vit†¡ Já;Ý…£s³§bRJ¬omáÿûåÆnGT,JË ¬µÑºÅÐÊ'©nŸ„€uÆëZãkëÈó€;J‘² &°î»ÿGïUž©,ø›ËO5 ª”™µÕB½ï5}Ò6,ƒö½,—e‹±Þ?}ÿV×·fê]’ç9/Ìá[_}Âú2R Çj9DSH%ð‡O܉c‡g>ÖÃÑŸ½€÷?ýÜg!6‘g™HÅœŽºLD²IÈàS!úÎYH  5ÀߣëMþMõù!äÈË{ÒaÀÛë×Q‘IrP䌷Q…ÛÅÛç³ÙüäCû ”ó)„4ìcC˯¹†ë³E28zø¾óµÇ ŠÌ5ÓÖ»V!ev8…o>x÷=›hÔö›ø›—^7f©˜Žæ…ûèšÖXœïṯ>™hV(F¥ÄR±GîXÀ§Žb®×›YÝË+«øÉËocThè¸SR1RMKŦt®E²»E÷€qU<}-TŸ2ø¬¤d† NIb%ý6øHå³¢uýóûq+¬,[;@|5Ð+7ò7A¹ª}s:ÒDÊ]êgxýÓËØØœm–”£Gã[_ý2Sib3ætAÔÌxxüÁ£'qh.¹ñYå•5ëBEžö–ŠÉ¤D°6TÌnìö­Â¯–«+ŸôÝG¶Ð{>ÂÕØ‰>eãåñ÷}/ÎRúÚL™ü #DÍøwNq•Rö8M™pï À§¾&Z®##ÃO,üq¬Û¼* „1_Ȉ<ÿÑU¬míÌT6SJáè¡y|ó‰/™SÓÅ¢ÈÛx¤áÛŸÀñ#‡gV'Áòüüµ_c‹âw$KŬñYÊFÈÅyúö.WÙEþ»îú¤2|J¯Ñu!ñâS.îR÷L¨m~>â…R[VN$%ƒO1Ç7iüþÔ=_·9°šUÀÚäbœ¾º‰³×V1˜ñÑ’cGà÷Ÿ~ÈÐÙº0®V:ÏðÜÃ'pìd1!Ö66ñÂïZIJ'Ÿ#k“&Ò™ ÷½ö>›¡ÉJŠP^g›šv»«BŸulœ¿à9;é·(e:î\\×ÖÐ†ØÆ¥UJW|g ¹ÈÜçú%ÃáÌýq¥qâN>÷Úà¨B-¤“Í~vú n¬ÎVÒISµÕM£ELº6üvZ¥bÁu쳆üÖtë ŒÆ']ç;§“e‚ñÅRBø $¤îÕÛf×ÝóÛú>s°E—›Fdíe&OtÈ£ÆßìšÆ;Ô'Ÿrªôuãµ3ËXZßž¹|tha¿K,c>‚Îxæþ£¸÷ØÂXþêYÀÚú&~þÚ;Ì…*©Æï»…×P/{¯Â2êVWË.ú”§ êX3 ~Ô½¢n¡ëÆÌô\èlZ5œÔÿ¦k³Sn•u6 êåUú½ÙÉg¹kš–1ö à§/céÆÊMôjN?†gŸz]©€l ðw¾|Ž-ÎÞ6¶µµ…Ϝǧ®²XŠ6[fDntœŠYª›c­ç¯ˆÖL`H›(Ê$¨Sý×Õ3©þ&ÊTÃ|‡¨›ßŽ:*W¿¡%ÓÐÖKÃCä€\Uy/À×mmæM[DS2ÆKŸ^ÅÚÖîL7)%î8v_èˆl€OÌãÉûŽcqqafu¬¬màg¯þÚ UœV-xòyÒÏ_Ñ­ŸÉ›\kƒHLÕô|Ñü³b!ö'TVÙ§iKÓý‹9NA’ÙÀŸFFj–eCOèÞ4Fx¥Ê?m5×·3¼uö*Vglœ>zøžýÊC@>Äï=v ‡çº3÷2 øüòU¼óÉyë§hœË€¥ž,V;¯\Á!Æ÷ٖ힊MRˆ5kz¾Úư‘tÒ3ôœOu¨=ô9©=¡òé})M¸-%ltβWß ÄÐÞ¦;.+NK½ÆßÓŽe„4'´_øä:~÷Ë÷àø±£3C„C‹‹øÊÃ÷ã±{ŽãÙ'À'O̤\×—–ñó×ßA®Qjƒ.TMÔË"`Ÿ <'DBÖã£ÍÀ†&ÜgÅBr¿×dË É$üݦ³öýIDATÐ" )ü÷ýçBõRÊ\hX[ÙÁjísì%ðLÓûþ3ucÊçcL63/º£0]Û¹k«¸÷ΘŸŸÜ$„Àá…9üÃï?‡c‹ 3=^˜SÙ×–Wðê»;…‡SÙ ×^×HÞÅÌy-»ØFAÐöÝ6,Kv/TnèÙÐïI¬Sc}J¨ ßWX¢ùHS§Dâ‡bý>««»WÚ€(F!c<ÿñu\¿±:Ó¾ßyÇIœXìáÔ]w̬L‚«×®ã…7ßÃî(wÞöÚ¥£àÙ¡‰zk!x4£ëøûý@Ó"¯ûNòlðÛØ\ó8‰…mÚ  ¨>!„´ò°§»½g|™@kU{ݦTO@C8Ùìõs˸¾¾5Ó€6I’à‘@§Ó™Y™€q˜^YÛÀ¯~}ÚÉbŽ’²³”@,9cÛÌ·®£†UhåñA×B}3¢J!djËúMúÝDÕ&m"7³ÁLM~÷Z›D ª0îTÖ 8ä‡Ùvӛޫ@@/ðÒGWqõÚÒÌú+„ÀÂÂÂÌ×®/áµ÷Ncu«ï hÒ,’¸›©æ!à“¶Áœ¶ˆˆìbs=áuš2øsmy)›<Íýïm¨aÓ&sPi JŠR×–›­£é¾óvAÉ/ŸYÂêÖÎÌ©Ù,ÁP±u¼ôÖ†ŠÙÓÏ•H>%sãAÈÖ¦œ“VÂmåÿùº2Ú ÒͲ§>Õó•&¼>¿þP{fÁ›×Ù¦üIJŸñMR¸?m• ×w2¼óùVVW¤³€••U|ðÙ9\XZeŽÀiyf¬ÉÛ¾íØkmÂtOAÅ€ÚôïMSδuÎj!îÇ ä@íd3îŸ_6AH»Æ2Â}éÓ%,¯mÎÜÕjP–VVðâ›0Y¬$© DT«ð˜Áö9?û>WÏ×O'çì·Þý¶5$çñO“\ÂfÕ¶Lýv 5n#‡…ÁR3k3Ó"ÆG×·ñùÒ¶··÷ÕÆƒ„­­mœ¿t§Ï_¶Á* #0…R%…òS¯}ÂL¼2ý‰ ±fþõ¶÷ÚÈaвüÙÉZ>ßt­®¼©Ú/ì?KÍT‘àÅO—ðð]ÇqèС[>Wu ”•ë×ðâ[@‰ˆŸÓªñ™8a ž*Ñõ‰ž ÓÁdÐk+—µ¥‚M‹¦î¹Y°_Õ3mÈ.*æ¶¥­ê£å8ÌJ† ƒÝýeÅxãü –6¶0 fXÇÍÁîî.®^¿·?: -#—c,¿ƒ(RÅ)8NË8h­ÂŸ4!Ã~#MõøïÜl[õA*>Z–}°僰îzÂÅÙ-$^ùl —®\=ÀzÛƒÖ/]Ư~}ÃB—jû(-ãw@À„€vêÚ J—Ï4©ó'Ýgð…æ‚ÝU›æýiËkÓÖƒ€ÚMûëûÌÁÆgÔQ‚WÏ­`ec{æéŒöƒÁË«ëxýƒOJ…GÌ\¨¸«Ø˜[ Êût-tŽÌ!’\k5Hv‹&ϯuJÄò¯…Π͢NûàÍu®± 9¯kÖùàÚe• Ò(A®oñÁŸ¾4;ãô~áâ¥Ëxýý±¹;²'žÍÉg“ÄÏÝÁ]¥ZŒ£Ö,|ÝþØÈš“Ñ%¦~“;Öœ†ÅÖÄZ¶ywÒŸ3ÎÞ"Jæ·ÿ‹€J{„ÝÅ5¬$Á¯ÎÞÀõ•õ™ç›†Ã!VÖÖñêûŸšì˜äeïâwHC½U ÒMÊ­œÆăzv±–mt_$5äß÷ƒ¤Må@«§aË«ØsT¤‘1>¾¾ƒ‹ËëØÜÜ<6·+W¯â½OÎáúÚ¦¡bI§d)ˆ oΨÐDDa2Yè9í!_ h@2eÉd³ -Uù"wæIвý³Ÿi¨|«:i¡‘vÎÊf*Jð«37páòÕ/Ä8=°´¼‚WÞÿZT5?”©u)B×øIçIžúª¨F@ž“ŽmWà4Tîo(»8‹2fÕ6O»æÊeÆiãíKëXÞØÆîîîŒêm7nÜÀ™‹WpæÒ’Ñ"Æ“8f.T!ã³ ›Û»ÞÂöW›vL{í"Z¡n77±_´¬7 d;oÉð]½ng×äùX@¢´™AÆØ-^;»„ó/l»=Èó—¯^Ã+ï}ì¼;4yÛËØ3$ûˆ¤Y¿DI&2éA‰2h#RÚàÀþTø|BüÄ•ç8üÛ„T>l“ÃÚÒÖo=ËæÃ±6žLâæ°¨ÎÓ$°¹Þ"¼ya+ë·Ö8½±±Ë×oàó—«žöqR&ó#ßK?Åõ³Á,«La8¬5^kƒ`6v2>œ_êI«G ÷«Å¼U2ÔºUUâ)6µ¡AnäUGÊ‚Ú#Uå “î5"ãúÒ \¹zkŒÓJ)œ¿p¯¾ÿ12 g3.T”óÙ‹§X»þ˜r#8N Aé´8P]ë-ǯ6¸éͲ‚õ†=V‡cOÆ©à,”7ƒ•:27êGz¿Ï“sH>KðÚçk¸¶¼:Ó¤îu°½½å•5¼óÉ猊Y*’Ã(èÑT"M }­ÝÚÓÕõР]d œ•ßmoª˜öšÌý.Òi‚îÜ,”eóEÑb§ä,á&İ•• W @šÔCŸ,ïââò:Ö×g:n¬v­qöÜy¼þÁ§èsç£hhÒq–÷™ÚìyÜ+ŸºqŠ`%ø3Á÷уZ¯xãvî¤ÑJû² Î9E–‡ûÂý ¼Ë‡øqî‹Þ¯†ÕШ±j ´¯” Œ!œ¥¡6ÝtC˜¶pZ hºTé+áÕÏWñÐ]qâĉ™æ6ãÐï÷qcmot¦<ù,“ò8 ?ù,$‚›”C,¾>4s»Í”ŒªBc<\`À¦!±·3îE¨îª7;¹S¾[á{™‚ÅW²øì= „yñiûÀêùÂŽºpùiêúùüU•PíÊòd÷.*Æéw/mbycû@ÏšÿüÞûäV·÷ŒÑ:#f9ŸÁØYØßŽÚ×¹SññUåM Ù Ý1 ø1üÛ#”È£@âôKK^­ÉP.b_+³/˜Ñõ0´X|ÕlEÈb‘±:nEV—ÙÈ7—º¾†~NI›«ó£»JàÍó7pæÜùÙõÁîî.®/ßÀ[5Ùg¬bn|p?Î Í4ª®«üš¿Yk‹l\Z–”ž½X%»[#ÛAn?!ñþ/FЪÊPÉçr‰¯úõùWÿ¯vÝ ÒN•EЄÿª¬¸3-½6´Yh®øõ†ùÐjÜá–¨™ˆðöåMÜXßD¿ßŸeO—/_Á™ WpqiÕ:³ä> ©âC\0¾ñr„V€.Æ‘M)f"À8%ëo FöSæUëåʃ<ª+±Á$5Ä:VmÌoLìƒúbào1š#_Dv^¸‹0y¤y¹”¥si;ÃÇ—WqéòåõÃÀp8Äå«×ðÆ‡Ÿ–.T„h"ªÊb>[ X‚X»!å—ïùo‡lÜþùH¶9ØOeèžVUCG'-+1-¸ >Å¢±n¼CcJ–ß@8`$«ŒAe“ÚO|law^éQ8¿|ŸöTÖþö0$lÄáo^ÜÄåkË3=k¶´´„K×–ðÙåeÚÅ{ò9fJ‡¦õ(Jƒï&FŸºI;ËÆJÑxÙ2:Ýqâ³½º‡*’iƒdyöRåÁN'Ò•Çx݉rš7‰U™°úû@ñlXRu€7¬Âw7½à!cåº.oW’*€q~¸{`6XQ¾7Þಧ‰pfu—W6°²2›¼fyžãÜùÏñæé3( ÌY±Øžµó´‚”Ê÷,_Ï$ËIT¼_ü¾:ϦÜ幆.??@‘+\ùdÀcH¶µò£±Fõzã u Úå¸6‡&ÙÃvê½?6Ñ^Ð’‰ò[ÓýÐ÷¦2[Â-giùÆ£¼OosSRø”Ê««JWY§©¸»ñZ–±1Þ¼°3ç>GQÜœ-ÖÖÖ°´º†Ï_v'Ÿ!ùQ4lòºzÏ:-o³ÍËúcºTš9M"yô3ûš²ìãâ¡j•KçÖ0ìè؃Q~hC®þíE~¡òB¯W³¸“šž( g}ýõ@@FëÊZ+ʾóuB©¤¤'{%‰a9|þþ*€]ëv`Úð)9†»Sy¡× »Aà”Êï°÷Lå5ÆÞT¨¤¿£¶ºç»ú4‹JkXM삆0-çJ {§ú ïžGÑÚŽW«h N¶cõID1ú…į/®â³³ç¦/—ÁÖÖn¬­ãý3LÂx›ÏÚh)©ºm‹"yFêÀù7rZD#å!be<…G 5pøhµ\­5μ± ` À2€m¹ÖZz*ô7~ˆ¹Cÿܽ$pä°¶V˜ÛÆÛk=y¨eÛ]yL>áEÈðõ x´•O´Ö¸xù .]¾Ò®=S€9“e©AE m¾qmÍÑØ^3¡¦Ž£è·ƒÔù1Þ½²…g׌:¿yÍ>;sï}r›ý!tÒ…–,–¢ˆªž=ÄÎÚRž ^'¤Ôd®!ª%ÊWÂÚÂòlÜÅÀñ“Õk«W¶°³±CÅnÀP2”ÁMþò{ÿù÷>’ÎSîÅÅ`k ÈsÓp.ì0ŠHc9}DgžÒôžæmôv·‰Ô9Äâ |xcˆó+§!²!D>„`Bò~G£,^àúæ^5ûHÐlB}åÎ[§˜ ð=ÜØžŸ4¯D()¼°Ô¡0Þùý]|vm ‡Þy‘d†Û¶ €Õµ ¼óÙ(»ÛflH«Èç‘­À ÍX J•m–PYÙ·"cò˜0”ÓWˆœ¸Ãóepú¥+0²Ø2€5ÅGÉ€½í®ŸýW¸ïÉ?/;+€£G€+¥ú²²€‚ÆOûY}°JaÇÌÞóŽ-E»~Øùó ˆQb°‘íÙ²ÁhºüRÍsHFFc–ôŒöÌ…3#›–¨¾0ñÔWÀQcï{vÒuj¸§0!ELð™U\\ݶR1Ä­`e¸¶±kdv¬m,±‰üÈøÌ(8*J‚àÇÀWLV#jωܩˆ… A’G½¼ë×·ðá‹Waë* 5sÇbS¦ÖBˆ?ú×?Å?ùŸ^Eoñ[®€ùy ßv÷Êñß/ûè/œPYcï„Êõ>kh{=ðL$ewÔT™É‹;ЪðÕ;Ó9.ÄÂÖqZM жTiú4òj¸¨² âZPz_# 6ÖŸñòö.¯l@Œv!²tšߦ M _HèdÎl:IÇzÜsï“¿n,¥RP4]ùp}uŠ1öÎ]÷Œ¯ÓWpZo¸à€M…ÕwTbá+»¸ðÁ¿ÂãÏþ°Òò'€«× ê7PëÉ<0=çCÅåVÖ“_öµÔé=_æä ÉjТHH ÓΧ ¡!šF¯ ÞngÜf,'eœ ҜѸ8ª6m_«¿N6ÓeþõJãEµ=•¹“€ÔfÃÐ)DjF2‚VÊ šÖ&Ù}¾ ûž,äЩg ËåØöåJ„"öŽR‡H@¶õ)ï³VÀ§€…Åê­ëgWqþ0rØ9×`4ŒŽ¿tHf©Y†Ÿÿ_¿Â=_þ1ÿ©+HJà®;+W,¿ë ¾òX»‰ÔÍ"Œ?¡JµCX^ÎÍ@Ð×Òû®aÛ±0 $J ›è«k‡‡uc¤Ù(~»· O+;$ðûLJ‰c6³¦ºhÓó‘Þ²‘QbkATçÙ"d)W«ËÍÄÊL†}Ö(s=ÑÀÉ eøY"‹ˆÜ87®mß‹¤'‡iàÈqทãZ+—ÿÝ9âç¬È4[‚/aèxŠ»z÷_üÝ…‡*…îíKKáÁ AhŒ÷ªz‰øé¶r¬H^\Àwâ¶eB3ÇaÆ£R¹|WŸºÝ|³Æ‘D°EÙ¶|n3¤öR}î·? r[t.G(ë£EªJŸ¿’˜jãê$<¤aíÓŠFxÒÔ>Þ ;!?K~½2~Qææ€û±‰Ÿâí¿9à3¿ðŒL6ªE2Ó6XÀÏ}¿ÿgŽ8­šµ‡`ùPø®>!Iß ]]Lþ=ÿZcr8$hñÞ4È0¶`ÙuöÛn÷JfŒ«ßvŸWîq$«a]Ûù¹,¢V5»?§¬¾â€Êõx¿|çZB˜5ÆÇR5E,n1çd ²Å‚9–Ã>{ý2~ú~ #‡½ àgìhï tÉ y ßúOþ¾ñýÿÂ3w°¼ íù´ÊDðòd9Yð&Ôí(ü¾8í;ÓR…±3@þ`z;â4È {RY„¼Væ4mçGf·kÂG4¶sW4¯¡M¢®lÍÖ²·©jí®nÈnF²Ñ‹¸lMølœci©¾sÊ]¦êêÔ¸ónàØ‰ñûËÖðÿã»PÅ2€÷`ì4Œv1×RÕâ<@€M¼úƒáÌ[ÿzl„¢¸ë.cG££Áƒ~u_ãÏ´;<ÐN+/…Rñ?V÷´Þyh¢$ýEUO®q›æ¯Ök#äê÷7 Ñ_pìê(”?Ì˪lœŒ[!ÙlQó?ÀnX{ôÅlÚ%â놴‰®þ .tÎÿ0Wr¨Ü¸LÝÿ`Á¶Vvðãÿý4T±C¹ÞpF£8†`@€’¹BH=§ðíðOðÔwþkDI:ö`–¯þ›í&uâRAF†ˆüxÅ4”†içà³ETþ´2Nõ"듬R &ƒ¨ß÷›®òvÚÀ†ÅǸ¹áÍ‹Ž×/DI©Ý¸ˆñçê´ÈjêÑìC³9VeŒjCåuï´»*Œ™4V‹YA:C_<ñå1Ú0ãÈ(7Ž ÏÛõ³+ø«ÿãc úk>ð:€w`ä°=­Ã>]µHfú*"óîãßü»øý?û—è. ><ëF92^’åLˆWÛ¸œÀv$§í !Àþ›ûœM|% Õ‰å²F¸b¿ðl÷~Hžª³Š(¼85©´Ÿ­ßÖY‰Þd)‚s¨µeúï… ¤wZÀNûçÖ€ÝIEÏÛçoÄŽý´}.2‹|¬}Îkž¿‡‘*ý·Ï$I©=¬Ûp?zù"~ñŸ…V0ªú·¼ cëûr‡IH&`XÊ÷âĽ¿ƒïÿ³ÿGîüRíKZ»»Ànß±•¿#ƒ-qÙÕ'¤$q»| ;ê;W¢Õ´c¨8³rý¾ù~òÑ5¾ÑLrruåÛ¶ûÚ·º÷ÇÂR³ñ©›ß}hhm?—1m›Bj(”3]P'Ôs 4ÿ\{é·»ržN—sMGdº=cóZÛôéúÙU¼üïÎáú¹UŸÄOad°O\‡1:M´@²²Í"ÐpÀÃX8ú žýû†‡¾ñ ¢xÊíî6܆ß`X¿¾…WpÎzrlÁÈ\ŸÁP¯³V`€'!0’ eH à0€{<Œ÷~ßü{§}¹É”í6܆ßDÐZcíê>|ñ >|ñ ´Þ¡^`ë,ŒMlÆØÜúáTH8ö10à(€S„ãK_û:|úqÜóØ}X<¾0UÁ·á6Üj(r…¥óë¸ðþ >{c;ë;02Ö B·W`<ëwQ£¦o‚©‘ pˆ&`\fçƒA¶{íçIÜñÀ8qß½˜;t½Có˜;ÔEo±ƒÎ\‚°öm¸ E^`wk„½­!v·Fèo ±³>À•O6lLŽ];׌£ïU¥_Ù… Š3-‚ûD2÷r©!d;CÝŽ¸ÀIû}@Ç>Û¿šs·á6þ¿€A˜ &ªT%rÑËuYŒ«•ìU7…d®Ù"Dê¨ýígÏþua-µÏîÃø6܆}!Øeȶ=û·“ce(·7‰\3A2WXÉÂE0T‹ï6%» _„(!Sn? û f\3E²±ÂK¤5·á6ÜJ ÅÎA¿È"Âÿž_’½5#G.IEND®B`‚debian/mythtv-frontend.links0000664000000000000000000000006612313736266013415 0ustar usr/share/mythtv/mythfrontend.sh usr/bin/mythfrontend debian/mythmusic.docs0000664000000000000000000000007312313736266012075 0ustar mythplugins/mythmusic/README mythplugins/mythmusic/AUTHORS debian/mytharchive.dirs0000664000000000000000000000005212313736266012404 0ustar var/lib/mytharchive/temp usr/share/mythtv debian/changelog.in0000664000000000000000000065542412313736266011500 0ustar mythtv (2:0.27.0+fixes.20140317.30d86b1-0ubuntu1) trusty; urgency=medium * Scripted Build from fixes git packaging [20d7ede] * Packaging changes between 20130919 and 20140317: * [4ce17c3] add support to build arbitrary branches * New upstream checkout (30d86b1) -- Mario Limonciello Mon, 17 Mar 2014 22:05:22 -0500 mythtv (2:0.27.0+fixes.20130919.5b917e8-0ubuntu1) saucy; urgency=low * Scripted Build from fixes git packaging [8e8fe6d] * Packaging changes between 20130907 and 20130919: * [f641350] drop armel build flags and disable VAAPI on armhf builds to fix FTBFS in Ubuntu * New upstream checkout (5b917e8) - Final 0.27 release. -- Mario Limonciello Wed, 18 Sep 2013 20:43:03 -0500 mythtv (2:0.27.0+fixes.20130907.ac841f0-0ubuntu3) saucy; urgency=low * Add a patch to readjust the inclusion order to fix FTBFS on PPC. - Submitted upstream at http://code.mythtv.org/trac/ticket/11835 -- Mario Limonciello Tue, 10 Sep 2013 12:29:00 -0500 mythtv (2:0.27.0+fixes.20130907.ac841f0-0ubuntu2) saucy; urgency=low * debian/rules: - Build without VAAPI support on armhf to try to resolve FTBFS. -- Mario Limonciello Mon, 09 Sep 2013 10:39:55 -0500 mythtv (2:0.27.0+fixes.20130907.ac841f0-0ubuntu1) saucy; urgency=low * New upstream checkout (ac841f0) * Scripted Build from fixes git packaging [cdb4b3f] * Packaging changes between 20130828 and 20130907: * [cdb4b3f] disable libmyth-dev zeromq related stuff * [7d7feaa] if requesting a build for a different branch then currently running, switch branches * [eb8d08d] make build script identify branches properly even when executed in a different working directory * [48c3cd3] disable mythlogserver (LP: #1101395) -- Mario Limonciello Sat, 07 Sep 2013 01:08:53 -0500 mythtv (2:0.27.0~master.20130828.b2b7022-0ubuntu1) saucy; urgency=low * New upstream checkout (b2b7022) * Scripted Build from master git packaging [18ab870] * Packaging changes between 20120505 and 20130828: * [18ab870] build packaging changes into debian/changelog upon release * [39d4449] switch to 0.27 builds for master * [efe0e0c] fix instances of test-virtualbox in SQL file (LP: #1215440) * [223a44c] rename 0.26 to 0.27 sql * [b02a69d] remove debian/control - it's generated every time on build * [ac72833] actually make mythtv-dbg recommends rather than suggests so it will be installed by default * [06e718d] add missing dependency on libhttp-date-perl * [7e395a1] daemonize mythbackend to avoid logging to upstart console. expect an extra fork in the upstart job * [7bd8396] don't log to upstart log that mysql is alive, only errors * [5ae84f0] add a message on why we are using sudo for installing build-deps * [08101bc] set SIGKILL timeout on upstart job to 30 seconds * [72cf6a0] remove versioned dependency on libiec61883-dev * [364850c] use mk-build-deps to resolve binary build dependencies * [7bfd285] don't allow the scripts to run without a debian/ directory * [6a8e25f] ignore warnings when loading time zones into mysql * [1809a5d] toggle public_bind setting in debconf database based on what's in flat files (LP: #1159992) * [7568a9c] depends on libdate-calc-perl for mythweather * [9a84893] recommends on m2vrequantiser for mytharchive (LP: #1131506) * [9a351c7] add FreeSansBold.ttf to the symlinks (LP: #1131280) * [d585530] set the kill timeout on the upstart job to 10 seconds to be safer on shutdown. * [aa67a49] let upstart handle the backend process correctly * [41a8fb2] add the new mythscreenwizard binary to the frontend packaging * [c5afd80] add conflict to older library versions * [623b954] rename 0.25 stuff to 0.26 * [00027cc] drop support for mysql.txt, using only config.xml going forward * [b2acc53] mythtv-common depends on libxml-xpath-perl for config.xml parsing * [a7d0a63] load timezones into mysql during mythtv-database postinst (LP: #1010491) * [5bb2c43] enable sdl so that mythffplay will work (see fb90f73) * [a634b5b] install README's for fonts in mythtv-doc * [9587925] switch libtiff5-dev and libtiff4-dev order to fix FTBFS on quantal * [37abce8] let libtiff5-dev resolve build dependencies too. * [c4b25d5] Remove extra dpkg-parsechangelog call that was mistakenly added. * [b071647] missed mythfrontend, add that in logging too. * [3dfd8f9] update rsyslog for 0.26. * [5240276] Install MythTV specific sysctl.conf file * [d861262] install libmythzmq pkgconfig pc file to libmyth-dev package * [928bfb4] install pkgconfig and static library for libmythzmq into the -dev package. the libtool library still needs an override (it probably shouldn't be installed anywhere) * [b8545e8] zmq/nzmq/QJson include paths were moved to usr/include/mythtv. remove override * [c1e4604] explicitly ignore libmythzmq.la as wildcards don't appear to work properly with dh_install * [28553da] fix wildcard matching for ignoring zmq files * [d29ecda] add zeromq_install_paths.patch to fix FTBFS. * [b42d0e4] drop recommends on adept-notifier * [9d06c29] update source_mythtv apport hook to python3 compatible * [e81f08d] install copy of zeromq libaries * [144e1d2] ignore libmythqjson.prl * [89f5e74] Don't install QJson libararies or headers. * [6fd1730] install mythlogserver * [f1298b5] Install otf fonts too * [c63df57] add support for droid fonts * [ae0095e] Add purisa font support * [d055b85] mythtv-common dependencies-> move to 1 for each line (more readable) * [9020a36] Pass INSTALL_ROOT during the build process of mythtv as well so that it gets applied to the zeromq ./configure run as well [ Mario Limonciello ] * Switch to 0.27 branch for master builds. * Cleanup lintian errors: - debian/control.in: description-synopsis-starts-with-article - debian/mythweb.config: maintainer-script-ignores-errors * Add build dependency for uuid-dev. * Add a workaround for FTBFS w/ linking when using binutils 2.21 - See http://goo.gl/KDK9o for more information. * Drop recommends on adept-notifier. * fix get-orig-source rule's broken tarball fetch from archive. * Enable libcec support (LP: #982272) * Add missingok to additional mythtv-backend logs. (LP: #982162) * Pull an updated snapshot of Mythbuntu theme, to avoid theme downloader telling the user there is an updated theme on first boot. * Test for an empty key on public mysql. (LP: #989371) [ Andres Mejia ] * Bump to Standards-Version 3.9.3. * Build 'release' type builds instead of 'profile'. * Support parallel builds. -- Mario Limonciello Wed, 28 Aug 2013 22:06:14 -0500 mythtv (2:0.25.0+fixes.20120410.1f5962a-0ubuntu1) precise; urgency=low * Add a fallback to master for non-existant fixes branches. * Update to 0.25 gold release. * New upstream checkout (1f5962a) * >>Upstream changes since last upload (041ecad): * [1f5962a] RingBuffer: Make a few more attempts to read when oldfile=true. * [cffed2b] Merge branch 'master' of github.com:MythTV/mythtv * [4f16846] Update the Danish translation of mythfrontend and all plugins. * [31fa9dd] Revert "Fix popup windows from disappearing in MythCenter- wide when using the" * [d824ea2] Fix issues with 805453a6 and df8548e7. * [4b28a57] Remove the MythArchive date/time formats from the Hong Kong Chinese locale file. * [df8548e] Add a null pointer check on 'screen' * [805453a] Don't trigger hide/show animations if the screens should still be visible because the foreground screen isn't fullscreen. * [d1b081e] Updated Czech MythFrontend translation * [e6c4aa0] Updated Polish MythFrontend and alll plugins translation from Warpme * [39695b2] Revert "Fixes #10490. Don't return from safe_read() early on stopreads if we haven't read any bytes, this looks like an eof to higher levels of code." * [28db6ca] Merge branch 'master' of github.com:MythTV/mythtv * [e6d3ecb] Updated French MythFrontend, MythMusic, MythNetvision and MythNews translation from the French Language Translation Team * [6473241] Update the Danish translation of mythfrontend. * [c52a7cf] Updated Czech MythFrontend and MythMusic translation * [8c6c8cd] Updated German MythFrontend and MythZoneMinder translation from Florian Bittner * [aa2762f] Fix popup windows from disappearing in MythCenter-wide when using the virtual keyboard. * [393295c] Fixes #10490. Don't return from safe_read() early on stopreads if we haven't read any bytes, this looks like an eof to higher levels of code. * [81e72c8] Clear the UI object stores when deleting MythThemeBase, fixes themes using the wrong base window and fonts after displaying the locale/database prompts. This was already done implicitly when shutting down and explicitly when reloading themes but not in the third case, where we construct a temporary main window and MythMainWindow is torn down instead of being re-initialised. * [a970d72] Fixes #10545. Populate the Switch Input menu with all available cards. * [d80e54b] Fix #10558 * [14ca636] Bump binary version * [00bd9eb] Fix compilation following previous commit * [e84a9a8] Fix compilation following previous commit * [4c5b039] Initialise locale if it's not been done already by the time we call GetQLocale() * [9c73366] Translate dates/times in the DateFormat settings * [a0ae652] Move Setup Wizard at the top of settings menu (part #2) * [02216ca] Fix video setup wizard if audio test wasn't stopped in the previous screen * [13652d7] Fix audio setup and add handling of extra cases. * [b36827e] Better handling of unmounted volumes. Refs #10450. * [83671d5] Revert "Better handling of unmounted volumes. Refs #10450" * [58e8506] Better handling of unmounted volumes. Refs #10450 * [71a024d] Fix LoadFromOldRecorded query in ProgList. * [957917c] Replicate the spelling change I had done in 3740d7dda16b2a082f8d833f4459294202cb2687 * [8df36ec] Translate missed string. * [82f9818] Improve audio setup -- Mario Limonciello Tue, 10 Apr 2012 02:48:16 -0500 mythtv (2:0.25.0~master.20120406.041ecad-0ubuntu1) precise; urgency=low * Remove extra reference to libmysqlclient-16-dev. * Add b-d on libmysqlclient-dev (LP: #894377). * Drop dependency on ttf-freefont. * New upstream checkout (041ecad) * >>Upstream changes since last upload (c85fc55): * [041ecad] increases the maximal number of queued video packets to 220. * [5824030] Bump API version following addition of plist decoding * [91a2209] Add a binary property list parser. * [1b24a76] Make RAOP server properly handle any size of decoded audio packets. * [2d365d6] Tweak Smolt handling of digital tuners. * [65d89b5] Fix dates and time strings not being translated to the user-selected language. We were always using the system language and not respecting the language/country chosen in mythfrontend. * [640b0cd] Refs #10490. Switch ringbuffers a little earlier in LiveTV. * [c49b780] Fix translation of